blob: 1a9faaf33e19db103eb4b21c650b5c04ccbe4ad8 [file] [log] [blame]
ifeq ($(strip $(USE_INTEL_ASF_EXTRACTOR)),true)
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_COPY_HEADERS_TO := libvavideodecoder
LOCAL_COPY_HEADERS := VAVideoDecoder.h
LOCAL_SRC_FILES := \
VAVideoDecoder.cpp \
#LOCAL_SHARED_LIBRARIES += libasfparser
LOCAL_C_INCLUDES := \
$(TOP)/frameworks/av/media/libstagefright/include \
$(TOP)/frameworks/native/include/media/openmax \
$(TARGET_OUT_HEADERS)/libmix_videodecoder \
$(TARGET_OUT_HEADERS)/libmix_asf_extractor \
$(TARGET_OUT_HEADERS)/libva/
LOCAL_MODULE:= libvavideodecoder
LOCAL_MODULE_TAGS := optional
include $(BUILD_STATIC_LIBRARY)
endif