Update build_tc.sh

This commit is contained in:
Daniel Stankewitz 2018-07-01 22:41:51 +02:00 committed by GitHub
parent e4b6738428
commit 373b692315
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,9 +47,14 @@ elif [ "$STEP" == "x264" ]; then
make -j $CPU_CORES make -j $CPU_CORES
make install-lib-static make install-lib-static
elif [ "$STEP" == "x265" ]; then elif [ "$STEP" == "x265" ]; then
cd $SRC/x265 # checkout manually (cmake is getting values from git)
cd $src/..
if [ ! -d $SRC/x265/.git ]; then
git clone $1 $SRC/x265
fi
git reset --hard
git pull git pull
cd build/vc15-x86_64 cd $SRC/x265/build/vc15-x86_64
rm -rf work* rm -rf work*
mkdir work work10 work12 mkdir work work10 work12
# 12bit # 12bit