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