File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11ifeq ($(call my-dir) ,$(call project-path-for,qcom-media) )
22
3- ifneq ($(filter msm8960 msm7630_surf ,$(TARGET_BOARD_PLATFORM ) ) ,)
3+ ifneq ($(filter msm8960 msm7x30 ,$(TARGET_BOARD_PLATFORM ) ) ,)
44
55include $(call all-subdir-makefiles)
66
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ OMXCORE_CFLAGS += -U_ENABLE_QC_MSG_LOG_
1212
1313ifeq ($(TARGET_BOARD_PLATFORM ) ,msm7627a)
1414MM_CORE_TARGET = 7627A
15- else ifeq ($(TARGET_BOARD_PLATFORM),msm7630_surf )
15+ else ifeq ($(TARGET_BOARD_PLATFORM),msm7x30 )
1616MM_CORE_TARGET = 7630
1717else ifeq ($(TARGET_BOARD_PLATFORM),msm8660)
1818MM_CORE_TARGET = 8660
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ libOmxVdec-def += -DMAX_RES_1080P_EBI
3737libOmxVdec-def += -DPROCESS_EXTRADATA_IN_OUTPUT_PORT
3838libOmxVdec-def += -D_COPPER_
3939endif
40- ifeq ($(TARGET_BOARD_PLATFORM ) ,msm7630_surf )
40+ ifeq ($(TARGET_BOARD_PLATFORM ) ,msm7x30 )
4141libOmxVdec-def += -DMAX_RES_720P
4242endif
4343
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ libmm-venc-def += -DMAX_RES_1080P
3232libmm-venc-def += -DMAX_RES_1080P_EBI
3333libmm-venc-def += -DBADGER
3434endif
35- ifeq ($(TARGET_BOARD_PLATFORM ) ,msm7630_surf )
35+ ifeq ($(TARGET_BOARD_PLATFORM ) ,msm7x30 )
3636libmm-venc-def += -DMAX_RES_720P
3737endif
3838ifeq ($(TARGET_USES_ION ) ,true)
You can’t perform that action at this time.
0 commit comments