Skip to content

Commit 5cc4bb9

Browse files
committed
Confirm FFmpeg is being built correctly.
1 parent b89c810 commit 5cc4bb9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

travis/build-wheels-osx.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,13 @@ echo 'PIP and brew installs'
1010

1111
pip install "$BUILD_DEPENDS"
1212

13+
echo 'Installing QT4'
1314
brew tap cartr/qt4
1415
brew tap-pin cartr/qt4
1516
brew install qt@4
17+
echo 'Installing FFmpeg'
1618
brew install ffmpeg --without-x264 --without-xvid --without-gpl
19+
brew info ffmpeg
1720

1821
qmake -query
1922

0 commit comments

Comments
 (0)