From f82449bbb5672df5833a730ebef92ebfda95edbf Mon Sep 17 00:00:00 2001 From: Daniel Stankewitz Date: Wed, 25 Dec 2019 00:34:12 +0100 Subject: [PATCH] Update build_tc.sh --- build_tc.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build_tc.sh b/build_tc.sh index 2097bda..407906c 100644 --- a/build_tc.sh +++ b/build_tc.sh @@ -102,7 +102,8 @@ elif [ "$STEP" == "zimg" ]; then cp zimg.pc $BUILD/lib/pkgconfig/zimg.pc elif [ "$STEP" == "x264" ]; then cd $SRC/x264 - CC=cl ./configure --prefix=$BUILD --extra-cflags='-DNO_PREFIX' --disable-cli --enable-static --enable-shared --libdir=$BUILD/lib + git checkout 0e227c47ce99ab26fc30e3326ce6d923d191e922 + CC=cl ./configure --prefix=$BUILD --extra-cflags='-DNO_PREFIX' --disable-cli --enable-static --libdir=$BUILD/lib make -j $CPU_CORES make install-lib-static elif [ "$STEP" == "x265" ]; then