Update build.sh

This commit is contained in:
Daniel Stankewitz 2021-08-29 16:27:51 +02:00 committed by GitHub
parent 1ce4abf089
commit fea57bb55e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -259,6 +259,8 @@ git clone -b release/4.4 git://source.ffmpeg.org/ffmpeg.git $SRC/ffmpeg
build_aom
#build_libass
exit
cd $SRC/ffmpeg
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