Update build_tc.sh
This commit is contained in:
parent
1666324ae9
commit
b033bfa00e
@ -65,7 +65,7 @@ elif [ "$STEP" == "x265" ]; then
|
|||||||
# checkout manually (cmake is getting values from git)
|
# checkout manually (cmake is getting values from git)
|
||||||
cd $src/..
|
cd $src/..
|
||||||
if [ ! -d $SRC/x265/.git ]; then
|
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
|
fi
|
||||||
git reset --hard
|
git reset --hard
|
||||||
git pull
|
git pull
|
||||||
|
Loading…
x
Reference in New Issue
Block a user