Update build.sh

This commit is contained in:
Daniel Stankewitz
2020-08-28 21:23:30 +02:00
committed by GitHub
parent dfdfbf0bf9
commit 405fa7ef42

View File

@ -259,7 +259,7 @@ build_x265
#build_aom
cd $SRC/ffmpeg
git checkout release/4.3
git checkout release/4.2
PKG_CONFIG_PATH=$BUILD/lib/pkgconfig:$PKG_CONFIG_PATH ./configure --toolchain=msvc --extra-cflags="$CFLAGS -I$BUILD/include" --extra-ldflags="-LIBPATH:$BUILD/lib" --prefix=$BUILD --pkg-config-flags="--static" --disable-doc --disable-shared --enable-static --enable-runtime-cpudetect --disable-devices --disable-demuxers --disable-decoders --disable-network --enable-w32threads --enable-gpl $COMPONENTS
sed -i 's/\x81/ue/g' config.h
make -j $NUMBER_OF_PROCESSORS