From 4149b7859015843ca5119b0a54cfbe2bfd6ea1ea Mon Sep 17 00:00:00 2001 From: Daniel Stankewitz Date: Fri, 29 Jun 2018 11:19:38 +0200 Subject: [PATCH] Update build_tc.sh --- build_tc.sh | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/build_tc.sh b/build_tc.sh index ef76618..74a61be 100644 --- a/build_tc.sh +++ b/build_tc.sh @@ -19,17 +19,6 @@ else exit 1 fi -# Clone or update ffmpeg -function get_source_ffmpeg { - if [ ! -d $SRC/ffmpeg/.git ]; then - git clone https://git.ffmpeg.org/ffmpeg.git --branch release/4.0 $SRC/ffmpeg - fi - cd $SRC/ffmpeg - git checkout release/4.0 - git pull - cd ../.. -} - # Compile x264 as static lib function compile_x264 { cd $SRC/x264