Update build.sh

This commit is contained in:
Daniel Stankewitz 2021-09-02 17:50:22 +02:00 committed by GitHub
parent e643154f7b
commit caff3eb800
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -243,6 +243,7 @@ SRC=`realpath src`
git clone -q -b release/4.4 git://source.ffmpeg.org/ffmpeg.git $SRC/ffmpeg
#build_aom
build_nvenc
build_amf
build_mfx
@ -257,7 +258,6 @@ build_zimg
build_x264
build_opus
build_x265
build_aom
#build_libass
cd $SRC/ffmpeg