blob: 9a59cb598f229c0d4a3c3d8fbbf9abf3499f0496 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
|
plugin_LTLIBRARIES = libgstrtp.la
libgstrtp_la_SOURCES = \
dboolhuff.c \
fnv1hash.c \
gstrtp.c \
gstrtpchannels.c \
gstrtpac3depay.c \
gstrtpac3pay.c \
gstrtpbvdepay.c \
gstrtpbvpay.c \
gstrtpceltdepay.c \
gstrtpceltpay.c \
gstrtpdvdepay.c \
gstrtpdvpay.c \
gstrtpgstdepay.c \
gstrtpgstpay.c \
gstrtpilbcdepay.c \
gstrtpilbcpay.c \
gstrtpmpadepay.c \
gstrtpmpapay.c \
gstrtpmparobustdepay.c \
gstrtpmpvdepay.c \
gstrtpmpvpay.c \
gstrtppcmadepay.c \
gstrtppcmudepay.c \
gstrtppcmupay.c \
gstrtppcmapay.c \
gstrtpg722depay.c \
gstrtpg722pay.c \
gstrtpg723depay.c \
gstrtpg723pay.c \
gstrtpg726pay.c \
gstrtpg726depay.c \
gstrtpg729pay.c \
gstrtpg729depay.c \
gstrtpgsmdepay.c \
gstrtpgsmpay.c \
gstrtpamrdepay.c \
gstrtpamrpay.c \
gstrtph261pay.c \
gstrtph261depay.c \
gstrtph263pdepay.c \
gstrtph263ppay.c \
gstrtph263depay.c \
gstrtph263pay.c \
gstrtph264depay.c \
gstrtph264pay.c \
gstrtph265depay.c \
gstrtph265pay.c \
gstrtpj2kdepay.c \
gstrtpj2kpay.c \
gstrtpjpegdepay.c \
gstrtpjpegpay.c \
gstrtpklvdepay.c \
gstrtpklvpay.c \
gstrtpL16depay.c \
gstrtpL16pay.c \
gstrtpL24depay.c \
gstrtpL24pay.c \
gstasteriskh263.c \
gstrtpmp1sdepay.c \
gstrtpmp2tdepay.c \
gstrtpmp2tpay.c \
gstrtpmp4vdepay.c \
gstrtpmp4vpay.c \
gstrtpmp4gdepay.c \
gstrtpmp4gpay.c \
gstrtpmp4adepay.c \
gstrtpmp4apay.c \
gstrtpqcelpdepay.c \
gstrtpqdmdepay.c \
gstrtpsbcdepay.c \
gstrtpsbcpay.c \
gstrtpsirenpay.c \
gstrtpsirendepay.c \
gstrtpspeexdepay.c \
gstrtpspeexpay.c \
gstrtpsv3vdepay.c \
gstrtptheoradepay.c \
gstrtptheorapay.c \
gstrtpvorbisdepay.c \
gstrtpvorbispay.c \
gstrtpvp8depay.c \
gstrtpvp8pay.c \
gstrtpvrawdepay.c \
gstrtpvrawpay.c \
gstrtpstreampay.c \
gstrtpstreamdepay.c \
gstrtputils.c
libgstrtp_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) \
$(GST_CFLAGS) -Dvp8_norm=gst_rtpvp8_vp8_norm \
-Dvp8dx_start_decode=gst_rtpvp8_vp8dx_start_decode \
-Dvp8dx_bool_decoder_fill=gst_rtpvp8_vp8dx_bool_decoder_fill
libgstrtp_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \
-lgstaudio-@GST_API_VERSION@ \
-lgstvideo-@GST_API_VERSION@ \
-lgsttag-@GST_API_VERSION@ \
-lgstrtp-@GST_API_VERSION@ \
-lgstpbutils-@GST_API_VERSION@ \
$(GST_BASE_LIBS) $(GST_LIBS) \
$(LIBM)
libgstrtp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
libgstrtp_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
noinst_HEADERS = \
dboolhuff.h \
fnv1hash.h \
gstrtpchannels.h \
gstrtpL16depay.h \
gstrtpL16pay.h \
gstrtpL24depay.h \
gstrtpL24pay.h \
gstrtpac3depay.h \
gstrtpac3pay.h \
gstrtpbvdepay.h \
gstrtpbvpay.h \
gstrtpceltpay.h \
gstrtpceltdepay.h \
gstrtpdvdepay.h \
gstrtpdvpay.h \
gstrtpamrdepay.h \
gstrtpamrpay.h \
gstrtpgstdepay.h \
gstrtpgstpay.h \
gstrtpilbcdepay.h \
gstrtpilbcpay.h \
gstrtppcmadepay.h \
gstrtppcmudepay.h \
gstrtppcmupay.h \
gstrtppcmapay.h \
gstrtpg722depay.h \
gstrtpg722pay.h \
gstrtpg723depay.h\
gstrtpg723pay.h \
gstrtpg726depay.h \
gstrtpg726pay.h \
gstrtpg729depay.h \
gstrtpg729pay.h \
gstrtpgsmdepay.h \
gstrtpgsmpay.h \
gstrtpmpadepay.h \
gstrtpmparobustdepay.h \
gstrtpmpapay.h \
gstrtpmpvdepay.h \
gstrtpmpvpay.h \
gstrtph261pay.h \
gstrtph261depay.h \
gstrtph263pdepay.h \
gstrtph263ppay.h \
gstrtph263depay.h \
gstrtph263pay.h \
gstrtph264depay.h \
gstrtph264pay.h \
gstrtph265depay.h \
gstrtph265pay.h \
gstrtph265types.h \
gstrtpj2kdepay.h \
gstrtpj2kpay.h \
gstrtpjpegdepay.h \
gstrtpjpegpay.h \
gstrtpklvdepay.h \
gstrtpklvpay.h \
gstrtpmp1sdepay.h \
gstrtpmp2tdepay.h \
gstrtpmp2tpay.h \
gstrtpmp4vdepay.h \
gstrtpmp4vpay.h \
gstrtpmp4gdepay.h \
gstrtpmp4gpay.h \
gstrtpmp4adepay.h \
gstrtpmp4apay.h \
gstasteriskh263.h \
gstrtpqcelpdepay.h \
gstrtpqdmdepay.h \
gstrtpsbcdepay.h \
gstrtpsbcpay.h \
gstrtpsirenpay.h \
gstrtpsirendepay.h \
gstrtpspeexdepay.h \
gstrtpspeexpay.h \
gstrtpsv3vdepay.h \
gstrtptheoradepay.h \
gstrtptheorapay.h \
gstrtpvorbisdepay.h \
gstrtpvorbispay.h \
gstrtpvp8depay.h \
gstrtpvp8pay.h \
gstrtpvrawdepay.h \
gstrtpvrawpay.h \
gstrtpstreampay.h \
gstrtpstreamdepay.h \
gstrtputils.h
EXTRA_DIST = dboolhuff.LICENSE
|