aboutsummaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorxli111 <xiaowei.a.li@intel.com>2011-04-01 19:30:24 +0800
committerPatrick Tjin <pattjin@google.com>2014-07-21 22:02:43 -0700
commitaf4becf7aac73aff75dd68241b4825a12f8905cf (patch)
tree99f659730bd119e31a7d872d1389fb8d9fb101d6 /Android.mk
parentcaa4bd5216217d24fef19ce889b4bc730ab2d227 (diff)
downloadandroid_hardware_intel_common_omx-components-af4becf7aac73aff75dd68241b4825a12f8905cf.tar.gz
android_hardware_intel_common_omx-components-af4becf7aac73aff75dd68241b4825a12f8905cf.tar.bz2
android_hardware_intel_common_omx-components-af4becf7aac73aff75dd68241b4825a12f8905cf.zip
omx component: add buffer sharing for video encoder
Change-Id: Ia2077b8a24bc1a5db67eaff4e1b6dd4c98afa502 Signed-off-by: xli111 <xiaowei.a.li@intel.com>
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk30
1 files changed, 1 insertions, 29 deletions
diff --git a/Android.mk b/Android.mk
index 5c6227b..009d081 100644
--- a/Android.mk
+++ b/Android.mk
@@ -5,45 +5,17 @@ include $(CLEAR_VARS)
VENDORS_INTEL_MRST_COMPONENTS_ROOT := $(LOCAL_PATH)
-COMPONENT_SUPPORT_BUFFER_SHARING := false
-COMPONENT_SUPPORT_OPENCORE := false
-COMPONENT_SUPPORT_USRPTR_SHARING := false
-FAKE_USRPTR_SHARING := 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
-
-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
-#dump test
-#include $(VENDORS_INTEL_MRST_COMPONENTS_ROOT)/libinfodump/Android.mk
#intel video codecs
include $(VENDORS_INTEL_MRST_COMPONENTS_ROOT)/psb-dec/Android.mk
include $(VENDORS_INTEL_MRST_COMPONENTS_ROOT)/avc-enc/Android.mk