Add armeabi and x86 versions of libopus.a and build the libnv_opus_dec.so shared library for those platforms. Update armeabi-v7a library. Libopus.a binaries from https://github.com/brooss/krcam

This commit is contained in:
Cameron Gutman 2013-11-14 15:17:02 -05:00
parent ae65bbe3ca
commit 690df6e42c
7 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
APP_PLATFORM := android-16 APP_PLATFORM := android-16
# We just build for ARMv7a for now # We just build for ARMv7a for now
APP_ABI := armeabi-v7a # x86 APP_ABI := armeabi-v7a armeabi x86
# We want an optimized build # We want an optimized build
APP_OPTIM := release APP_OPTIM := release

Binary file not shown.

Binary file not shown.

BIN
jni/libopus/x86/libopus.a Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
libs/x86/libnv_opus_dec.so Normal file

Binary file not shown.