summaryrefslogtreecommitdiffstats
path: root/gst/rtp/Makefile.am
blob: 2dd0019abd442d4e91d270d6284737775b1d994e (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
plugin_LTLIBRARIES = libgstrtp.la

libgstrtp_la_SOURCES = \
	gstrtp.c \
	gstrtpdepay.c \
	gstrtpmpadepay.c \
	gstrtpmpapay.c \
	gstrtpg711depay.c \
	gstrtpg711pay.c \
	gstrtpgsmdepay.c \
	gstrtpgsmpay.c \
	gstrtpamrdepay.c \
	gstrtpamrpay.c \
	gstrtph263pdepay.c \
	gstrtph263ppay.c \
	gstrtph263pay.c \
	gstasteriskh263.c \
	gstrtpmp4vdepay.c \
	gstrtpmp4vpay.c \
	gstrtpspeexdepay.c \
	gstrtpspeexpay.c
	
#gstrtpL16pay.c gstrtpL16depay.c

if HAVE_WINSOCK2_H
WINSOCK2_LIBS = -lws2_32
else
WINSOCK2_LIBS =
endif

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

noinst_HEADERS =			\
		 gstrtpL16depay.h 	\
		 gstrtpL16pay.h 	\
		 gstrtpamrdepay.h 	\
		 gstrtpamrpay.h 	\
		 gstrtpg711depay.h 	\
		 gstrtpg711pay.h 	\
		 gstrtpgsmdepay.h 	\
		 gstrtpgsmpay.h 	\
		 gstrtpmpadepay.h 	\
		 gstrtpmpapay.h 	\
		 gstrtph263pdepay.h 	\
		 gstrtph263ppay.h 	\
		 gstrtph263pay.h 	\
		 gstrtpmp4vdepay.h	\
		 gstrtpmp4vpay.h	\
		 gstrtpdepay.h		\
		 gstasteriskh263.h	\
		 gstrtpspeexdepay.h	\
		 gstrtpspeexpay.h