Update build_tc.sh
This commit is contained in:
parent
6d2cebf842
commit
f82449bbb5
@ -102,7 +102,8 @@ elif [ "$STEP" == "zimg" ]; then
|
|||||||
cp zimg.pc $BUILD/lib/pkgconfig/zimg.pc
|
cp zimg.pc $BUILD/lib/pkgconfig/zimg.pc
|
||||||
elif [ "$STEP" == "x264" ]; then
|
elif [ "$STEP" == "x264" ]; then
|
||||||
cd $SRC/x264
|
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 -j $CPU_CORES
|
||||||
make install-lib-static
|
make install-lib-static
|
||||||
elif [ "$STEP" == "x265" ]; then
|
elif [ "$STEP" == "x265" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user