Added static opus libraries and headers

This commit is contained in:
Ferdinand Thiessen 2016-04-03 02:51:20 +02:00 committed by Lukas Dürrenberger
parent 33030541b8
commit 122e28f906
16 changed files with 4677 additions and 6 deletions

View file

@ -19,13 +19,13 @@ create_toolchain () {
if [ "$2" = "arm" ]
then
TOOLCHAIN=--toolchain=arm-linux-androideabi-4.8
TOOLCHAIN=--toolchain=arm-linux-androideabi-4.9
elif [ "$2" = "x86" ]
then
TOOLCHAIN=--toolchain=x86-4.8
TOOLCHAIN=--toolchain=x86-4.9
elif [ "$2" = "mips" ]
then
TOOLCHAIN=--toolchain=mipsel-linux-android-4.8
TOOLCHAIN=--toolchain=mipsel-linux-android-4.9
else
echo "Abort."
exit 1