Added support for armeabi-v7a-hard architecture, it seems to be buggy, because Ballfield launches but does not draw anything. To be fixed later.

This commit is contained in:
pelya
2014-05-29 13:16:00 +03:00
parent 81150d7cae
commit 2853920e98
11 changed files with 149 additions and 4 deletions

View File

@@ -6,6 +6,7 @@ LOCAL_PATH:=$(call my-dir)
#FFMPEG_REBUILD_FROM_SOURCE:=yes
ifeq ($(TARGET_ARCH),arm)
ifeq ($(filter armeabi-v7a-hard, $(APP_ABI)),) # Pre-compiled lib disabled for armhf ABI
ifneq ($(FFMPEG_REBUILD_FROM_SOURCE),yes)
@@ -631,4 +632,5 @@ endif #CONFIG_FFMPEG_COMPILE_TOOLS
endif # notdir $(LOCAL_PATH)),ffmpeg
endif # FFMPEG_REBUILD_FROM_SOURCE),yes
endif # $(filter armeabi-v7a-hard, $(APP_ABI))
endif # $(TARGET_ARCH),arm