Update build.sh

This commit is contained in:
Daniel Stankewitz 2021-05-26 10:41:14 +02:00 committed by GitHub
parent 3ecc062e96
commit ac17b2aaa6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -115,7 +115,7 @@ function build_vorbis {
} }
function build_snappy { 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 cd $SRC/snappy
rm -rf work rm -rf work
mkdir work mkdir work
@ -242,20 +242,20 @@ SRC=`realpath src`
git clone git://source.ffmpeg.org/ffmpeg.git $SRC/ffmpeg git clone git://source.ffmpeg.org/ffmpeg.git $SRC/ffmpeg
#build_nvenc build_nvenc
#build_amf build_amf
#build_mfx build_mfx
#build_svt build_svt
#build_ogg build_ogg
#build_vorbis build_vorbis
build_snappy build_snappy
#build_libvpx build_libvpx
#build_libfdkaac build_libfdkaac
#build_lame build_lame
#build_zimg build_zimg
#build_x264 build_x264
#build_opus build_opus
#build_x265 build_x265
#build_aom #build_aom
#build_libass #build_libass