From 6b0d2a466d86c95e43f0f9c8075435e46917cabc Mon Sep 17 00:00:00 2001 From: Daniel Stankewitz Date: Mon, 5 Aug 2019 19:59:44 +0200 Subject: [PATCH] Update build_tc.sh --- build_tc.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build_tc.sh b/build_tc.sh index 4e8bfdc..6126309 100644 --- a/build_tc.sh +++ b/build_tc.sh @@ -32,7 +32,10 @@ function compile { make install } -if [ "$STEP" == "libmfx" ]; then +if [ "$STEP" == "svt-av1" ]; then + cd $SRC/svt-av1/Build + PKG_CONFIG_PATH+=":$BUILD" cmake .. +elif [ "$STEP" == "libmfx" ]; then cd $SRC/libmfx if [[ ! -f "configure" ]]; then autoreconf -fiv || exit 1