From b033bfa00ea557d1d0d85ed332a3ee91a92188d3 Mon Sep 17 00:00:00 2001 From: Daniel Stankewitz Date: Tue, 24 Jul 2018 18:58:56 +0200 Subject: [PATCH] Update build_tc.sh --- build_tc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_tc.sh b/build_tc.sh index 98f192c..8bcb6c0 100644 --- a/build_tc.sh +++ b/build_tc.sh @@ -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