blob: cf3af925e38f0331469f1274ef757c9a1e5df583 [file] [log] [blame]
#
# Copyright (C) 2011 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE:= libvss_intel
LOCAL_COPY_HEADERS_TO := videoeditornv12
LOCAL_COPY_HEADERS := M4xVSS_NV12.h \
M4MCS_NV12.h \
EditVideo_NV12.h
LOCAL_SRC_FILES:= \
M4AIR_API_NV12.c \
M4MCS_VideoPreProcessing_NV12.c \
M4VSS3GPP_EditVideo_NV12.c \
M4xVSS_internal_NV12.c \
LOCAL_MODULE_TAGS := optional
LOCAL_SHARED_LIBRARIES := \
libcutils \
libutils \
libvideoeditor_osal \
LOCAL_STATIC_LIBRARIES := \
liblvpp_intel \
LOCAL_C_INCLUDES += \
$(TOP)/frameworks/av/libvideoeditor/osal/inc \
$(TOP)/frameworks/av/libvideoeditor/vss/common/inc \
$(TOP)/frameworks/av/libvideoeditor/vss/mcs/inc \
$(TOP)/frameworks/av/libvideoeditor/vss/inc \
$(TOP)/frameworks/av/libvideoeditor/vss/stagefrightshells/inc \
$(TOP)/frameworks/av/libvideoeditor/lvpp \
$(TOP)/frameworks/native/include/media/openmax \
$(TARGET_OUT_HEADERS)/videoeditornv12
LOCAL_SHARED_LIBRARIES += libdl
LOCAL_CFLAGS += -DDECODE_GIF_ON_SAVING \
-DVIDEOEDITOR_INTEL_NV12_VERSION
# All of the shared libraries we link against.
LOCAL_LDLIBS := \
-lpthread -ldl
include $(BUILD_STATIC_LIBRARY)