Skip to content

Commit 1b34c1b

Browse files
Jean-Baptiste Queruandroid code review
authored andcommitted
Merge "stagefright: Remove useless declarations"
2 parents 93a8225 + e1efcca commit 1b34c1b

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)