872856d19294b2aa10ccd62697b2806bddacd2f6
[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         gstrtph265depay.c \
50         gstrtph265pay.c \
51         gstrtpj2kdepay.c \
52         gstrtpj2kpay.c \
53         gstrtpjpegdepay.c \
54         gstrtpjpegpay.c \
55         gstrtpklvdepay.c \
56         gstrtpklvpay.c \
57         gstrtpL8depay.c \
58         gstrtpL8pay.c \
59         gstrtpL16depay.c \
60         gstrtpL16pay.c \
61         gstrtpL24depay.c \
62         gstrtpL24pay.c \
63         gstasteriskh263.c \
64         gstrtpmp1sdepay.c \
65         gstrtpmp2tdepay.c \
66         gstrtpmp2tpay.c \
67         gstrtpmp4vdepay.c \
68         gstrtpmp4vpay.c \
69         gstrtpmp4gdepay.c \
70         gstrtpmp4gpay.c \
71         gstrtpmp4adepay.c \
72         gstrtpmp4apay.c \
73         gstrtpopusdepay.c \
74         gstrtpopuspay.c \
75         gstrtpqcelpdepay.c \
76         gstrtpqdmdepay.c \
77         gstrtpsbcdepay.c \
78         gstrtpsbcpay.c \
79         gstrtpsirenpay.c \
80         gstrtpsirendepay.c \
81         gstrtpspeexdepay.c \
82         gstrtpspeexpay.c \
83         gstrtpsv3vdepay.c \
84         gstrtptheoradepay.c \
85         gstrtptheorapay.c \
86         gstrtpvorbisdepay.c \
87         gstrtpvorbispay.c  \
88         gstrtpvp8depay.c \
89         gstrtpvp8pay.c \
90         gstrtpvp9depay.c \
91         gstrtpvp9pay.c \
92         gstrtpvrawdepay.c  \
93         gstrtpvrawpay.c \
94         gstrtpstreampay.c \
95         gstrtpstreamdepay.c \
96         gstrtputils.c \
97         rtpulpfeccommon.c \
98         gstrtpulpfecdec.c \
99         gstrtpulpfecenc.c \
100         rtpredcommon.c \
101         gstrtpredenc.c \
102         gstrtpreddec.c \
103         rtpstorage.c \
104         rtpstoragestream.c \
105         gstrtpstorage.c \
106         gstbuffermemory.c
107
108 libgstrtp_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) \
109         $(GST_CFLAGS) -Dvp8_norm=gst_rtpvp8_vp8_norm \
110         -Dvp8dx_start_decode=gst_rtpvp8_vp8dx_start_decode \
111         -Dvp8dx_bool_decoder_fill=gst_rtpvp8_vp8dx_bool_decoder_fill
112
113 libgstrtp_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \
114         -lgstaudio-@GST_API_VERSION@ \
115         -lgstvideo-@GST_API_VERSION@ \
116         -lgsttag-@GST_API_VERSION@ \
117         -lgstrtp-@GST_API_VERSION@ \
118         -lgstpbutils-@GST_API_VERSION@ \
119         $(GST_BASE_LIBS) $(GST_LIBS) \
120         $(LIBM)
121 libgstrtp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) 
122
123 noinst_HEADERS =                        \
124         dboolhuff.h \
125         fnv1hash.h \
126         gstrtpchannels.h \
127         gstrtpL8depay.h \
128         gstrtpL8pay.h \
129         gstrtpL16depay.h \
130         gstrtpL16pay.h \
131         gstrtpL24depay.h \
132         gstrtpL24pay.h \
133         gstrtpac3depay.h \
134         gstrtpac3pay.h \
135         gstrtpbvdepay.h \
136         gstrtpbvpay.h \
137         gstrtpceltpay.h \
138         gstrtpceltdepay.h \
139         gstrtpdvdepay.h \
140         gstrtpdvpay.h \
141         gstrtpamrdepay.h \
142         gstrtpamrpay.h  \
143         gstrtpgstdepay.h \
144         gstrtpgstpay.h  \
145         gstrtpilbcdepay.h \
146         gstrtpilbcpay.h \
147         gstrtppcmadepay.h \
148         gstrtppcmudepay.h \
149         gstrtppcmupay.h \
150         gstrtppcmapay.h \
151         gstrtpg722depay.h \
152         gstrtpg722pay.h \
153         gstrtpg723depay.h\
154         gstrtpg723pay.h \
155         gstrtpg726depay.h \
156         gstrtpg726pay.h \
157         gstrtpg729depay.h \
158         gstrtpg729pay.h \
159         gstrtpgsmdepay.h \
160         gstrtpgsmpay.h  \
161         gstrtpmpadepay.h \
162         gstrtpmparobustdepay.h \
163         gstrtpmpapay.h \
164         gstrtpmpvdepay.h \
165         gstrtpmpvpay.h \
166         gstrtph261pay.h \
167         gstrtph261depay.h \
168         gstrtph263pdepay.h \
169         gstrtph263ppay.h \
170         gstrtph263depay.h \
171         gstrtph263pay.h \
172         gstrtph264depay.h \
173         gstrtph264pay.h \
174         gstrtph265depay.h \
175         gstrtph265pay.h \
176         gstrtph265types.h \
177         gstrtpj2kdepay.h \
178         gstrtpj2kpay.h \
179         gstrtpj2kcommon.h \
180         gstrtpjpegdepay.h \
181         gstrtpjpegpay.h \
182         gstrtpklvdepay.h \
183         gstrtpklvpay.h \
184         gstrtpmp1sdepay.h \
185         gstrtpmp2tdepay.h \
186         gstrtpmp2tpay.h \
187         gstrtpmp4vdepay.h \
188         gstrtpmp4vpay.h \
189         gstrtpmp4gdepay.h \
190         gstrtpmp4gpay.h \
191         gstrtpmp4adepay.h \
192         gstrtpmp4apay.h \
193         gstrtpopusdepay.h \
194         gstrtpopuspay.h \
195         gstasteriskh263.h \
196         gstrtpqcelpdepay.h \
197         gstrtpqdmdepay.h \
198         gstrtpreddec.h \
199         gstrtpredenc.h \
200         gstrtpsbcdepay.h \
201         gstrtpsbcpay.h \
202         gstrtpsirenpay.h \
203         gstrtpsirendepay.h \
204         gstrtpspeexdepay.h \
205         gstrtpspeexpay.h \
206         gstrtpstorage.h \
207         gstrtpsv3vdepay.h \
208         gstrtptheoradepay.h \
209         gstrtptheorapay.h \
210         gstrtpulpfecdec.h \
211         gstrtpulpfecenc.h \
212         gstrtpvorbisdepay.h \
213         gstrtpvorbispay.h \
214         gstrtpvp8depay.h \
215         gstrtpvp8pay.h \
216         gstrtpvp9depay.h \
217         gstrtpvp9pay.h \
218         gstrtpvrawdepay.h \
219         gstrtpvrawpay.h \
220         gstrtpstreampay.h \
221         gstrtpstreamdepay.h \
222         gstrtputils.h \
223         rtpredcommon.h \
224         rtpstorage.h \
225         rtpstoragestream.h \
226         rtpulpfeccommon.h \
227         gstbuffermemory.h
228
229 EXTRA_DIST = dboolhuff.LICENSE