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