959fc8edf5d609b442cbb08ad0a56e471d58985b
[platform/upstream/gst-plugins-good.git] / gst / rtp / Makefile.am
1 plugin_LTLIBRARIES = libgstrtp.la
2
3 libgstrtp_la_SOURCES = \
4         dboolhuff.c \
5         fnv1hash.c \
6         gstrtp.c \
7         gstrtpchannels.c \
8         gstrtpac3depay.c \
9         gstrtpac3pay.c \
10         gstrtpbvdepay.c \
11         gstrtpbvpay.c \
12         gstrtpceltdepay.c \
13         gstrtpceltpay.c \
14         gstrtpdvdepay.c \
15         gstrtpdvpay.c \
16         gstrtpgstdepay.c \
17         gstrtpgstpay.c \
18         gstrtpilbcdepay.c \
19         gstrtpilbcpay.c \
20         gstrtpmpadepay.c \
21         gstrtpmpapay.c \
22         gstrtpmparobustdepay.c \
23         gstrtpmpvdepay.c \
24         gstrtpmpvpay.c \
25         gstrtppcmadepay.c \
26         gstrtppcmudepay.c \
27         gstrtppcmupay.c \
28         gstrtppcmapay.c \
29         gstrtpg722depay.c \
30         gstrtpg722pay.c \
31         gstrtpg723depay.c \
32         gstrtpg723pay.c \
33         gstrtpg726pay.c \
34         gstrtpg726depay.c \
35         gstrtpg729pay.c \
36         gstrtpg729depay.c \
37         gstrtpgsmdepay.c \
38         gstrtpgsmpay.c \
39         gstrtpamrdepay.c \
40         gstrtpamrpay.c \
41         gstrtph261pay.c \
42         gstrtph261depay.c \
43         gstrtph263pdepay.c \
44         gstrtph263ppay.c \
45         gstrtph263depay.c \
46         gstrtph263pay.c \
47         gstrtph264depay.c \
48         gstrtph264pay.c \
49         gstrtpj2kdepay.c \
50         gstrtpj2kpay.c \
51         gstrtpjpegdepay.c \
52         gstrtpjpegpay.c \
53         gstrtpL16depay.c \
54         gstrtpL16pay.c \
55         gstrtpL24depay.c \
56         gstrtpL24pay.c \
57         gstasteriskh263.c \
58         gstrtpmp1sdepay.c \
59         gstrtpmp2tdepay.c \
60         gstrtpmp2tpay.c \
61         gstrtpmp4vdepay.c \
62         gstrtpmp4vpay.c \
63         gstrtpmp4gdepay.c \
64         gstrtpmp4gpay.c \
65         gstrtpmp4adepay.c \
66         gstrtpmp4apay.c \
67         gstrtpqcelpdepay.c \
68         gstrtpqdmdepay.c \
69         gstrtpsbcdepay.c \
70         gstrtpsbcpay.c \
71         gstrtpsirenpay.c \
72         gstrtpsirendepay.c \
73         gstrtpspeexdepay.c \
74         gstrtpspeexpay.c \
75         gstrtpsv3vdepay.c \
76         gstrtptheoradepay.c \
77         gstrtptheorapay.c \
78         gstrtpvorbisdepay.c \
79         gstrtpvorbispay.c  \
80         gstrtpvp8depay.c \
81         gstrtpvp8pay.c \
82         gstrtpvrawdepay.c  \
83         gstrtpvrawpay.c \
84         gstrtpstreampay.c \
85         gstrtpstreamdepay.c
86
87 libgstrtp_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) \
88         $(GST_CFLAGS) -Dvp8_norm=gst_rtpvp8_vp8_norm \
89         -Dvp8dx_start_decode=gst_rtpvp8_vp8dx_start_decode \
90         -Dvp8dx_bool_decoder_fill=gst_rtpvp8_vp8dx_bool_decoder_fill
91
92 libgstrtp_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \
93         -lgstaudio-@GST_API_VERSION@ \
94         -lgstvideo-@GST_API_VERSION@ \
95         -lgsttag-@GST_API_VERSION@ \
96         -lgstrtp-@GST_API_VERSION@ \
97         -lgstpbutils-@GST_API_VERSION@ \
98         $(GST_BASE_LIBS) $(GST_LIBS) \
99         $(LIBM)
100 libgstrtp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) 
101 libgstrtp_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
102
103 noinst_HEADERS =                        \
104         dboolhuff.h \
105         fnv1hash.h \
106         gstrtpchannels.h \
107         gstrtpL16depay.h \
108         gstrtpL16pay.h \
109         gstrtpL24depay.h \
110         gstrtpL24pay.h \
111         gstrtpac3depay.h \
112         gstrtpac3pay.h \
113         gstrtpbvdepay.h \
114         gstrtpbvpay.h \
115         gstrtpceltpay.h \
116         gstrtpceltdepay.h \
117         gstrtpdvdepay.h \
118         gstrtpdvpay.h \
119         gstrtpamrdepay.h \
120         gstrtpamrpay.h  \
121         gstrtpgstdepay.h \
122         gstrtpgstpay.h  \
123         gstrtpilbcdepay.h \
124         gstrtpilbcpay.h \
125         gstrtppcmadepay.h \
126         gstrtppcmudepay.h \
127         gstrtppcmupay.h \
128         gstrtppcmapay.h \
129         gstrtpg722depay.h \
130         gstrtpg722pay.h \
131         gstrtpg723depay.h\
132         gstrtpg723pay.h \
133         gstrtpg726depay.h \
134         gstrtpg726pay.h \
135         gstrtpg729depay.h \
136         gstrtpg729pay.h \
137         gstrtpgsmdepay.h \
138         gstrtpgsmpay.h  \
139         gstrtpmpadepay.h \
140         gstrtpmparobustdepay.h \
141         gstrtpmpapay.h \
142         gstrtpmpvdepay.h \
143         gstrtpmpvpay.h \
144         gstrtph261pay.h \
145         gstrtph261depay.h \
146         gstrtph263pdepay.h \
147         gstrtph263ppay.h \
148         gstrtph263depay.h \
149         gstrtph263pay.h \
150         gstrtph264depay.h \
151         gstrtph264pay.h \
152         gstrtpj2kdepay.h \
153         gstrtpj2kpay.h \
154         gstrtpjpegdepay.h \
155         gstrtpjpegpay.h \
156         gstrtpmp1sdepay.h \
157         gstrtpmp2tdepay.h \
158         gstrtpmp2tpay.h \
159         gstrtpmp4vdepay.h \
160         gstrtpmp4vpay.h \
161         gstrtpmp4gdepay.h \
162         gstrtpmp4gpay.h \
163         gstrtpmp4adepay.h \
164         gstrtpmp4apay.h \
165         gstasteriskh263.h \
166         gstrtpqcelpdepay.h \
167         gstrtpqdmdepay.h \
168         gstrtpsbcdepay.h \
169         gstrtpsbcpay.h \
170         gstrtpsirenpay.h \
171         gstrtpsirendepay.h \
172         gstrtpspeexdepay.h \
173         gstrtpspeexpay.h \
174         gstrtpsv3vdepay.h \
175         gstrtptheoradepay.h \
176         gstrtptheorapay.h \
177         gstrtpvorbisdepay.h \
178         gstrtpvorbispay.h \
179         gstrtpvp8depay.h \
180         gstrtpvp8pay.h \
181         gstrtpvrawdepay.h \
182         gstrtpvrawpay.h \
183         gstrtpstreampay.h \
184         gstrtpstreamdepay.h
185
186 EXTRA_DIST = dboolhuff.LICENSE