Skip to content

Commit 9b28cf8

Browse files
author
Clement Champetier
committed
Travis: updated how to install dependencies on OS X
* Same way to install third party than on Linux. * Homebrew ffmpeg/libav formulas only install the ffmpeg/avconv application (not the shared libraries...).
1 parent 7189ce9 commit 9b28cf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/travis/osx.install.deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ pip install nose
1616
brew install freeglut
1717

1818
# Main dependency
19-
brew install ${DEPENDENCY_NAME}
19+
./tools/travis/linux.install.deps.sh

0 commit comments

Comments
 (0)