You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
ifeq ($(BOARD_USES_MRST_OMX),true) |
|
|
|
LOCAL_PATH := $(call my-dir) |
|
include $(CLEAR_VARS) |
|
|
|
INTEL_OMX_COMPONENT_ROOT := $(LOCAL_PATH) |
|
|
|
#intel video codecs |
|
include $(INTEL_OMX_COMPONENT_ROOT)/videocodec/Android.mk |
|
endif #BOARD_USES_MRST_OMX
|
|
|