Update build_tc.sh

This commit is contained in:
Daniel Stankewitz 2019-07-19 19:11:10 +02:00 committed by GitHub
parent f1699d3d3b
commit 98b0eccb87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,6 +36,7 @@ if [ "$STEP" == "libmfx" ]; then
autoreconf -fiv || exit 1 autoreconf -fiv || exit 1
fi fi
compile libmfx "" compile libmfx ""
sed -i 's/-lstdc++/-ladvapi32/g' $BUILD/lib/pkgconfig/libmfx.pc
elif [ "$STEP" == "opus" ]; then elif [ "$STEP" == "opus" ]; then
cd $SRC/opus/win32/VS2015 cd $SRC/opus/win32/VS2015
echo \nConverting project file ... echo \nConverting project file ...