Rework our JNI interface and add ffmpeg bindings for AVC decoding (WIP)

This commit is contained in:
Cameron Gutman
2013-11-18 18:58:49 -05:00
parent cca7df6c25
commit 2c2e713166
274 changed files with 64352 additions and 19 deletions

View File

@@ -1,9 +1,9 @@
# Application.mk for Limelight
# Our minimum version is Android 4.1
APP_PLATFORM := android-16
# Our minimum version is Android 3.0
APP_PLATFORM := android-11
# We just build for ARMv7a for now
# We only build for ABIs that we have binaries for
APP_ABI := armeabi-v7a armeabi x86
# We want an optimized build