From ff2b43637a90baf23849635ff7c9829f19da6fb1 Mon Sep 17 00:00:00 2001 From: Daniel Stankewitz Date: Wed, 4 Jul 2018 09:44:28 +0200 Subject: [PATCH] Update build_tc.sh --- build_tc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_tc.sh b/build_tc.sh index 8fdb8f5..7d76348 100644 --- a/build_tc.sh +++ b/build_tc.sh @@ -81,7 +81,7 @@ elif [ "$STEP" == "libogg" ]; then elif [ "$STEP" == "libvorbis" ]; then compile libvorbis "--disable-shared --target=x86_64-win64-vs15" elif [ "$STEP" == "libvpx" ]; then - compile libvpx "--target=x86_64-win64-vs15 --extra-cppflags="-Ithird_party/libyuv -Ithird_party/libwebm" --disable-shared --disable-examples --disable-tools --disable-docs" + compile libvpx "--target=x86_64-win64-vs15 --extra-cxxflags="-Ithird_party/libyuv -Ithird_party/libwebm" --disable-shared --disable-examples --disable-tools --disable-docs" elif [ "$STEP" == "ffmpeg" ]; then echo "### Copying NVENC headers ..." cd $SRC/ffnvcodec