Update build.sh

This commit is contained in:
Daniel Stankewitz 2022-01-18 16:39:14 +01:00 committed by GitHub
parent 4ae7792806
commit b070b776f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -248,20 +248,20 @@ SRC=`realpath src`
git clone -q -b release/5.0 git://source.ffmpeg.org/ffmpeg.git $SRC/ffmpeg git clone -q -b release/5.0 git://source.ffmpeg.org/ffmpeg.git $SRC/ffmpeg
#build_aom #build_aom
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_libass #build_libass
cd $SRC/ffmpeg cd $SRC/ffmpeg
@ -270,6 +270,8 @@ sed -i 's/\x81/ue/g' config.h
make -j $NUMBER_OF_PROCESSORS make -j $NUMBER_OF_PROCESSORS
make install make install
exit 0
# rename *.a to *.lib # rename *.a to *.lib
cd $BUILD/lib cd $BUILD/lib
for file in *.a; do for file in *.a; do