summaryrefslogtreecommitdiffstats
path: root/gst/rtpmanager/Makefile.am
blob: e51cafad8e2b12a2ec79907f0aefd406b3ee5e71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24

plugin_LTLIBRARIES = libgstrtpmanager.la

libgstrtpmanager_la_SOURCES = gstrtpmanager.c \
			      gstrtpbin.c \
			      gstrtpclient.c \
			      async_jitter_queue.c \
			      gstrtpjitterbuffer.c \
			      gstrtpptdemux.c \
			      gstrtpsession.c

noinst_HEADERS = gstrtpbin.h \
		 gstrtpclient.h \
                 async_jitter_queue.h \
		 gstrtpjitterbuffer.h \
                 gstrtpptdemux.h \
		 gstrtpsession.h

libgstrtpmanager_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(ERROR_CFLAGS)
libgstrtpmanager_la_LIBADD = $(GST_LIBS_LIBS)
libgstrtpmanager_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) -lgstrtp-@GST_MAJORMINOR@

EXTRA_DIST =