Skip to content

Commit ce01ac8

Browse files
committed
Removed build flag
1 parent a5cab96 commit ce01ac8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-ffmpeg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
# LICENSE: https://github.com/markus-perl/ffmpeg-build-script/blob/master/LICENSE
55

66
PROGNAME=$(basename "$0")
7-
SCRIPT_VERSION=1.31
87
FFMPEG_VERSION=4.4
8+
SCRIPT_VERSION=1.31
99
CWD=$(pwd)
1010
PACKAGES="$CWD/packages"
1111
WORKSPACE="$CWD/workspace"
@@ -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 -Wno-ignored-optimization-argument
536+
execute make -j $MJOBS
537537
execute make install
538538

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

0 commit comments

Comments
 (0)