From ddbeba902183f2ded599050507be2fd6f472c1b5 Mon Sep 17 00:00:00 2001 From: Daniel Stankewitz Date: Sat, 27 Feb 2021 12:04:46 +0100 Subject: [PATCH] Update build.sh --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 46cffa6..bbaad51 100644 --- a/build.sh +++ b/build.sh @@ -82,7 +82,7 @@ function build_svt { MSBuild.exe /maxcpucount:$NUMBER_OF_PROCESSORS /property:Configuration=$MSBUILD_CONFIG /property:ConfigurationType=StaticLibrary /property:TargetExt=.lib Source/Lib/Encoder/SvtAv1Enc.vcxproj #sed -i 's/C:/\/c/g' SvtAv1Enc.pc 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 + #add_comp libsvtav1 # # VP9 #git clone https://github.com/OpenVisualCloud/SVT-VP9.git $SRC/svt-vp9 @@ -253,7 +253,7 @@ git clone git://source.ffmpeg.org/ffmpeg.git $SRC/ffmpeg build_nvenc build_amf build_mfx -#build_svt +build_svt build_ogg build_vorbis build_snappy