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