summaryrefslogtreecommitdiffstats
path: root/gst/rtp/Makefile.am
blob: b08df858aa4f9735646791b75162c478a1c93863 (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 = libgstrtp.la

libgstrtp_la_SOURCES = gstrtp.c \
		       gstrtpdec.c \
		       gstrtpmpadec.c \
		       gstrtpmpaenc.c \
		       gstrtph263pdec.c \
		       gstrtph263penc.c 

#gstrtpL16enc.c gstrtpL16parse.c gstrtpgsmenc.c gstrtpgsmparse.c 

libgstrtp_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
libgstrtp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) 
libgstrtp_la_LIBADD = $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) \
                -lgstrtp-@GST_MAJORMINOR@

noinst_HEADERS = gstrtpL16enc.h 	\
		 gstrtpL16parse.h 	\
		 gstrtpgsmenc.h 	\
		 gstrtpgsmparse.h 	\
		 gstrtpmpadec.h 	\
		 gstrtpmpaenc.h 	\
		 gstrtph263pdec.h 	\
		 gstrtph263penc.h