You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
hardware_samsung/exynos/multimedia/codecs/video/exynos5/mfc_v4l2/Android.mk

39 lines
746 B

LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_COPY_HEADERS_TO := libsecmm
LOCAL_COPY_HEADERS := \
include/mfc_errno.h \
include/mfc_interface.h \
include/SsbSipMfcApi.h
LOCAL_MODULE_TAGS := optional
LOCAL_SRC_FILES := \
dec/src/SsbSipMfcDecAPI.c \
enc/src/SsbSipMfcEncAPI.c
LOCAL_C_INCLUDES := \
$(LOCAL_PATH)/include \
device/samsung/$(TARGET_BOARD_PLATFORM)/include
LOCAL_MODULE := libsecmfcapi
LOCAL_PRELINK_MODULE := false
ifeq ($(BOARD_USES_MFC_FPS),true)
LOCAL_CFLAGS := -DCONFIG_MFC_FPS
endif
LOCAL_ARM_MODE := arm
LOCAL_STATIC_LIBRARIES :=
LOCAL_SHARED_LIBRARIES := liblog
#ifeq ($(BOARD_USE_V4L2_ION),true)
#LOCAL_CFLAGS += -DUSE_ION
#LOCAL_SHARED_LIBRARIES += libion
#endif
include $(BUILD_STATIC_LIBRARY)