From f1699d3d3bddf02b6c035627b99232e8bcf9ad62 Mon Sep 17 00:00:00 2001 From: Daniel Stankewitz Date: Fri, 19 Jul 2019 18:27:34 +0200 Subject: [PATCH] Update build_tc.sh --- build_tc.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/build_tc.sh b/build_tc.sh index ca55b25..d18ef50 100644 --- a/build_tc.sh +++ b/build_tc.sh @@ -30,7 +30,13 @@ function compile { make install } -if [ "$STEP" == "opus" ]; then +if [ "$STEP" == "libmfx" ]; then + cd $SRC/libmfx + if [[ ! -f "configure" ]]; then + autoreconf -fiv || exit 1 + fi + compile libmfx "" +elif [ "$STEP" == "opus" ]; then cd $SRC/opus/win32/VS2015 echo \nConverting project file ... sed -i 's/v140/v141/g' opus.vcxproj