We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29637ed commit a5cab96Copy full SHA for a5cab96
build-ffmpeg
@@ -533,7 +533,7 @@ if $NONFREE_AND_GPL; then
533
download "https://downloads.xvid.com/downloads/xvidcore-1.3.7.tar.gz"
534
cd build/generic || exit
535
execute ./configure --prefix="${WORKSPACE}" --disable-shared --enable-static
536
- execute make -j $MJOBS
+ execute make -j $MJOBS -Wno-ignored-optimization-argument
537
execute make install
538
539
if [[ -f ${WORKSPACE}/lib/libxvidcore.4.dylib ]]; then
0 commit comments