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