Update build_tc.sh
This commit is contained in:
parent
50193d5c1e
commit
e4b6738428
@ -47,7 +47,9 @@ elif [ "$STEP" == "x264" ]; then
|
||||
make -j $CPU_CORES
|
||||
make install-lib-static
|
||||
elif [ "$STEP" == "x265" ]; then
|
||||
cd $SRC/x265/build/vc15-x86_64
|
||||
cd $SRC/x265
|
||||
git pull
|
||||
cd build/vc15-x86_64
|
||||
rm -rf work*
|
||||
mkdir work work10 work12
|
||||
# 12bit
|
||||
|
Loading…
x
Reference in New Issue
Block a user