Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e1efcca8 authored by Martin Storsjo's avatar Martin Storsjo
Browse files

stagefright: Remove useless declarations

The encoder common library doesn't contain any source
code with assembly optimizations (there is nothing
using the defines in the single source file in the library),
and the source directories added to the include path do
not exist.

Change-Id: If8854ea3bac4ad3504615ae4ad022267103a8b65
parent 3d7f0cb3
Loading
Loading
Loading
Loading
+0 −11
Original line number Diff line number Diff line
@@ -16,17 +16,6 @@ LOCAL_C_INCLUDES := \

LOCAL_CFLAGS := $(VO_CFLAGS)

ifeq ($(VOTT), v5)
LOCAL_CFLAGS += -DARM -DASM_OPT
LOCAL_C_INCLUDES += $(LOCAL_PATH)/src/asm/ARMV5E
endif

ifeq ($(VOTT), v7)
LOCAL_CFLAGS += -DARM -DARMV7 -DASM_OPT
LOCAL_C_INCLUDES += $(LOCAL_PATH)/src/asm/ARMV5E
LOCAL_C_INCLUDES += $(LOCAL_PATH)/src/asm/ARMV7
endif

include $(BUILD_SHARED_LIBRARY)