Fixes for NDK r5b and r5-crystax.beta3

This commit is contained in:
pelya
2011-06-07 18:43:46 +03:00
parent d8f2263a7f
commit edde6790b6
7 changed files with 40 additions and 27 deletions

View File

@@ -3,9 +3,7 @@ LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := $(notdir $(LOCAL_PATH))
#ifeq ($(LOCAL_MODULE),ffmpeg)
#$(error Do not use "ffmpeg" as dependency, use avformat, swscale etc)
#endif
ifneq ($(LOCAL_MODULE),ffmpeg)
LOCAL_C_INCLUDES := $(LOCAL_PATH)/include
@@ -22,3 +20,5 @@ $(abspath $(LOCAL_PATH)/../../obj/local/armeabi-v7a/lib$(LOCAL_MODULE).so): $(LO
.PHONY: OVERRIDE_CUSTOM_LIB
OVERRIDE_CUSTOM_LIB:
endif
endif