Added static opus libraries and headers
This commit is contained in:
parent
33030541b8
commit
122e28f906
16 changed files with 4677 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue