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 a5cab96 commit ce01ac8Copy full SHA for ce01ac8
build-ffmpeg
@@ -4,8 +4,8 @@
4
# LICENSE: https://github.com/markus-perl/ffmpeg-build-script/blob/master/LICENSE
5
6
PROGNAME=$(basename "$0")
7
-SCRIPT_VERSION=1.31
8
FFMPEG_VERSION=4.4
+SCRIPT_VERSION=1.31
9
CWD=$(pwd)
10
PACKAGES="$CWD/packages"
11
WORKSPACE="$CWD/workspace"
@@ -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 -Wno-ignored-optimization-argument
+ execute make -j $MJOBS
537
execute make install
538
539
if [[ -f ${WORKSPACE}/lib/libxvidcore.4.dylib ]]; then
0 commit comments