Skip to content

Commit a5cab96

Browse files
committed
optimization flag '-fstrength-reduce' is not supported
1 parent 29637ed commit a5cab96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-ffmpeg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ if $NONFREE_AND_GPL; then
533533
download "https://downloads.xvid.com/downloads/xvidcore-1.3.7.tar.gz"
534534
cd build/generic || exit
535535
execute ./configure --prefix="${WORKSPACE}" --disable-shared --enable-static
536-
execute make -j $MJOBS
536+
execute make -j $MJOBS -Wno-ignored-optimization-argument
537537
execute make install
538538

539539
if [[ -f ${WORKSPACE}/lib/libxvidcore.4.dylib ]]; then

0 commit comments

Comments
 (0)