blob: 5abf9bce05c23af179bddb8ed7da70278d50819d [file] [log] [blame]
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_SRC_FILES := \
ColorConvert.cpp
LOCAL_C_INCLUDES:= \
$(TOP)/frameworks/native/include/media/openmax \
$(TOP)/frameworks/native/include/media/editor
LOCAL_SHARED_LIBRARIES := \
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE := libI420colorconvert
ifeq ($(USE_VIDEOEDITOR_INTEL_NV12_VERSION),true)
LOCAL_CFLAGS += -DVIDEOEDITOR_INTEL_NV12_VERSION
endif
include $(BUILD_SHARED_LIBRARY)