Skip to content

Commit e6f67c2

Browse files
committed
Also disable the x264 encoder.
1 parent b487193 commit e6f67c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

travis/build-wheels-osx.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pip install "$BUILD_DEPENDS"
1313
brew tap cartr/qt4
1414
brew tap-pin cartr/qt4
1515
brew install qt@4
16-
brew install ffmpeg --without-gpl
16+
brew install ffmpeg --without-x264 --without-gpl
1717

1818
qmake -query
1919

0 commit comments

Comments
 (0)