summaryrefslogtreecommitdiffstats
path: root/rules/ffmpeg.in
blob: de676968de6461b6df2e9e8209451e52794fc80a (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
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
# FIXME

comment "ffmpeg not supported by strongARM"
	depends on ARCH_ARM && !BROKEN

menuconfig FFMPEG
	bool
	depends on ARCH_ARM && BROKEN
	select ZLIB if FFMPEG_ZLIB
	select SDL if FFMPEG_FFPLAY
	prompt "FFMPEG                   "
	help
	  FIXME

config FFMPEG_SHARED
	bool
	depends on FFMPEG
	prompt "Build shared libs"
	help
	  FIXME

config FFMPEG_STATIC
	bool
	depends on FFMPEG
	prompt "Build static libs"
	help
	  FIXME

config FFMPEG_PTHREADS
	bool
	depends on FFMPEG
	prompt "Use pthreads"
	help
	  FIXME

config FFMPEG_FFSERVER
	bool
	depends on FFMPEG
	depends on BROKEN
	prompt "Build ffserver"
	help
	  FIXME

config FFMPEG_FFPLAY
	bool
	depends on FFMPEG
	depends on BROKEN
	prompt "Build ffplay"
	help
	  FIXME

config FFMPEG_MEMALIGN_HACK
	bool
	depends on FFMPEG
	prompt "Use memalign hack"
	help
	  FIXME

config FFMPEG_SMALL
	bool
	depends on FFMPEG
	prompt "Optimize for size"
	help
	  FIXME

config FFMPEG_STRIP
	bool
	depends on FFMPEG
	prompt "Strip executables"
	help
	  FIXME

config FFMPEG_GPROF
	bool
	depends on FFMPEG
	prompt "Enable profiling"
	help
	  FIXME

config FFMPEG_DEBUG
	bool 
	depends on FFMPEG
	prompt "Enable debug"
	help
	  FIXME

config FFMPEG_OPTS
	bool
	depends on FFMPEG
	prompt "Enable optimization"
	help
	  FIXME

config FFMPEG_GPL
	bool
	depends on FFMPEG
	prompt "Allow GPL code"
	help
	  FIXME

config FFMPEG_MP3LAME
	bool
	depends on FFMPEG
	depends on BROKEN
	prompt "mp3lame support"
	help
	  FIXME

config FFMPEG_LIBOGG
	bool
	depends on FFMPEG
	depends on BROKEN
	prompt "libogg support"
	help
	  FIXME

config FFMPEG_VORBIS
	bool
	depends on FFMPEG
	depends on BROKEN
	prompt "vorbis support"
	help
	  FIXME

config FFMPEG_THEORA
	bool
	depends on FFMPEG
	depends on BROKEN
	prompt "theora support"
	help
	  FIXME

config FFMPEG_FAAD
	bool
	depends on FFMPEG
	depends on BROKEN
	prompt "faad support"
	help
	  FIXME

config FFMPEG_FAADBIN
	bool
	depends on FFMPEG
	depends on BROKEN
	prompt "FAAD support"
	help
	  FIXME

config FFMPEG_FAAC
	bool
	depends on FFMPEG
	depends on BROKEN
	prompt "FAAC support"
	help
	  FIXME

config FFMPEG_LIBGSM
	bool
	depends on FFMPEG
	depends on BROKEN
	prompt "libgsm support"
	help
	  FIXME

config FFMPEG_XVID
	bool
	depends on FFMPEG
	depends on BROKEN
	prompt "XVID support"
	help
	  FIXME

config FFMPEG_X264
	bool
	depends on FFMPEG
	depends on BROKEN
	prompt "X264 support"
	help
	  FIXME

config FFMPEG_A52
	bool
	depends on FFMPEG
	depends on BROKEN
	prompt "A52 support"
	help
	  FIXME

config FFMPEG_A52BIN
	bool
	depends on FFMPEG
	depends on BROKEN
	prompt "A52 bin support"
	help
	  FIXME

config FFMPEG_DTS
	bool
	depends on FFMPEG
	depends on BROKEN
	prompt "DTS support"
	help
	  FIXME

config FFMPEG_PP
	bool
	depends on FFMPEG
	depends on FFMPEG_GPL
	prompt "Post Prosessing support"
	help
	  FIXME

config FFMPEG_AMR_NB
        bool
        depends on FFMPEG
	depends on BROKEN
        prompt "AMR_NB float audio codec"
        help
          FIXME

config FFMPEG_AMR_NB_FIXED
        bool
        depends on FFMPEG
	depends on BROKEN
        prompt "AMR_NB fixed point audio codec"
        help
          FIXME

config FFMPEG_AMR_WB
        bool
        depends on FFMPEG
	depends on BROKEN
        prompt "AMR_WB float audio codec"
        help
          FIXME

config FFMPEG_AMR_IF2
        bool
        depends on FFMPEG
	depends on BROKEN
        prompt "AMR_IF2 audio codec"
        help
          FIXME

config FFMPEG_DC1394
        bool
        depends on FFMPEG
	depends on BROKEN
        prompt "IIDC-1394 grabbing"
        help
          FIXME

config FFMPEG_AUDIO_OSS
        bool
        depends on FFMPEG
        prompt "OSS Audio support"
        help
          FIXME

config FFMPEG_V4L
        bool
        depends on FFMPEG
        prompt "V4L support"
        help
          FIXME


config FFMPEG_V4L2
        bool
        depends on FFMPEG
        prompt "V4L2 support"
        help
          FIXME

config FFMPEG_BKTR
        bool
        depends on FFMPEG
        prompt "BKTR support"
        help
          FIXME

config FFMPEG_DV1394
        bool
        depends on FFMPEG
        prompt "DV1394 grabbing support"
        help
          FIXME

config FFMPEG_NETWORK
        bool
        depends on FFMPEG
        prompt "Networking support"
        help
          FIXME

config FFMPEG_ZLIB
        bool
        depends on FFMPEG
	select ZLIB
        prompt "ZLIB support"
        help
          FIXME

config FFMPEG_SIMPLE_IDCT
        bool
        depends on FFMPEG
        prompt "Simple IDCT support"
        help
          FIXME

config FFMPEG_VHOOK
        bool
        depends on FFMPEG
        prompt "video hooking support"
        help
          FIXME

config FFMPEG_MPEGAUDIO_HP
        bool
        depends on FFMPEG
        prompt "Faster MPEG audio decoding support"
        help
          FIXME

config FFMPEG_PROTOCOL
        bool
        depends on FFMPEG
        prompt "I/O protocols support"
        help
          FIXME