aboutsummaryrefslogtreecommitdiffstats
path: root/Android.mk
blob: 3fbe09c24e56de65894e747a92261e9f41621bcf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
ifeq ($(strip $(BOARD_USES_MRST_OMX)),true)

LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)

VENDORS_INTEL_MRST_COMPONENTS_ROOT := $(LOCAL_PATH)

COMPONENT_SUPPORT_BUFFER_SHARING := false
COMPONENT_SUPPORT_OPENCORE := false

PRODUCT_COPY_FILES += \
	$(LOCAL_PATH)/wrs_omxil_components.list:system/etc/wrs_omxil_components.list
#$(call add-prebuilt-files, ETC, wrs_omxil_components.list)

WRS_OMXIL_CORE_ROOT := hardware/intel/wrs_omxil_core

GLIB_TOP := hardware/intel/glib
LIBVA_TOP := hardware/intel/libva
LIBINFODUMP_TOP := hardware/intel/omx-components/libinfodump
LIBBASECODEC_TOP:= hardware/intel/omx-components/libbasecodec

ifeq ($(strip $(COMPONENT_SUPPORT_OPENCORE)), true)
PV_TOP := external/opencore
PV_INCLUDES := \
	$(PV_TOP)/android \
	$(PV_TOP)/extern_libs_v2/khronos/openmax/include \
	$(PV_TOP)/engines/common/include \
	$(PV_TOP)/engines/player/config/core \
	$(PV_TOP)/engines/player/include \
	$(PV_TOP)/nodes/pvmediaoutputnode/include \
	$(PV_TOP)/nodes/pvdownloadmanagernode/config/opencore \
	$(PV_TOP)/pvmi/pvmf/include \
	$(PV_TOP)/fileformats/mp4/parser/config/opencore \
	$(PV_TOP)/oscl/oscl/config/android \
	$(PV_TOP)/oscl/oscl/config/shared \
	$(PV_TOP)/engines/author/include \
	$(PV_TOP)/android/drm/oma1/src \
	$(PV_TOP)/build_config/opencore_dynamic \
	$(TARGET_OUT_HEADERS)/libpv
endif
# mrst sst audio
#-include $(VENDORS_INTEL_MRST_COMPONENTS_ROOT)/sst/Android.mk


#intel video decoders
include $(VENDORS_INTEL_MRST_COMPONENTS_ROOT)/psb/Android.mk

#intel video encoders
include $(VENDORS_INTEL_MRST_COMPONENTS_ROOT)/libinfodump/Android.mk
include $(VENDORS_INTEL_MRST_COMPONENTS_ROOT)/libbasecodec/Android.mk
include $(VENDORS_INTEL_MRST_COMPONENTS_ROOT)/omx_m4venc/Android.mk
include $(VENDORS_INTEL_MRST_COMPONENTS_ROOT)/omx_avcenc/Android.mk
include $(VENDORS_INTEL_MRST_COMPONENTS_ROOT)/omx_h263enc/Android.mk

#intel audio codecs
#-include $(VENDORS_INTEL_MRST_COMPONENTS_ROOT)/sst-stub-base/Android.mk

endif #BOARD_USES_MRST_OMX