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