File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed
Expand file tree Collapse file tree 2 files changed +11
-3
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 msm8660 msm7x30, $( TARGET_BOARD_PLATFORM ) ) , )
3+ QCOM_MEDIA_ROOT := $( call my-dir )
44
5- include $(call all-subdir-makefiles)
5+ ifneq ($(filter msm8960 msm8660 msm7x30 msm7x27a,$(TARGET_BOARD_PLATFORM ) ) ,)
6+ include $(QCOM_MEDIA_ROOT ) /mm-core/Android.mk
7+ include $(QCOM_MEDIA_ROOT ) /libstagefrighthw/Android.mk
8+ include $(QCOM_MEDIA_ROOT ) /dashplayer/Android.mk
9+ include $(QCOM_MEDIA_ROOT ) /QCMediaPlayer/Android.mk
10+ endif
611
12+ ifneq ($(filter msm8960 msm8660 msm7x30,$(TARGET_BOARD_PLATFORM ) ) ,)
13+ include $(QCOM_MEDIA_ROOT ) /mm-video/Android.mk
14+ include $(QCOM_MEDIA_ROOT ) /libc2dcolorconvert/Android.mk
715endif
816
917endif
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ OMXCORE_CFLAGS += -U_ENABLE_QC_MSG_LOG_
1010# Figure out the targets
1111# ===============================================================================
1212
13- ifeq ($(TARGET_BOARD_PLATFORM ) ,msm7627a )
13+ ifeq ($(TARGET_BOARD_PLATFORM ) ,msm7x27a )
1414MM_CORE_TARGET = 7627A
1515else ifeq ($(TARGET_BOARD_PLATFORM),msm7x30)
1616MM_CORE_TARGET = 7630
You can’t perform that action at this time.
0 commit comments