Skip to content

Commit e1efcca

Browse files
committed
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
1 parent 3d7f0cb commit e1efcca

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

media/libstagefright/codecs/common/Android.mk

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,6 @@ LOCAL_C_INCLUDES := \
1616

1717
LOCAL_CFLAGS := $(VO_CFLAGS)
1818

19-
ifeq ($(VOTT), v5)
20-
LOCAL_CFLAGS += -DARM -DASM_OPT
21-
LOCAL_C_INCLUDES += $(LOCAL_PATH)/src/asm/ARMV5E
22-
endif
23-
24-
ifeq ($(VOTT), v7)
25-
LOCAL_CFLAGS += -DARM -DARMV7 -DASM_OPT
26-
LOCAL_C_INCLUDES += $(LOCAL_PATH)/src/asm/ARMV5E
27-
LOCAL_C_INCLUDES += $(LOCAL_PATH)/src/asm/ARMV7
28-
endif
29-
3019
include $(BUILD_SHARED_LIBRARY)
3120

3221

0 commit comments

Comments
 (0)