Update build_tc.sh
This commit is contained in:
parent
0ffa4914fa
commit
577845343f
@ -31,9 +31,11 @@ if [ "$STEP" == "opus" ]; then
|
|||||||
./autogen.sh
|
./autogen.sh
|
||||||
./configure --prefix=$BUILD
|
./configure --prefix=$BUILD
|
||||||
cd win32/VS2015
|
cd win32/VS2015
|
||||||
devenv.exe /Upgrade opus.sln
|
echo Converting project file ...
|
||||||
|
devenv.exe /Upgrade opus.vcxproj
|
||||||
|
echo Building project 'opus' ...
|
||||||
MSBuild.exe /maxcpucount:$CPU_CORES /property:Configuration="$MSBUILD_CONFIG" /property:Platform=x64 opus.vcxproj
|
MSBuild.exe /maxcpucount:$CPU_CORES /property:Configuration="$MSBUILD_CONFIG" /property:Platform=x64 opus.vcxproj
|
||||||
|
echo Done.
|
||||||
|
|
||||||
elif [ "$STEP" == "libfdk-aac" ]; then
|
elif [ "$STEP" == "libfdk-aac" ]; then
|
||||||
compile fdk-aac "--disable-static --disable-shared"
|
compile fdk-aac "--disable-static --disable-shared"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user