Remove jlibrtp (finally). CPU decoding support (works great on Tegra 4, not so well on Tegra 3)

This commit is contained in:
Cameron Gutman
2013-11-20 00:00:00 -05:00
parent 0504bed5e9
commit 16d629f5cf
333 changed files with 398 additions and 29536 deletions

View File

@@ -1,10 +1,10 @@
# Application.mk for Limelight
# Our minimum version is Android 3.0
APP_PLATFORM := android-11
# Our minimum version is Android 4.1
APP_PLATFORM := android-16
# We only build for ABIs that we have binaries for
APP_ABI := armeabi-v7a armeabi x86
# NOTE: our armeabi-v7a libraries require NEON support
APP_ABI := armeabi-v7a x86
# We want an optimized build
APP_OPTIM := release