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