OSDN Git Service

Port to q-x86
[android-x86/external-stagefright-plugins.git] / extractor / Android.mk
1 LOCAL_PATH := $(call my-dir)
2
3 include $(SF_COMMON_MK)
4
5 LOCAL_SRC_FILES := \
6         FFmpegExtractor.cpp
7
8 LOCAL_SHARED_LIBRARIES += \
9         libbinder         \
10         libffmpeg_utils   \
11         libmediandk       \
12         liblog
13
14 LOCAL_MODULE:= libffmpeg_extractor
15 LOCAL_MODULE_RELATIVE_PATH := extractors
16
17 include $(BUILD_SHARED_LIBRARY)