Merge "Replace Tremor with Tremolo (an ARM optimised version of the Tremor library for doing Ogg Vorbis decompression)"
This commit is contained in:
@@ -59,15 +59,8 @@ LOCAL_C_INCLUDES := \
|
||||
$(JNI_H_INCLUDE) \
|
||||
$(call include-path-for, graphics corecg) \
|
||||
$(TOP)/external/opencore/extern_libs_v2/khronos/openmax/include \
|
||||
$(TOP)/frameworks/base/media/libstagefright/include
|
||||
|
||||
ifeq ($(TARGET_ARCH),arm)
|
||||
LOCAL_C_INCLUDES += \
|
||||
$(TOP)/frameworks/base/media/libstagefright/include \
|
||||
$(TOP)/external/tremolo/Tremolo
|
||||
else
|
||||
LOCAL_C_INCLUDES += \
|
||||
$(TOP)/external/tremor/Tremor
|
||||
endif
|
||||
|
||||
LOCAL_MODULE:= libmediaplayerservice
|
||||
|
||||
|
||||
@@ -48,15 +48,8 @@ endif
|
||||
LOCAL_C_INCLUDES:= \
|
||||
$(JNI_H_INCLUDE) \
|
||||
$(TOP)/external/opencore/extern_libs_v2/khronos/openmax/include \
|
||||
$(TOP)/external/opencore/android
|
||||
|
||||
ifeq ($(TARGET_ARCH),arm)
|
||||
LOCAL_C_INCLUDES += \
|
||||
$(TOP)/external/opencore/android \
|
||||
$(TOP)/external/tremolo/Tremolo
|
||||
else
|
||||
LOCAL_C_INCLUDES += \
|
||||
$(TOP)/external/tremor/Tremor
|
||||
endif
|
||||
|
||||
LOCAL_SHARED_LIBRARIES := \
|
||||
libbinder \
|
||||
|
||||
Reference in New Issue
Block a user