61564b3b7d027133a59218d05bc3667978ca8dfb
[mafwsubrenderer] / gst-plugins-base-subtitles0.10 / android / interfaces.mk
1 LOCAL_PATH:= $(call my-dir)
2 #----------------------------------------
3 # include 
4 gst_interfaces_COPY_HEADERS_TO := gstreamer-0.10/gst/interfaces
5 gst_interfaces_COPY_HEADERS_BASE := \
6         gst-libs/gst/interfaces/colorbalance.h \
7         gst-libs/gst/interfaces/colorbalancechannel.h \
8         gst-libs/gst/interfaces/mixer.h \
9         gst-libs/gst/interfaces/mixeroptions.h \
10         gst-libs/gst/interfaces/mixertrack.h \
11         gst-libs/gst/interfaces/navigation.h \
12         gst-libs/gst/interfaces/propertyprobe.h \
13         gst-libs/gst/interfaces/streamvolume.h \
14         gst-libs/gst/interfaces/tuner.h \
15         gst-libs/gst/interfaces/tunerchannel.h \
16         gst-libs/gst/interfaces/tunernorm.h \
17         gst-libs/gst/interfaces/videoorientation.h \
18         gst-libs/gst/interfaces/xoverlay.h \
19         gst-libs/gst/interfaces/interfaces-enumtypes.h 
20
21 gst_interfaces_COPY_HEADERS := $(addprefix ../,$(gst_interfaces_COPY_HEADERS_BASE))
22
23 include $(CLEAR_VARS)
24
25 LOCAL_ARM_MODE := arm
26
27 interfaces_LOCAL_SRC_FILES_BASE:= \
28         gst-libs/gst/interfaces/colorbalance.c \
29         gst-libs/gst/interfaces/colorbalancechannel.c \
30         gst-libs/gst/interfaces/mixer.c \
31         gst-libs/gst/interfaces/mixeroptions.c \
32         gst-libs/gst/interfaces/mixertrack.c \
33         gst-libs/gst/interfaces/navigation.c \
34         gst-libs/gst/interfaces/propertyprobe.c \
35         gst-libs/gst/interfaces/streamvolume.c \
36         gst-libs/gst/interfaces/tuner.c \
37         gst-libs/gst/interfaces/tunernorm.c \
38         gst-libs/gst/interfaces/tunerchannel.c \
39         gst-libs/gst/interfaces/videoorientation.c \
40         gst-libs/gst/interfaces/xoverlay.c \
41         gst-libs/gst/interfaces/interfaces-marshal.c \
42         gst-libs/gst/interfaces/interfaces-enumtypes.c
43
44 LOCAL_SRC_FILES:= $(addprefix ../,$(interfaces_LOCAL_SRC_FILES_BASE)) \
45                                   $(addprefix ../android/,$(interfaces_LOCAL_SRC_FILES_ANDROID))
46
47 LOCAL_SHARED_LIBRARIES := \
48     libgstreamer-0.10       \
49     libgstbase-0.10         \
50     libglib-2.0             \
51     libgthread-2.0          \
52     libgmodule-2.0          \
53     libgobject-2.0
54
55 LOCAL_MODULE:= libgstinterfaces-0.10
56
57
58 LOCAL_CFLAGS := -DHAVE_CONFIG_H -DGSTREAMER_BUILT_FOR_ANDROID \
59         $(GST_PLUGINS_BASE_CFLAGS)
60 #
61 # define LOCAL_PRELINK_MODULE to false to not use pre-link map
62 #
63 LOCAL_PRELINK_MODULE := false
64
65 LOCAL_COPY_HEADERS_TO := $(gst_interfaces_COPY_HEADERS_TO)
66 LOCAL_COPY_HEADERS := $(gst_interfaces_COPY_HEADERS)
67
68 LOCAL_MODULE_TAGS := optional
69
70 include $(BUILD_SHARED_LIBRARY)