Update build_tc.sh

This commit is contained in:
Daniel Stankewitz 2019-07-19 18:27:34 +02:00 committed by GitHub
parent 2b8ae2daeb
commit f1699d3d3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,13 @@ function compile {
make install 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 cd $SRC/opus/win32/VS2015
echo \nConverting project file ... echo \nConverting project file ...
sed -i 's/v140/v141/g' opus.vcxproj sed -i 's/v140/v141/g' opus.vcxproj