Update build_tc.sh
This commit is contained in:
parent
2b8ae2daeb
commit
f1699d3d3b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user