Update build.sh

This commit is contained in:
Daniel Stankewitz 2022-03-18 19:57:43 +01:00 committed by GitHub
parent 56419ce603
commit af7c4292a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -244,6 +244,8 @@ function build_x265 {
add_comp libx265 add_comp libx265
} }
export -f build_nvenc && export -f build_amf && export -f build_mfx && export -f build_svt && export -f build_ogg && export -f build_vorbis && export -f build_snappy && export -f build_libvpx && export -f build_libfdkaac && export -f build_lame && export -f build_zimg && export -f build_x264 && export -f build_x265
function add_comp { function add_comp {
COMPONENTS="$COMPONENTS --enable-$1" COMPONENTS="$COMPONENTS --enable-$1"
} }
@ -255,18 +257,20 @@ BUILD=`realpath build`
SRC=`realpath src` SRC=`realpath src`
repos=$(realpath repos) repos=$(realpath repos)
build_nvenc parallel -j3 ::: build_nvenc build_amf build_svt build_ogg
build_amf
#build_nvenc
#build_amf
#build_mfx #build_mfx
build_svt #build_svt
build_ogg #build_ogg
build_opus #build_opus
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_x265 #build_x265