Update build.sh

This commit is contained in:
Daniel Stankewitz 2022-03-18 08:47:40 +01:00 committed by GitHub
parent ea715c4119
commit 269240128b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,6 +28,7 @@ function build_nvenc {
cd repos/ffnvcodec
make PREFIX=$BUILD install
add_comp nvenc
cd -
}
function build_amf {
@ -85,6 +86,7 @@ function build_svt {
./build.bat 2017 $MODE static
cp -r ../../Source/API $BUILD/include/svt-av1 ; cp ../../Bin/$MSBUILD_CONFIG/SvtAv1Enc.lib $BUILD/lib/ ; cp SvtAv1Enc.pc $BUILD/lib/pkgconfig/
add_comp libsvtav1
cd -
#
# VP9
#git clone -q https://github.com/OpenVisualCloud/SVT-VP9.git $SRC/svt-vp9