• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1ifeq ($(BOARD_USES_MRST_OMX),true)
2
3LOCAL_PATH := $(call my-dir)
4include $(CLEAR_VARS)
5
6INTEL_OMX_COMPONENT_ROOT := $(LOCAL_PATH)
7
8#intel video codecs
9include $(INTEL_OMX_COMPONENT_ROOT)/videocodec/Android.mk
10include $(INTEL_OMX_COMPONENT_ROOT)/videocodec/libvpx_internal/Android.mk
11endif #BOARD_USES_MRST_OMX
12