Merge remote-tracking branch 'origin/master' into 0.11
[platform/upstream/gstreamer.git] / gst / rtsp / Makefile.am
1 plugin_LTLIBRARIES = libgstrtsp.la
2
3 libgstrtsp_la_SOURCES = gstrtsp.c gstrtspsrc.c \
4                         gstrtpdec.c gstrtspext.c
5
6 libgstrtsp_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
7 libgstrtsp_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) \
8                        -lgstinterfaces-@GST_MAJORMINOR@ \
9                        -lgstrtp-@GST_MAJORMINOR@ -lgstrtsp-@GST_MAJORMINOR@ \
10                        -lgstsdp-@GST_MAJORMINOR@ $(GST_LIBS)
11 libgstrtsp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
12 libgstrtsp_la_LIBTOOLFLAGS = --tag=disable-static
13
14 noinst_HEADERS = gstrtspsrc.h     \
15                  gstrtsp.h        \
16                  gstrtpdec.h      \
17                  gstrtspext.h
18
19 Android.mk: Makefile.am $(BUILT_SOURCES)
20         androgenizer \
21         -:PROJECT libgstrtsp -:SHARED libgstrtsp \
22          -:TAGS eng debug \
23          -:REL_TOP $(top_srcdir) -:ABS_TOP $(abs_top_srcdir) \
24          -:SOURCES $(libgstrtsp_la_SOURCES) \
25          -:CFLAGS $(DEFS) $(DEFAULT_INCLUDES) $(libgstrtsp_la_CFLAGS) \
26          -:LDFLAGS $(libgstrtsp_la_LDFLAGS) \
27                    $(libgstrtsp_la_LIBADD) \
28                    -ldl \
29          -:PASSTHROUGH LOCAL_ARM_MODE:=arm \
30                        LOCAL_MODULE_PATH:='$$(TARGET_OUT)/lib/gstreamer-0.10' \
31         > $@