From a8c18e4282d7aae67800dee882b455331481acda Mon Sep 17 00:00:00 2001 From: Daniel Stankewitz Date: Wed, 4 Jul 2018 06:37:16 +0200 Subject: [PATCH] Update build_tc.sh --- build_tc.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build_tc.sh b/build_tc.sh index 2a8b99c..a718242 100644 --- a/build_tc.sh +++ b/build_tc.sh @@ -75,6 +75,12 @@ elif [ "$STEP" == "x265" ]; then cp x265.pc $BUILD/lib/pkgconfig/x265.pc cp x265_config.h $BUILD/include/ cp ../../../source/x265.h $BUILD/include/ +elif [ "$STEP" == "libogg" ]; then + compile libogg "--disable-shared" +elif [ "$STEP" == "libvorbis" ]; then + compile libvorbis "--disable-shared" +elif [ "$STEP" == "libvpx" ]; then + compile libvpx "--disable-shared" elif [ "$STEP" == "ffmpeg" ]; then echo "### Copying NVENC headers ..." cd $SRC/ffnvcodec