• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1plugin_LTLIBRARIES = libgstrtsp.la
2
3libgstrtsp_la_SOURCES = gstrtsp.c gstrtspsrc.c \
4			gstrtpdec.c gstrtspext.c
5
6libgstrtsp_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(GIO_CFLAGS)
7libgstrtsp_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_LIBS) $(GST_BASE_LIBS) $(GIO_LIBS) \
8		       -lgstrtp-@GST_API_VERSION@ -lgstrtsp-@GST_API_VERSION@ \
9		       -lgstsdp-@GST_API_VERSION@ $(GST_NET_LIBS) $(GST_LIBS)
10libgstrtsp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
11
12noinst_HEADERS = gstrtspsrc.h     \
13		 gstrtsp.h        \
14		 gstrtpdec.h      \
15		 gstrtspext.h
16