From da7cd05efbc67162b7c4dec12aeb3deeab7c1447 Mon Sep 17 00:00:00 2001 From: Daniel Stankewitz Date: Sun, 21 Nov 2021 09:59:00 +0100 Subject: [PATCH] Update build2.sh --- build2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build2.sh b/build2.sh index a1ddabf..73e1b5f 100644 --- a/build2.sh +++ b/build2.sh @@ -204,7 +204,7 @@ build_mfx #build_opus 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 --build-suffix=-voukoderpro --enable-shared --disable-static --arch=x86_64 --disable-doc --enable-runtime-cpudetect --enable-w32threads $COMPONENTS +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 --enable-shared --disable-static --arch=x86_64 --disable-doc --enable-runtime-cpudetect --enable-w32threads $COMPONENTS sed -i 's/\x81/ue/g' config.h make -j$(nproc) make install