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
+7
View File
@@ -0,0 +1,7 @@
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE:= libopus
LOCAL_SRC_FILES:= $(TARGET_ARCH_ABI)/libopus.a
LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH)/inc
include $(PREBUILT_STATIC_LIBRARY)