Update build_tc.sh

This commit is contained in:
Daniel Stankewitz
2018-07-24 18:58:56 +02:00
committed by GitHub
parent 1666324ae9
commit b033bfa00e

View File

@ -65,7 +65,7 @@ elif [ "$STEP" == "x265" ]; then
# checkout manually (cmake is getting values from git)
cd $src/..
if [ ! -d $SRC/x265/.git ]; then
git clone https://github.com/videolan/x265.git $SRC/x265
git clone https://github.com/videolan/x265.git --branch stable $SRC/x265
fi
git reset --hard
git pull