mirror of
https://github.com/team-infusion-developers/android_hardware_samsung.git
synced 2024-11-06 21:55:41 +00:00
codecs: mfcapi compatibility patch for exynos4x12
Change-Id: I2fe0d481506d374e8fa6a71b56d4dddee3f132b1
This commit is contained in:
parent
5e44bae467
commit
cf27f2a25b
1 changed files with 8 additions and 0 deletions
|
@ -19,6 +19,10 @@ LOCAL_C_INCLUDES := \
|
|||
|
||||
LOCAL_MODULE := libsecmfcapi
|
||||
|
||||
ifeq ($(TARGET_SOC),exynos4x12)
|
||||
LOCAL_MODULE_STEM := libsecmfcdecapi
|
||||
endif
|
||||
|
||||
LOCAL_PRELINK_MODULE := false
|
||||
|
||||
ifeq ($(BOARD_USES_MFC_FPS),true)
|
||||
|
@ -35,4 +39,8 @@ LOCAL_ARM_MODE := arm
|
|||
LOCAL_STATIC_LIBRARIES :=
|
||||
LOCAL_SHARED_LIBRARIES := liblog
|
||||
|
||||
ifeq ($(TARGET_SOC),exynos4x12)
|
||||
include $(BUILD_SHARED_LIBRARY)
|
||||
else
|
||||
include $(BUILD_STATIC_LIBRARY)
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue