Update build.sh

This commit is contained in:
Daniel Stankewitz 2022-03-18 12:25:21 +01:00 committed by GitHub
parent f5e1e84a75
commit f749c55b91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,7 +67,7 @@ function build_svt {
./build.bat 2017 $MODE static ./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/ 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
cd - cd ../../../..
# #
# VP9 # VP9
#git clone -q https://github.com/OpenVisualCloud/SVT-VP9.git $SRC/svt-vp9 #git clone -q https://github.com/OpenVisualCloud/SVT-VP9.git $SRC/svt-vp9