From ac17b2aaa6200c1e2c0344fcb795fc0ec44db97e Mon Sep 17 00:00:00 2001 From: Daniel Stankewitz Date: Wed, 26 May 2021 10:41:14 +0200 Subject: [PATCH] Update build.sh --- build.sh | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/build.sh b/build.sh index 1cfdc28..c0c7489 100644 --- a/build.sh +++ b/build.sh @@ -115,7 +115,7 @@ function build_vorbis { } function build_snappy { - git clone https://github.com/google/snappy.git $SRC/snappy + git clone -b 1.1.8 https://github.com/google/snappy.git $SRC/snappy cd $SRC/snappy rm -rf work mkdir work @@ -242,20 +242,20 @@ SRC=`realpath src` git clone git://source.ffmpeg.org/ffmpeg.git $SRC/ffmpeg -#build_nvenc -#build_amf -#build_mfx -#build_svt -#build_ogg -#build_vorbis +build_nvenc +build_amf +build_mfx +build_svt +build_ogg +build_vorbis build_snappy -#build_libvpx -#build_libfdkaac -#build_lame -#build_zimg -#build_x264 -#build_opus -#build_x265 +build_libvpx +build_libfdkaac +build_lame +build_zimg +build_x264 +build_opus +build_x265 #build_aom #build_libass