rtspsrc: manage race between connection closing and flushing
[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                        -lgstrtp-@GST_API_VERSION@ -lgstrtsp-@GST_API_VERSION@ \
9                        -lgstsdp-@GST_API_VERSION@ $(GST_LIBS)
10 libgstrtsp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
11 libgstrtsp_la_LIBTOOLFLAGS = --tag=disable-static
12
13 noinst_HEADERS = gstrtspsrc.h     \
14                  gstrtsp.h        \
15                  gstrtpdec.h      \
16                  gstrtspext.h
17
18 Android.mk: Makefile.am $(BUILT_SOURCES)
19         androgenizer \
20         -:PROJECT libgstrtsp -:SHARED libgstrtsp \
21          -:TAGS eng debug \
22          -:REL_TOP $(top_srcdir) -:ABS_TOP $(abs_top_srcdir) \
23          -:SOURCES $(libgstrtsp_la_SOURCES) \
24          -:CFLAGS $(DEFS) $(DEFAULT_INCLUDES) $(libgstrtsp_la_CFLAGS) \
25          -:LDFLAGS $(libgstrtsp_la_LDFLAGS) \
26                    $(libgstrtsp_la_LIBADD) \
27                    -ldl \
28          -:PASSTHROUGH LOCAL_ARM_MODE:=arm \
29                        LOCAL_MODULE_PATH:='$$(TARGET_OUT)/lib/gstreamer-0.10' \
30         > $@