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
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
|
/* config.h.in. Generated from configure.ac by autoheader. */
/* floating-point amr_nb audio codec */
#undef AMR_NB
/* fixed-point amr_nb audio codec */
#undef AMR_NB_FIXED
/* floating-point amr_wb audio codec */
#undef AMR_WB
/* building for Alpha platform */
#undef ARCH_ALPHA
/* building for ARM platform */
#undef ARCH_ARMV4L
/* building for MIPS platform */
#undef ARCH_MIPS
/* building for PowerPC platform */
#undef ARCH_POWERPC
/* building for Sh4 platform */
#undef ARCH_SH4
/* building for Sparc platform */
#undef ARCH_SPARC
/* building for Sparc64 platform */
#undef ARCH_SPARC64
/* building for x86 platform */
#undef ARCH_X86
/* runtime liba52.so.0 resolving */
#undef CONFIG_A52BIN
/* Autodesk RLE decoder */
#undef CONFIG_AASC_DECODER
/* GPL A52 support via liba52 */
#undef CONFIG_AC3
/* AC-3 encoder */
#undef CONFIG_AC3_ENCODER
/* Apple Lossless Audio decoder */
#undef CONFIG_ALAC_DECODER
/* Asus Video v1 decoder */
#undef CONFIG_ASV1_DECODER
/* Asus Video v1 encoder */
#undef CONFIG_ASV1_ENCODER
/* Asus Video v2 decoder */
#undef CONFIG_ASV2_DECODER
/* Asus Video v2 encoder */
#undef CONFIG_ASV2_ENCODER
/* BeOS audio support */
#undef CONFIG_AUDIO_BEOS
/* OSS audio support */
#undef CONFIG_AUDIO_OSS
/* BSD/bktr support */
#undef CONFIG_BKTR
/* Cinepak Video decoder */
#undef CONFIG_CINEPAK_DECODER
/* Cirrus Logic AccuPak decoder */
#undef CONFIG_CLJR_DECODER
/* CYUV decoder */
#undef CONFIG_CYUV_DECODER
/* Building for Darwin */
#undef CONFIG_DARWIN
/* compilation of decoders */
#undef CONFIG_DECODERS
/* compilation of demuxers */
#undef CONFIG_DEMUXERS
/* DV IEEE1394 support */
#undef CONFIG_DV1394
/* Digital Video decoder */
#undef CONFIG_DVVIDEO_DECODER
/* Digital Video encoder */
#undef CONFIG_DVVIDEO_ENCODER
/* 8-BPS Video decoder */
#undef CONFIG_EIGHTBPS_DECODER
/* compilation of encoders */
#undef CONFIG_ENCODERS
/* faac support via libfaac */
#undef CONFIG_FAAC
/* faad support via libfaad */
#undef CONFIG_FAAD
/* runtime libfaad.so.0 resolving */
#undef CONFIG_FAADBIN
/* ffmpeg command line utility */
#undef CONFIG_FFMPEG
/* ffmpeg media player */
#undef CONFIG_FFPLAY
/* ffmpeg media server */
#undef CONFIG_FFSERVER
/* FFMpeg Video v1 decoder */
#undef CONFIG_FFV1_DECODER
/* FFMpeg Video v1 encoder */
#undef CONFIG_FFV1_ENCODER
/* FFMpeg Huffman Video decoder */
#undef CONFIG_FFVHUFF_DECODER
/* FFMpeg Huffman Video encoder */
#undef CONFIG_FFVHUFF_ENCODER
/* Free Lossless Audio decoder */
#undef CONFIG_FLAC_DECODER
/* FLI/FLV Animation decoder */
#undef CONFIG_FLIC_DECODER
/* FLV Video decoder */
#undef CONFIG_FLV_DECODER
/* FLV video encoder */
#undef CONFIG_FLV_ENCODER
/* 4xm Video decoder */
#undef CONFIG_FOURXM_DECODER
/* Lossless Fraps decoder */
#undef CONFIG_FRAPS_DECODER
/* h.261 decoder */
#undef CONFIG_H261_DECODER
/* h.261 encoder */
#undef CONFIG_H261_ENCODER
/* Intel h.263 decoder */
#undef CONFIG_H263I_DECODER
/* h.263+ encoder */
#undef CONFIG_H263P_ENCODER
/* h.263 decoder */
#undef CONFIG_H263_DECODER
/* h.263 encoder */
#undef CONFIG_H263_ENCODER
/* h.264 decoder */
#undef CONFIG_H264_DECODER
/* whether dlfcn.h is available */
#undef CONFIG_HAVE_DLFCN
/* whether dlopen is available */
#undef CONFIG_HAVE_DLOPEN
/* Huffyuv Lossless Video decoder */
#undef CONFIG_HUFFYUV_DECODER
/* Huffyuv Lossless Video encoder */
#undef CONFIG_HUFFYUV_ENCODER
/* ID Quake-II CIN Video decoder */
#undef CONFIG_IDCIN_DECODER
/* Intel Indeo v2 decoder */
#undef CONFIG_INDEO2_DECODER
/* Intel Indeo v3 decoder */
#undef CONFIG_INDEO3_DECODER
/* Interplay DPCM decoder */
#undef CONFIG_INTERPLAY_DPCM_DECODER
/* Interplay Video decoder */
#undef CONFIG_INTERPLAY_VIDEO_DECODER
/* Lossless JPEG encoder */
#undef CONFIG_LJPEG_ENCODER
/* LOCO decoder */
#undef CONFIG_LOCO_DECODER
/* MACE-3 decoder */
#undef CONFIG_MACE3_DECODER
/* MACE-6 decoder */
#undef CONFIG_MACE6_DECODER
/* PSX MDEC decoder */
#undef CONFIG_MDEC_DECODER
/* Motion-JPEG decoder */
#undef CONFIG_MJPEG_DECODER
/* Motion-JPEG encoder */
#undef CONFIG_MJPEG_ENCODER
/* MPEG-1 layer 1/2 decoder */
#undef CONFIG_MP2_DECODER
/* MPEG-1 layer 2 encoder */
#undef CONFIG_MP2_ENCODER
/* MPEG-1 layer 3 ADU decoder */
#undef CONFIG_MP3ADU_DECODER
/* mp3 encoding via libmp3lame */
#undef CONFIG_MP3LAME
/* MPEG-1 layer 3 On4 decoder */
#undef CONFIG_MP3ON4_DECODER
/* MPEG-1 layer 3 decoder */
#undef CONFIG_MP3_DECODER
/* MPEG-1 video decoder */
#undef CONFIG_MPEG1VIDEO_DECODER
/* MPEG-1 video encoder */
#undef CONFIG_MPEG1VIDEO_ENCODER
/* MPEG-2 video decoder */
#undef CONFIG_MPEG2VIDEO_DECODER
/* MPEG-2 video encoder */
#undef CONFIG_MPEG2VIDEO_ENCODER
/* MPEG-4 video decoder */
#undef CONFIG_MPEG4_DECODER
/* MPEG-4 video encoder */
#undef CONFIG_MPEG4_ENCODER
/* high-precision (slower) MPEG audio */
#undef CONFIG_MPEGAUDIO_HP
/* Motion-JPEG B decoder */
#undef CONFIG_MPEGB_DECODER
/* MPEG-1/2 video decoder */
#undef CONFIG_MPEGVIDEO_DECODER
/* Microsoft MPEG-4 v1 decoder */
#undef CONFIG_MSMPEG4V1_DECODER
/* Microsoft MPEG-4 v1 encoder */
#undef CONFIG_MSMPEG4V1_ENCODER
/* Microsoft MPEG-4 v2 decoder */
#undef CONFIG_MSMPEG4V2_DECODER
/* Microsoft MPEG-4 v2 encoder */
#undef CONFIG_MSMPEG4V2_ENCODER
/* Microsoft MPEG-4 v3 decoder */
#undef CONFIG_MSMPEG4V3_DECODER
/* Microsoft MPEG-4 v3 encoder */
#undef CONFIG_MSMPEG4V3_ENCODER
/* Microsoft RLE decoder */
#undef CONFIG_MSRLE_DECODER
/* Microsoft Video v1 decoder */
#undef CONFIG_MSVIDEO1_DECODER
/* MSZH Lossless Video decoder */
#undef CONFIG_MSZH_DECODER
/* compilation of muxers */
#undef CONFIG_MUXERS
/* rtp/http networking code */
#undef CONFIG_NETWORK
/* Building for OS/2 */
#undef CONFIG_OS2
/* PAM encoder */
#undef CONFIG_PAM_ENCODER
/* PBM encoder */
#undef CONFIG_PBM_ENCODER
/* PGMYUV encoder */
#undef CONFIG_PGMYUV_ENCODER
/* PGM encoder */
#undef CONFIG_PGM_ENCODER
/* Portable Network Graphics decoder */
#undef CONFIG_PNG_DECODER
/* Portable Network Graphics encoder */
#undef CONFIG_PNG_ENCODER
/* post-processing functions */
#undef CONFIG_PP
/* PPM encoder */
#undef CONFIG_PPM_ENCODER
/* Q-design Music 2 decoder */
#undef CONFIG_QDM2_DECODER
/* QuickDraw decoder */
#undef CONFIG_QDRAW_DECODER
/* Quicktime RLE decoder */
#undef CONFIG_QTRLE_DECODER
/* RealAudio 1.0 decoder */
#undef CONFIG_RA_144_DECODER
/* RealAudio 2.0 decoder */
#undef CONFIG_RA_288_DECODER
/* RoQ Video decoder */
#undef CONFIG_ROQ_DECODER
/* RoQ DPCM Audio decoder */
#undef CONFIG_ROQ_DPCM_DECODER
/* RPZA Video decoder */
#undef CONFIG_RPZA_DECODER
/* RealVideo 1.0 decoder */
#undef CONFIG_RV10_DECODER
/* RealVideo 1.0 encoder */
#undef CONFIG_RV10_ENCODER
/* RealVideo 2.0 decoder */
#undef CONFIG_RV20_DECODER
/* RealVideo 2.0 encoder */
#undef CONFIG_RV20_ENCODER
/* Shorten Lossless Audio decoder */
#undef CONFIG_SHORTEN_DECODER
/* Quicktime SMC Graphics decoder */
#undef CONFIG_SMC_DECODER
/* Snow Video decoder */
#undef CONFIG_SNOW_DECODER
/* Snow encoder */
#undef CONFIG_SNOW_ENCODER
/* Sol DPCM decoder */
#undef CONFIG_SOL_DPCM_DECODER
/* Sonic Audio decoder */
#undef CONFIG_SONIC_DECODER
/* Sonic Audio encoder */
#undef CONFIG_SONIC_ENCODER
/* Sonic Lossless Audio encoder */
#undef CONFIG_SONIC_LS_ENCODER
/* SP5X JPEG decoder */
#undef CONFIG_SP5X_DECODER
/* Building for SunOS */
#undef CONFIG_SUNOS
/* Sorensen Video v1 decoder */
#undef CONFIG_SVQ1_DECODER
/* Sorensen Video v1 encoder */
#undef CONFIG_SVQ1_ENCODER
/* Sorensen Video v3 decoder */
#undef CONFIG_SVQ3_DECODER
/* Theora decoder */
#undef CONFIG_THEORA_DECODER
/* TrueMotion-1 decoder */
#undef CONFIG_TRUEMOTION1_DECODER
/* TrueMotion-2 decoder */
#undef CONFIG_TRUEMOTION2_DECODER
/* TechSmith Camcasia decoder */
#undef CONFIG_TSCC_DECODER
/* UltiMotion Video decoder */
#undef CONFIG_ULTI_DECODER
/* Microsoft Video v9 decoder */
#undef CONFIG_VC9_DECODER
/* ATI VCR-1 decoder */
#undef CONFIG_VCR1_DECODER
/* video4linux support */
#undef CONFIG_VIDEO4LINUX
/* VMD Audio decoder */
#undef CONFIG_VMDAUDIO_DECODER
/* VMD Video decoder */
#undef CONFIG_VMDVIDEO_DECODER
/* vorbis support via libvorbis */
#undef CONFIG_VORBIS
/* Vorbis Audio decoder */
#undef CONFIG_VORBIS_DECODER
/* On2 VP-3 decoder */
#undef CONFIG_VP3_DECODER
/* Westwood VQA Video decoder */
#undef CONFIG_VQA_DECODER
/* Building for Win32 (cygwin/mingw32) */
#undef CONFIG_WIN32
/* Windows Media Audio v1 decoder */
#undef CONFIG_WMAV1_DECODER
/* Windows Media Audio v2 decoder */
#undef CONFIG_WMAV2_DECODER
/* Windows Media Video v1 decoder */
#undef CONFIG_WMV1_DECODER
/* Windows Media Video v1 encoder */
#undef CONFIG_WMV1_ENCODER
/* Windows Media Video v2 decoder */
#undef CONFIG_WMV2_DECODER
/* Windows Media Video v2 encoder */
#undef CONFIG_WMV2_ENCODER
/* Windows Media Video v3 decoder */
#undef CONFIG_WMV3_DECODER
/* Winnov v1 decoder */
#undef CONFIG_WNV1_DECODER
/* Westwood Sound-1 decoder */
#undef CONFIG_WS_SND1_DECODER
/* Xan DPCM decoder */
#undef CONFIG_XAN_DPCM_DECODER
/* Xan WC-3 decoder */
#undef CONFIG_XAN_WC3_DECODER
/* Miro Video XL decoder */
#undef CONFIG_XL_DECODER
/* use zlib for decompression */
#undef CONFIG_ZLIB
/* Lossless zlib Compression decoder */
#undef CONFIG_ZLIB_DECODER
/* Compression Library encoder */
#undef CONFIG_ZLIB_ENCODER
/* Emulate fast integer types */
#undef EMULATE_FAST_INT
/* Emulate inttypes.h if not available */
#undef EMULATE_INTTYPES
/* "ffmpeg configure options" */
#undef FFMPEG_CONFIGURATION
/* use Altivec optimizations */
#undef HAVE_ALTIVEC
/* altivec.h available */
#undef HAVE_ALTIVEC_H
/* Have built-in vector types */
#undef HAVE_BUILTIN_VECTOR
/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H
/* profiling with gprof */
#undef HAVE_GPROF
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
/* use ARM/IWMMXT optimizations */
#undef HAVE_IWMMXT
/* whether localtime_r() is available */
#undef HAVE_LOCALTIME_R
/* whether lrintf() is available */
#undef HAVE_LRINTF
/* whether malloc.h available */
#undef HAVE_MALLOC_H
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
/* support for Sun Media Lib */
#undef HAVE_MLIB
/* use MMI optimizations */
#undef HAVE_MMI
/* use MMX optimizations */
#undef HAVE_MMX
/* whether memalign() is available */
#undef HAVE_POSIX_MEMALIGN
/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H
/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H
/* Define to 1 if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H
/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H
/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H
/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
/* video hooking plugins */
#undef HAVE_VHOOK
/* Name of package */
#undef PACKAGE
/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT
/* Define to the full name of this package. */
#undef PACKAGE_NAME
/* Define to the full name and version of this package. */
#undef PACKAGE_STRING
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
/* Define to the version of this package. */
#undef PACKAGE_VERSION
/* enable powerpc performance reporting */
#undef POWERPC_PERFORMANCE_REPORT
/* runtime libpostproc.so linking */
#undef SHARED_PP
/* simple IDCT routines */
#undef SIMPLE_IDCT
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS
/* Version number of package */
#undef VERSION
/* processor is big-endian */
#undef WORDS_BIGENDIAN
/* Number of bits in a file offset, on hosts where this is settable. */
#undef _FILE_OFFSET_BITS
/* Enable GNU extensions on systems that have them. */
#ifndef _GNU_SOURCE
# undef _GNU_SOURCE
#endif
/* Define for large files, on AIX-style hosts. */
#undef _LARGE_FILES
/* restrict keyword */
#undef restrict
|