Added gst-plugins-base-subtitles0.10-0.10.34 for Meego Harmattan 1.2
[mafwsubrenderer] / gst-plugins-base-subtitles0.10 / android / playbin.mk
1 LOCAL_PATH:= $(call my-dir)
2
3 include $(CLEAR_VARS)
4
5 LOCAL_ARM_MODE := arm
6 playbin_LOCAL_SRC_FILES_BASE:= \
7         gst/playback/gstplayback.c \
8         gst/playback/gstplaybin.c \
9         gst/playback/gstplaybin2.c \
10         gst/playback/gstplaysink.c \
11         gst/playback/gstplaybasebin.c \
12         gst/playback/gstplay-enum.c \
13         gst/playback/gststreaminfo.c \
14         gst/playback/gststreamselector.c \
15         gst/playback/gstsubtitleoverlay.c \
16         gst/playback/gststreamsynchronizer.c \
17         gst/playback/gstplay-marshal.c
18
19 LOCAL_SRC_FILES:= $(addprefix ../,$(playbin_LOCAL_SRC_FILES_BASE))
20
21 LOCAL_SHARED_LIBRARIES := \
22     libgstreamer-0.10       \
23     libgstbase-0.10         \
24     libglib-2.0             \
25     libgthread-2.0          \
26     libgmodule-2.0          \
27     libgobject-2.0                      \
28         libgstpbutils-0.10              \
29         libgstinterfaces-0.10   \
30         libgstvideo-0.10
31
32 LOCAL_MODULE:= libgstplaybin
33
34 LOCAL_CFLAGS := -DHAVE_CONFIG_H  -DGSTREAMER_BUILT_FOR_ANDROID \
35         $(GST_PLUGINS_BASE_CFLAGS)
36 #
37 # define LOCAL_PRELINK_MODULE to false to not use pre-link map
38 #
39 LOCAL_PRELINK_MODULE := false
40
41 #It's a gstreamer plugins, and it must be installed on ..../lib/gstreamer-0.10
42 LOCAL_MODULE_PATH := $(TARGET_OUT)/lib/gstreamer-0.10
43 LOCAL_MODULE_TAGS := optional
44
45 include $(BUILD_SHARED_LIBRARY)