From 1e694ac58f4b6e45b07070caab0354ff621ce98c Mon Sep 17 00:00:00 2001 From: Daniel Stankewitz Date: Wed, 19 Jan 2022 08:42:24 +0100 Subject: [PATCH] Update build.sh --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 3f99d38..58279ce 100644 --- a/build.sh +++ b/build.sh @@ -264,7 +264,7 @@ build_libfdkaac #build_opus #build_x265 #build_libass - +exit 0 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