From f749c55b919fa362b2af9d92a20e75f0cc282d0c Mon Sep 17 00:00:00 2001 From: Daniel Stankewitz Date: Fri, 18 Mar 2022 12:25:21 +0100 Subject: [PATCH] Update build.sh --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index cbd419b..c8857bc 100644 --- a/build.sh +++ b/build.sh @@ -67,7 +67,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 - + cd ../../../.. # # VP9 #git clone -q https://github.com/OpenVisualCloud/SVT-VP9.git $SRC/svt-vp9