Skip to content

Commit 5d1ebfd

Browse files
author
Clement Champetier
committed
Travis: fix launch nosetests after build (macos)
FFmpeg's homebrew formula is 2.4.2! No need to looking for a bottle of FFmpeg elsewhere.
1 parent 8a31d86 commit 5d1ebfd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tools/travis.osx.install.deps.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@
33
brew update
44

55
brew install gcc cmake swig
6-
brew install freeglut doxygen
7-
brew install bottles/ffmpeg-2.2.3.mavericks.bottle.tar.gz
6+
brew install ffmpeg freeglut doxygen

0 commit comments

Comments
 (0)