Update build_tc.sh

This commit is contained in:
Daniel Stankewitz 2018-06-29 11:19:38 +02:00 committed by GitHub
parent cc356fefc6
commit 4149b78590
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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