From 566f1dc75c39812e68d7d5b386cae7a4aa82a411 Mon Sep 17 00:00:00 2001 From: Daniel Stankewitz Date: Thu, 26 Dec 2019 19:20:20 +0100 Subject: [PATCH] Update build_tc.sh --- build_tc.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build_tc.sh b/build_tc.sh index e52a251..80eba15 100644 --- a/build_tc.sh +++ b/build_tc.sh @@ -197,6 +197,7 @@ elif [ "$STEP" == "ffmpeg" ]; then 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 -FORCE:MULTIPLE" --prefix=$BUILD --pkg-config-flags="--static" --disable-doc --disable-shared --enable-static --enable-runtime-cpudetect --disable-devices --disable-network --enable-w32threads $ENABLED_TOOLS + sed -i 's/\x81/ue/g' config.h make -j $CPU_CORES make install