xine-lib
1.2.13-20230125hg15249
xine-lib-1.2.13
include
configure.h
Go to the documentation of this file.
1
/* include/configure.h. Generated from configure.h.in by configure. */
2
/* include/configure.h.in. Generated from configure.ac by autoheader. */
3
4
#ifndef __XINE_LIB_CONFIG_H__
5
#define __XINE_LIB_CONFIG_H__ 1
6
7
8
#ifndef _XINE_CONFIGURE_H_
9
#define _XINE_CONFIGURE_H_
10
11
12
/* Define if building universal (internal helper macro) */
13
/* #undef AC_APPLE_UNIVERSAL_BUILD */
14
15
/* Define this if you're running Alpha architecture */
16
/* #undef ARCH_ALPHA */
17
18
/* Define this if you're running ARM architecture */
19
/* #undef ARCH_ARM */
20
21
/* Define this if you're running PowerPC architecture */
22
/* #undef ARCH_PPC */
23
24
/* Define this if you're running SPARC architecture */
25
/* #undef ARCH_SPARC */
26
27
/* Define this if you're running x86 architecture */
28
#define ARCH_X86
29
30
/* Define this if you're running x86 architecture 32 bits */
31
/* #undef ARCH_X86_32 */
32
33
/* Define this if you're running x86 architecture 64 bits */
34
#define ARCH_X86_64
35
36
/* Define this if you're running x86 architecture 64 bits with 32 bit ABI */
37
/* #undef ARCH_X86_X32 */
38
39
/* define if '.align n' means alignment to (1 << n) - byte boundaries */
40
/* #undef ASMALIGN_1SLN */
41
42
/* Define to a __builtin_assume_aligned with 2 args. */
43
#define ASSUME_ALIGNED_2(_ptr,_align) __builtin_assume_aligned (_ptr, _align)
44
45
/* Define to a __builtin_assume_aligned with 3 args. */
46
#define ASSUME_ALIGNED_3(_ptr,_align,_offs) __builtin_assume_aligned (_ptr, _align, _offs)
47
48
/* Define the highest alignment supported */
49
#define ATTRIBUTE_ALIGNED_MAX 64
50
51
/* Define to a function attribute that turns off -ffast-math when needed for
52
autovectorized code. */
53
#define ATTR_NO_FAST_VECTOR_MATH
54
55
/* Define this if built on Mac OS X/Darwin */
56
/* #undef CONFIG_DARWIN */
57
58
/* what to put between the brackets for empty arrays */
59
#define EMPTY_ARRAY_SIZE
60
61
/* Define this if you want to use altivec on PowerPC CPUs */
62
/* #undef ENABLE_ALTIVEC */
63
64
/* Define this to 1 to enable font antialising. */
65
/* #undef ENABLE_ANTIALIASING */
66
67
/* Enable this when IPv6 support is requested */
68
#define ENABLE_IPV6 1
69
70
/* Define to 1 if translation of program messages to the user's native
71
language is requested. */
72
#define ENABLE_NLS 1
73
74
/* Define this if you have Sun UltraSPARC CPU */
75
/* #undef ENABLE_VIS */
76
77
/* Mark a symbol as being exported if visibility is changed */
78
#define EXPORTED __attribute__((visibility("default")))
79
80
/* Get of rid system libcdio build configuration */
81
#define EXTERNAL_LIBCDIO_CONFIG_H 1
82
83
/* Define to select libmad fixed point arithmetic implementation */
84
#define FPM_64BIT 1
85
86
/* Define to select libmad fixed point arithmetic implementation */
87
/* #undef FPM_ARM */
88
89
/* Define to select libmad fixed point arithmetic implementation */
90
/* #undef FPM_DEFAULT */
91
92
/* Define to select libmad fixed point arithmetic implementation */
93
/* #undef FPM_INTEL */
94
95
/* Define to select libmad fixed point arithmetic implementation */
96
/* #undef FPM_MIPS */
97
98
/* Define to select libmad fixed point arithmetic implementation */
99
/* #undef FPM_PPC */
100
101
/* Define to select libmad fixed point arithmetic implementation */
102
/* #undef FPM_SPARC */
103
104
/* Define to 1 if you have the <a52dec/a52.h> header file. */
105
#define HAVE_A52DEC_A52_H 1
106
107
/* Define to 1 if a52_init () takes no args. */
108
/* #undef HAVE_A52_INIT_VOID */
109
110
/* Define to 1 if you have the <alloca.h> header file. */
111
#define HAVE_ALLOCA_H 1
112
113
/* Define this if you have ALSA installed */
114
#define HAVE_ALSA 1
115
116
/* Define to 1 if you have the <arpa/inet.h> header file. */
117
#define HAVE_ARPA_INET_H 1
118
119
/* Define to 1 if you have the <asm/types.h> header file. */
120
#define HAVE_ASM_TYPES_H 1
121
122
/* Define to 1 if you have the `asprintf' function. */
123
#define HAVE_ASPRINTF 1
124
125
/* Define to 1 if you have the <assert.h> header file. */
126
#define HAVE_ASSERT_H 1
127
128
/* 0 = none, 1 = stdatomic.h, 2 = __atomic_*, 3 = __sync_* */
129
#define HAVE_ATOMIC_VARS 1
130
131
/* Define to 1 if `output_muted' is a member of `audio_info_t'. */
132
/* #undef HAVE_AUDIO_INFO_T_OUTPUT_MUTED */
133
134
/* Define this if you have libavformat installed */
135
#define HAVE_AVFORMAT 1
136
137
/* Define this if you have libavformat/avformat.h. */
138
#define HAVE_AVFORMAT_AVFORMAT_H 1
139
140
/* Define this if you have libavformat/avformat.h. */
141
#define HAVE_AVFORMAT_AVIO_H 1
142
143
/* Define this if you have libavutil/avutil.h and libavcodec/avcodec.h. */
144
#define HAVE_AVUTIL_AVCODEC_H 1
145
146
/* define if compiler supports avx inline assembler */
147
#define HAVE_AVX 1
148
149
/* Define to 1 if you have the `basename' function. */
150
#define HAVE_BASENAME 1
151
152
/* Define to 1 if you have the <byteswap.h> header file. */
153
#define HAVE_BYTESWAP_H 1
154
155
/* Define to 1 if you have the `bzero' function. */
156
#define HAVE_BZERO 1
157
158
/* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the
159
CoreFoundation framework. */
160
/* #undef HAVE_CFLOCALECOPYCURRENT */
161
162
/* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
163
the CoreFoundation framework. */
164
/* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */
165
166
/* Define this if you have the legacy libcaca with separate libcucul. */
167
/* #undef HAVE_CUCUL */
168
169
/* Define if the GNU dcgettext() function is already present or preinstalled.
170
*/
171
#define HAVE_DCGETTEXT 1
172
173
/* Define to 1 if you have the <dev/dtv/dtvio.h> header file. */
174
/* #undef HAVE_DEV_DTV_DTVIO_H */
175
176
/* Define this if you have DirectX */
177
/* #undef HAVE_DIRECTX */
178
179
/* Define to 1 if you have the <dirent.h> header file. */
180
#define HAVE_DIRENT_H 1
181
182
/* Define to 1 if you have the <dlfcn.h> header file. */
183
#define HAVE_DLFCN_H 1
184
185
/* Define this if you have a suitable version of libdvdnav */
186
/* #undef HAVE_DVDNAV */
187
188
/* Define to 1 if you have the environ symbol. */
189
/* #undef HAVE_ENVIRON */
190
191
/* Define to 1 if you have the <errno.h> header file. */
192
#define HAVE_ERRNO_H 1
193
194
/* Define to 1 if you have the <execinfo.h> header file. */
195
#define HAVE_EXECINFO_H 1
196
197
/* Define to 1 if you have the <fame.h> header file. */
198
/* #undef HAVE_FAME_H */
199
200
/* Define this if you have linux framebuffer support */
201
#define HAVE_FB 1
202
203
/* Define to 1 if you have the <fcntl.h> header file. */
204
#define HAVE_FCNTL_H 1
205
206
/* Define this if you have the ffmpeg library */
207
#define HAVE_FFMPEG 1
208
209
/* Define to 1 if you have the <ffmpeg/avutil.h> header file. */
210
/* #undef HAVE_FFMPEG_AVUTIL_H */
211
212
/* Define to 1 if you have the <FLAC/stream_decoder.h> header file. */
213
/* #undef HAVE_FLAC_STREAM_DECODER_H */
214
215
/* Define this if you have fontconfig library */
216
/* #undef HAVE_FONTCONFIG */
217
218
/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
219
#define HAVE_FSEEKO 1
220
221
/* Define this if you have freetype2 library */
222
/* #undef HAVE_FT2 */
223
224
/* Define to 1 if you have gdkpixbuf. */
225
#define HAVE_GDK_PIXBUF 1
226
227
/* Define this if you have GNU getopt_long() implemented */
228
#define HAVE_GETOPT_LONG
229
230
/* Define to 1 if you have the `getpwuid_r' function. */
231
#define HAVE_GETPWUID_R 1
232
233
/* Define if the GNU gettext() function is already present or preinstalled. */
234
#define HAVE_GETTEXT 1
235
236
/* Define to 1 if you have the `gettimeofday' function. */
237
#define HAVE_GETTIMEOFDAY 1
238
239
/* Define to 1 if you have the <glob.h> header file. */
240
#define HAVE_GLOB_H 1
241
242
/* Define this if you have GLU support available */
243
#define HAVE_GLU 1
244
245
/* Define to 1 if you have the <GL/glu.h> header file. */
246
#define HAVE_GL_GLU_H 1
247
248
/* Define to 1 if you have the <GL/gl.h> header file. */
249
#define HAVE_GL_GL_H 1
250
251
/* Define this if you have GraphicsMagick installed */
252
/* #undef HAVE_GRAPHICSMAGICK */
253
254
/* Define to 1 if you have 'hstrerror' in <netdb.h> */
255
#define HAVE_HSTRERROR 1
256
257
/* Define if you have the iconv() function and it works. */
258
#define HAVE_ICONV 1
259
260
/* Define to 1 if you have ImageMagick. */
261
#define HAVE_IMAGEMAGICK 1
262
263
/* Define to 1 if you have the <interface/mmal/mmal.h> header file. */
264
/* #undef HAVE_INTERFACE_MMAL_MMAL_H */
265
266
/* Define to 1 if you have the <inttypes.h> header file. */
267
#define HAVE_INTTYPES_H 1
268
269
/* Define this if you have a usable IRIX al interface available */
270
/* #undef HAVE_IRIXAL */
271
272
/* Supports ISO _Pragma() macro */
273
#define HAVE_ISOC99_PRAGMA
274
275
/* Define to 1 if you have the <jpeglib.h> header file. */
276
#define HAVE_JPEGLIB_H 1
277
278
/* Define this if you have kernel statistics available via kstat interface */
279
/* #undef HAVE_KSTAT */
280
281
/* Define to 1 if you have the <libavformat/avformat.h> header file. */
282
#define HAVE_LIBAVFORMAT_AVFORMAT_H 1
283
284
/* Define to 1 if you have the <libavutil/avutil.h> header file. */
285
#define HAVE_LIBAVUTIL_AVUTIL_H 1
286
287
/* Define to 1 if you have the <libavutil/mem.h> header file. */
288
#define HAVE_LIBAVUTIL_MEM_H 1
289
290
/* Define to 1 if you have the <libavutil/sha1.h> header file. */
291
/* #undef HAVE_LIBAVUTIL_SHA1_H */
292
293
/* Define to 1 if you have the <libavutil/sha.h> header file. */
294
#define HAVE_LIBAVUTIL_SHA_H 1
295
296
/* Define this if you have libfame mpeg encoder installed (fame.sf.net) */
297
/* #undef HAVE_LIBFAME */
298
299
/* Define to 1 if you have the <libgen.h> header file. */
300
#define HAVE_LIBGEN_H 1
301
302
/* Define to 1 if you have libjpg. */
303
#define HAVE_LIBJPEG 1
304
305
/* Define to 1 if you have the `LibOpenHevcWrapper' library
306
(-lLibOpenHevcWrapper). */
307
/* #undef HAVE_LIBLIBOPENHEVCWRAPPER */
308
309
/* Define to 1 if you have the <libmng.h> header file. */
310
#define HAVE_LIBMNG_H 1
311
312
/* Define to 1 if you have libpng. */
313
#define HAVE_LIBPNG 1
314
315
/* Define to 1 if you have the `posix4' library (-lposix4). */
316
/* #undef HAVE_LIBPOSIX4 */
317
318
/* Define this if you have librte mpeg encoder installed (zapping.sf.net) */
319
/* #undef HAVE_LIBRTE */
320
321
/* Define this if you have libv4l installed */
322
#define HAVE_LIBV4L2_H 1
323
324
/* Define to 1 if you have the `vdpau' library (-lvdpau). */
325
/* #undef HAVE_LIBVDPAU */
326
327
/* Define to 1 if you have the <limits.h> header file. */
328
#define HAVE_LIMITS_H 1
329
330
/* Define 1 if you have Linux-type CD-ROM support */
331
#define HAVE_LINUX_CDROM 1
332
333
/* Define to 1 if you have the <linux/cdrom.h> header file. */
334
#define HAVE_LINUX_CDROM_H 1
335
336
/* Define 1 if timeout is in cdrom_generic_command struct */
337
#define HAVE_LINUX_CDROM_TIMEOUT 1
338
339
/* Define to 1 if you have the <linux/fb.h> header file. */
340
#define HAVE_LINUX_FB_H 1
341
342
/* Define to 1 if you have the <linux/videodev2.h> header file. */
343
#define HAVE_LINUX_VIDEODEV2_H 1
344
345
/* Define to 1 if you have the <linux/videodev.h> header file. */
346
/* #undef HAVE_LINUX_VIDEODEV_H */
347
348
/* Define to 1 if you have the `llabs' function. */
349
#define HAVE_LLABS 1
350
351
/* Define to 1 if you have the `localtime_r' function. */
352
#define HAVE_LOCALTIME_R 1
353
354
/* Define this if the 'lrintf' function is declared in math.h */
355
#define HAVE_LRINTF 1
356
357
/* Define to 1 if you have the `lstat' function. */
358
#define HAVE_LSTAT 1
359
360
/* Define to 1 if you have the <mad.h> header file. */
361
/* #undef HAVE_MAD_H */
362
363
/* Define to 1 if you have the <MagickWand/MagickWand.h> header file. */
364
#define HAVE_MAGICKWAND_MAGICKWAND_H 1
365
366
/* Define to 1 if you have the <malloc.h> header file. */
367
#define HAVE_MALLOC_H 1
368
369
/* Define to 1 if you have 'MAX' macro in sys/param.h */
370
#define HAVE_MAX_MACRO 1
371
372
/* Define to 1 if you have the `memalign' function. */
373
#define HAVE_MEMALIGN 1
374
375
/* Define to 1 if you have the `memcpy' function. */
376
#define HAVE_MEMCPY 1
377
378
/* Define to 1 if you have the `memmem' function. */
379
#define HAVE_MEMMEM 1
380
381
/* Define to 1 if you have the <memory.h> header file. */
382
#define HAVE_MEMORY_H 1
383
384
/* Define to 1 if you have the `memset' function. */
385
#define HAVE_MEMSET 1
386
387
/* Define to 1 if you have 'MIN' macro in sys/param.h */
388
#define HAVE_MIN_MACRO 1
389
390
/* Define this if you have mlib installed */
391
/* #undef HAVE_MLIB */
392
393
/* Define to 1 if you have the <mlib_video.h> header file. */
394
/* #undef HAVE_MLIB_VIDEO_H */
395
396
/* Define this if you have MMAL installed */
397
/* #undef HAVE_MMAL */
398
399
/* Define to 1 if you have the `mmap' function. */
400
/* #undef HAVE_MMAP */
401
402
/* Define this if you can compile MMX asm instructions */
403
#define HAVE_MMX
404
405
/* Define to 1 if you have the <mpcdec/mpcdec.h> header file. */
406
/* #undef HAVE_MPCDEC_MPCDEC_H */
407
408
/* Define to 1 if you have the <mpc/mpcdec.h> header file. */
409
/* #undef HAVE_MPC_MPCDEC_H */
410
411
/* Define this if compiler supports nameless structs within unions. */
412
#define HAVE_NAMELESS_STRUCT_IN_UNION
413
414
/* Define to 1 if you have the `nanosleep' function. */
415
#define HAVE_NANOSLEEP 1
416
417
/* Define to 1 if you have the <neaacdec.h> header file. */
418
#define HAVE_NEAACDEC_H 1
419
420
/* Define to 1 if you have the <netdb.h> header file. */
421
#define HAVE_NETDB_H 1
422
423
/* Define to 1 if you have the <netinet/in.h> header file. */
424
#define HAVE_NETINET_IN_H 1
425
426
/* Define this if you have libfame 0.8.10 or above */
427
/* #undef HAVE_NEW_LIBFAME */
428
429
/* Define to 1 if you have the `nl_langinfo' function. */
430
#define HAVE_NL_LANGINFO 1
431
432
/* Define to 1 if you have 'opendir' function */
433
#define HAVE_OPENDIR 1
434
435
/* Define this if you have OpenGL support available */
436
#define HAVE_OPENGL 1
437
438
/* Define to 1 if you have the <openHevcWrapper.h> header file. */
439
/* #undef HAVE_OPENHEVCWRAPPER_H */
440
441
/* Define this if you have POSIX timers. */
442
#define HAVE_POSIX_TIMERS 1
443
444
/* Define this if you have the postproc library */
445
#define HAVE_POSTPROC 1
446
447
/* Define to 1 if you have 'pthread_mutex_timedlock' in <pthread.h> */
448
#define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1
449
450
/* Define to 1 if you have pthread rwlock support. */
451
#define HAVE_PTHREAD_RWLOCK 1
452
453
/* define this if you have pulseaudio >= 0.9.7 */
454
#define HAVE_PULSEAUDIO_0_9_7 1
455
456
/* Define to 1 if you have the <pwd.h> header file. */
457
#define HAVE_PWD_H 1
458
459
/* Define to 1 if you have the `readlink' function. */
460
#define HAVE_READLINK 1
461
462
/* Define to 1 if you have the <rte.h> header file. */
463
/* #undef HAVE_RTE_H */
464
465
/* Define to 1 if you have the `sched_getaffinity' function. */
466
#define HAVE_SCHED_GETAFFINITY 1
467
468
/* Define to 1 if you have the `setenv' function. */
469
#define HAVE_SETENV 1
470
471
/* Define to 1 if you have the `sigaction' function. */
472
#define HAVE_SIGACTION 1
473
474
/* Define to 1 if you have the `sigset' function. */
475
#define HAVE_SIGSET 1
476
477
/* Define to 1 if you have the <SLES/OpenSLES_Android.h> header file. */
478
/* #undef HAVE_SLES_OPENSLES_ANDROID_H */
479
480
/* Define to 1 if you have the <SLES/OpenSLES.h> header file. */
481
/* #undef HAVE_SLES_OPENSLES_H */
482
483
/* Define to 1 if you have the `snprintf' function. */
484
#define HAVE_SNPRINTF 1
485
486
/* Define this if you have speex */
487
#define HAVE_SPEEX 1
488
489
/* Define to 1 if you have the <stdbool.h> header file. */
490
#define HAVE_STDBOOL_H 1
491
492
/* Define to 1 if you have the stderr symbol. */
493
#define HAVE_STDERR 1
494
495
/* Define to 1 if you have the <stdint.h> header file. */
496
#define HAVE_STDINT_H 1
497
498
/* Define to 1 if you have the <stdlib.h> header file. */
499
#define HAVE_STDLIB_H 1
500
501
/* Define to 1 if you have the `strcasecmp' function. */
502
#define HAVE_STRCASECMP 1
503
504
/* Define to 1 if you have the `strcasestr' function. */
505
#define HAVE_STRCASESTR 1
506
507
/* Define to 1 if you have the `strchr' function. */
508
#define HAVE_STRCHR 1
509
510
/* Define to 1 if you have the <strings.h> header file. */
511
#define HAVE_STRINGS_H 1
512
513
/* Define to 1 if you have the <string.h> header file. */
514
#define HAVE_STRING_H 1
515
516
/* Define to 1 if you have the `strlcat' function. */
517
#define HAVE_STRLCAT 1
518
519
/* Define to 1 if you have the `strlcpy' function. */
520
#define HAVE_STRLCPY 1
521
522
/* Define to 1 if you have the `strncasecmp' function. */
523
#define HAVE_STRNCASECMP 1
524
525
/* Define to 1 if you have the `strndup' function. */
526
#define HAVE_STRNDUP 1
527
528
/* Define to 1 if you have the `strpbrk' function. */
529
#define HAVE_STRPBRK 1
530
531
/* Define to 1 if you have the `strsep' function. */
532
#define HAVE_STRSEP 1
533
534
/* Define to 1 if you have the `strtok_r' function. */
535
#define HAVE_STRTOK_R 1
536
537
/* Define to 1 if you have the `swab' function. */
538
#define HAVE_SWAB 1
539
540
/* Define to 1 if you have the `sysconf' function. */
541
#define HAVE_SYSCONF 1
542
543
/* Define to 1 if you have the <sys/cdio.h> header file. */
544
/* #undef HAVE_SYS_CDIO_H */
545
546
/* Define to 1 if you have the <sys/dvdio.h> header file. */
547
/* #undef HAVE_SYS_DVDIO_H */
548
549
/* Define to 1 if you have the <sys/fbio.h> header file. */
550
/* #undef HAVE_SYS_FBIO_H */
551
552
/* Define to 1 if you have the <sys/ioctl.h> header file. */
553
#define HAVE_SYS_IOCTL_H 1
554
555
/* Define to 1 if you have the <sys/mixer.h> header file. */
556
/* #undef HAVE_SYS_MIXER_H */
557
558
/* Define to 1 if you have the <sys/mman.h> header file. */
559
#define HAVE_SYS_MMAN_H 1
560
561
/* Define to 1 if you have the <sys/param.h> header file. */
562
#define HAVE_SYS_PARAM_H 1
563
564
/* Define to 1 if you have the <sys/scsiio.h> header file. */
565
/* #undef HAVE_SYS_SCSIIO_H */
566
567
/* Define to 1 if you have the <sys/socket.h> header file. */
568
#define HAVE_SYS_SOCKET_H 1
569
570
/* Define to 1 if you have the <sys/soundcard.h> header file. */
571
#define HAVE_SYS_SOUNDCARD_H 1
572
573
/* Define to 1 if you have the <sys/stat.h> header file. */
574
#define HAVE_SYS_STAT_H 1
575
576
/* Define to 1 if you have the <sys/sysmacros.h> header file. */
577
#define HAVE_SYS_SYSMACROS_H 1
578
579
/* Define to 1 if you have the <sys/times.h> header file. */
580
#define HAVE_SYS_TIMES_H 1
581
582
/* Define to 1 if you have the <sys/types.h> header file. */
583
#define HAVE_SYS_TYPES_H 1
584
585
/* Define to 1 if you have the <sys/videodev2.h> header file. */
586
/* #undef HAVE_SYS_VIDEODEV2_H */
587
588
/* Define to 1 if you have the <sys/videoio.h> header file. */
589
/* #undef HAVE_SYS_VIDEOIO_H */
590
591
/* Define to 1 if you have the <sys/wait.h> header file. */
592
#define HAVE_SYS_WAIT_H 1
593
594
/* Define this if you have theora */
595
#define HAVE_THEORA 1
596
597
/* Define this if x11 does without XLockDisplay (). */
598
#define HAVE_THREAD_SAFE_X11 1
599
600
/* Define to 1 if you have the `timegm' function. */
601
#define HAVE_TIMEGM 1
602
603
/* Define if struct tm has the tm_gmtoff member. */
604
#define HAVE_TM_GMTOFF 1
605
606
/* Define to 1 if you have the <ucontext.h> header file. */
607
#define HAVE_UCONTEXT_H 1
608
609
/* Define to 1 if you have the <unistd.h> header file. */
610
#define HAVE_UNISTD_H 1
611
612
/* Define to 1 if you have the `unsetenv' function. */
613
#define HAVE_UNSETENV 1
614
615
/* Define to 1 if you have the `va_copy' function. */
616
/* #undef HAVE_VA_COPY */
617
618
/* Define to 1 if you have the <va/va_drmcommon.h> header file. */
619
#define HAVE_VA_VA_DRMCOMMON_H 1
620
621
/* Define to 1 if you have the <va/va_drm.h> header file. */
622
#define HAVE_VA_VA_DRM_H 1
623
624
/* Define to 1 if you have the <va/va_glx.h> header file. */
625
#define HAVE_VA_VA_GLX_H 1
626
627
/* Define to 1 if you have the <va/va.h> header file. */
628
#define HAVE_VA_VA_H 1
629
630
/* Define to 1 if you have the <va/va_wayland.h> header file. */
631
#define HAVE_VA_VA_WAYLAND_H 1
632
633
/* Define to 1 if you have the <va/va_x11.h> header file. */
634
#define HAVE_VA_VA_X11_H 1
635
636
/* Define this if you use external libcdio/libvcdinfo */
637
/* #undef HAVE_VCDNAV */
638
639
/* Define to 1 if you have the <vdpau/vdpau_x11.h> header file. */
640
/* #undef HAVE_VDPAU_VDPAU_X11_H */
641
642
/* Define if you have vldXvMC.h */
643
#define HAVE_VLDXVMC 1
644
645
/* Define this if you have vorbis */
646
#define HAVE_VORBIS 1
647
648
/* Define this if you have VP9 support in libvpx */
649
#define HAVE_VPX_VP9_DECODER 1
650
651
/* Define to 1 if you have the `vsnprintf' function. */
652
#define HAVE_VSNPRINTF 1
653
654
/* Define to 1 if you have the `vsscanf' function. */
655
#define HAVE_VSSCANF 1
656
657
/* Define to 1 if you have the <wand/magick_wand.h> header file. */
658
/* #undef HAVE_WAND_MAGICK_WAND_H */
659
660
/* Define this if you have X11R6 installed */
661
#define HAVE_X11 1
662
663
/* Define to 1 if you have the <X11/extensions/vldXvMC.h> header file. */
664
#define HAVE_X11_EXTENSIONS_VLDXVMC_H 1
665
666
/* Define to 1 if you have the <X11/extensions/XShm.h> header file. */
667
#define HAVE_X11_EXTENSIONS_XSHM_H 1
668
669
/* Define to 1 if you have the <X11/extensions/XvMC.h> header file. */
670
#define HAVE_X11_EXTENSIONS_XVMC_H 1
671
672
/* Define this if you have libXinerama installed */
673
#define HAVE_XINERAMA 1
674
675
/* Define this if you have libXv installed */
676
#define HAVE_XV 1
677
678
/* Define this if you have an XvMC library and XvMC.h installed. */
679
#define HAVE_XVMC 1
680
681
/* Define to 1 if clear mem interpretes as 0, 0f or NULL safely. */
682
#define HAVE_ZERO_SAFE_MEM 1
683
684
/* Define to 1 if you have the _environ symbol. */
685
/* #undef HAVE__ENVIRON */
686
687
/* Define to 1 if you have the `_snprintf' function. */
688
/* #undef HAVE__SNPRINTF */
689
690
/* Define to 1 if you have the `_stricmp' function. */
691
/* #undef HAVE__STRICMP */
692
693
/* Define to 1 if you have the `_strnicmp' function. */
694
/* #undef HAVE__STRNICMP */
695
696
/* Define to 1 if you have the `_vsnprintf' function. */
697
/* #undef HAVE__VSNPRINTF */
698
699
/* Define to 1 if you have the __ctype_b symbol. */
700
#define HAVE___CTYPE_B 1
701
702
/* Define to 1 if you have the __environ symbol. */
703
#define HAVE___ENVIRON 1
704
705
/* Define to 1 if you have the __stderrp symbol. */
706
/* #undef HAVE___STDERRP */
707
708
/* Define to 1 if you have the ___brk_addr symbol. */
709
#define HAVE____BRK_ADDR 1
710
711
/* Define this if built on Mac OS X/Darwin */
712
/* #undef HOST_OS_DARWIN */
713
714
/* Define as const if the declaration of iconv() needs const. */
715
#define ICONV_CONST
716
717
/* Type of the request parameter for ioctl() */
718
#define IOCTL_REQUEST_TYPE unsigned long
719
720
/* Get of rid system libcdio build configuration */
721
#define LIBCDIO_CONFIG_H 1
722
723
/* Define this if you have mlib installed */
724
/* #undef LIBMPEG2_MLIB */
725
726
/* The soname of libX11, needed for dlopen() */
727
#define LIBX11_SO "libX11.so.6"
728
729
/* The soname of libXv, needed for dlopen() */
730
#define LIBXV_SO "libXv.so.1"
731
732
/* Define to the sub-directory where libtool stores uninstalled libraries. */
733
#define LT_OBJDIR ".libs/"
734
735
/* Define this if you want to load mlib lazily */
736
/* #undef MLIB_LAZYLOAD */
737
738
/* Name of package */
739
#define PACKAGE "xine-lib"
740
741
/* Define to the address where bug reports for this package should be sent. */
742
#define PACKAGE_BUGREPORT "xine-bugs@lists.sourceforge.net"
743
744
/* Define to the full name of this package. */
745
#define PACKAGE_NAME "xine-lib"
746
747
/* Define to the full name and version of this package. */
748
#define PACKAGE_STRING "xine-lib 1.2.13-20230125hg15249"
749
750
/* Define to the one symbol short name of this package. */
751
#define PACKAGE_TARNAME "xine-lib"
752
753
/* Define to the home page for this package. */
754
#define PACKAGE_URL ""
755
756
/* Define to the version of this package. */
757
#define PACKAGE_VERSION "1.2.13-20230125hg15249"
758
759
/* Default path in which to find Real binary codecs */
760
/* #undef REAL_CODEC_PATH */
761
762
/* The size of `int', as computed by sizeof. */
763
#define SIZEOF_INT 4
764
765
/* The size of `long', as computed by sizeof. */
766
#define SIZEOF_LONG 8
767
768
/* Define to 1 if you have the ANSI C header files. */
769
#define STDC_HEADERS 1
770
771
/* Define this if the compiler supports __attribute__(( ifelse([weak, alias],
772
, [alias], [weak, alias]) )) */
773
/* #undef SUPPORT_ATTRIBUTE_ALIAS */
774
775
/* Define this if the compiler supports __attribute__(( ifelse([], , [const],
776
[]) )) */
777
#define SUPPORT_ATTRIBUTE_CONST 1
778
779
/* Define this if the compiler supports __attribute__(( ifelse([], ,
780
[deprecated], []) )) */
781
#define SUPPORT_ATTRIBUTE_DEPRECATED 1
782
783
/* Define this if the compiler supports __attribute__(( ifelse([format(printf,
784
n, n)], , [format], [format(printf, n, n)]) )) */
785
#define SUPPORT_ATTRIBUTE_FORMAT 1
786
787
/* Define this if the compiler supports __attribute__((
788
ifelse([format_arg(printf)], , [format_arg], [format_arg(printf)]) )) */
789
#define SUPPORT_ATTRIBUTE_FORMAT_ARG 1
790
791
/* Define this if the compiler supports __attribute__(( ifelse([], , [malloc],
792
[]) )) */
793
#define SUPPORT_ATTRIBUTE_MALLOC 1
794
795
/* Define this if the compiler supports __attribute__(( ifelse([], , [packed],
796
[]) )) */
797
#define SUPPORT_ATTRIBUTE_PACKED 1
798
799
/* Define this if the compiler supports __attribute__(( ifelse([], ,
800
[sentinel], []) )) */
801
#define SUPPORT_ATTRIBUTE_SENTINEL 1
802
803
/* Define this if the compiler supports __attribute__(( ifelse([], , [unused],
804
[]) )) */
805
#define SUPPORT_ATTRIBUTE_UNUSED 1
806
807
/* Define this if the compiler supports __attribute__((
808
ifelse([visibility("default")], , [visibility_default],
809
[visibility("default")]) )) */
810
/* #undef SUPPORT_ATTRIBUTE_VISIBILITY_DEFAULT */
811
812
/* Define this if the compiler supports __attribute__((
813
ifelse([visibility("internal")], , [visibility_internal],
814
[visibility("internal")]) )) */
815
#define SUPPORT_ATTRIBUTE_VISIBILITY_INTERNAL 1
816
817
/* Define this if the compiler supports __attribute__((
818
ifelse([visibility("protected")], , [visibility_protected],
819
[visibility("protected")]) )) */
820
#define SUPPORT_ATTRIBUTE_VISIBILITY_PROTECTED 1
821
822
/* Define this if the compiler supports __attribute__(( ifelse([], ,
823
[warn_unused_result], []) )) */
824
#define SUPPORT_ATTRIBUTE_WARN_UNUSED_RESULT 1
825
826
/* Define this if the compiler supports __attribute__(( ifelse([], , [weak],
827
[]) )) */
828
#define SUPPORT_ATTRIBUTE_WEAK 1
829
830
/* Define this if the compiler supports the -fvisibility flag */
831
#define SUPPORT_FLAG_VISIBILITY 1
832
833
/* Define to a working __builtin_expect. */
834
#define TEST_LIKELY(_test,_likely_result) __builtin_expect (_test, _likely_result)
835
836
/* Enable extensions on AIX 3, Interix. */
837
#ifndef _ALL_SOURCE
838
# define _ALL_SOURCE 1
839
#endif
840
/* Enable GNU extensions on systems that have them. */
841
#ifndef _GNU_SOURCE
842
# define _GNU_SOURCE 1
843
#endif
844
/* Enable threading extensions on Solaris. */
845
#ifndef _POSIX_PTHREAD_SEMANTICS
846
# define _POSIX_PTHREAD_SEMANTICS 1
847
#endif
848
/* Enable extensions on HP NonStop. */
849
#ifndef _TANDEM_SOURCE
850
# define _TANDEM_SOURCE 1
851
#endif
852
/* Enable general extensions on Solaris. */
853
#ifndef __EXTENSIONS__
854
# define __EXTENSIONS__ 1
855
#endif
856
857
858
/* Version number of package */
859
#define VERSION "1.2.13-20230125hg15249"
860
861
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
862
significant byte first (like Motorola and SPARC, unlike Intel). */
863
#if defined AC_APPLE_UNIVERSAL_BUILD
864
# if defined __BIG_ENDIAN__
865
# define WORDS_BIGENDIAN 1
866
# endif
867
#else
868
# ifndef WORDS_BIGENDIAN
869
/* # undef WORDS_BIGENDIAN */
870
# endif
871
#endif
872
873
/* Path where aclocal m4 files will be. */
874
#define XINE_ACFLAGS "-I ${prefix}/share/aclocal"
875
876
/* Define this to osd fonts dir location */
877
#define XINE_FONTDIR "/usr/share/xine/libxine1/fonts"
878
879
/* Path where catalog files will be. */
880
#define XINE_LOCALEDIR "/usr/share/locale"
881
882
/* xine interface version age */
883
#define XINE_LT_AGE 11
884
885
/* xine interface version number */
886
#define XINE_LT_CURRENT 13
887
888
/* Define this if a universal binary is being built for Mac OS X */
889
/* #undef XINE_MACOSX_UNIVERSAL_BINARY */
890
891
/* xine major version number */
892
#define XINE_MAJOR 1
893
894
/* Define this if you want a few basic plugins built into libxine itself */
895
#define XINE_MAKE_BUILTINS 1
896
897
/* xine minor version number */
898
#define XINE_MINOR 2
899
900
/* xine patch version number */
901
#define XINE_PATCH
902
903
/* Define this to soecific plugins directory location */
904
#define XINE_PLUGINDIR "/usr/lib/xine/plugins/2.11"
905
906
/* Define this to general plugins directory location */
907
#define XINE_PLUGINROOT "/usr/lib/xine/plugins/2"
908
909
/* Define this to font directory relative to prefix */
910
#define XINE_REL_FONTDIR "share/xine/libxine1/fonts"
911
912
/* Define this to font directory relative to prefix */
913
#define XINE_REL_LOCALEDIR "share/locale"
914
915
/* Define this to specific plugin directory relative to execution prefix */
916
#define XINE_REL_PLUGINDIR "lib/xine/plugins/2.11"
917
918
/* Define this to general plugin directory relative to execution prefix */
919
#define XINE_REL_PLUGINROOT "lib/xine/plugins/2"
920
921
/* xine sub version number */
922
#define XINE_SUB 13
923
924
/* catalog message text domain */
925
#define XINE_TEXTDOMAIN "libxine2"
926
927
/* Define to 1 if the X Window System is missing or not being used. */
928
/* #undef X_DISPLAY_MISSING */
929
930
/* Enable large inode numbers on Mac OS X 10.5. */
931
#ifndef _DARWIN_USE_64_BIT_INODE
932
# define _DARWIN_USE_64_BIT_INODE 1
933
#endif
934
935
/* Number of bits in a file offset, on hosts where this is settable. */
936
/* #undef _FILE_OFFSET_BITS */
937
938
/* Define this if you are ISO C9X compliant */
939
#define _ISOC9X_SOURCE 1
940
941
/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
942
/* #undef _LARGEFILE_SOURCE */
943
944
/* Define for large files, on AIX-style hosts. */
945
/* #undef _LARGE_FILES */
946
947
/* Define to 1 if on MINIX. */
948
/* #undef _MINIX */
949
950
/* Define to 2 if the system does not provide POSIX.1 features except with
951
this defined. */
952
/* #undef _POSIX_1_SOURCE */
953
954
/* Define to 1 if you need to in order for `stat' and other things to work. */
955
/* #undef _POSIX_SOURCE */
956
957
/* Define to empty if `const' does not conform to ANSI C. */
958
/* #undef const */
959
960
/* Define to `__inline__' or `__inline' if that's what the C compiler
961
calls it, or to nothing if 'inline' is not supported under any name. */
962
#ifndef __cplusplus
963
/* #undef inline */
964
#endif
965
966
/* Define to `long int' if <sys/types.h> does not define. */
967
/* #undef off_t */
968
969
/* Define to the equivalent of the C99 'restrict' keyword, or to
970
nothing if this is not supported. Do not define if restrict is
971
supported directly. */
972
#define restrict __restrict
973
/* Work around a bug in Sun C++: it does not support _Restrict or
974
__restrict__, even though the corresponding Sun C compiler ends up with
975
"#define restrict _Restrict" or "#define restrict __restrict__" in the
976
previous line. Perhaps some future version of Sun C++ will work with
977
restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
978
#if defined __SUNPRO_CC && !defined __RESTRICT
979
# define _Restrict
980
# define __restrict__
981
#endif
982
983
/* Define to `unsigned int' if <sys/types.h> does not define. */
984
/* #undef size_t */
985
986
/* Define the real type of socklen_t */
987
/* #undef socklen_t */
988
989
/* define ssize_t to __int64 if it's missing in default includes */
990
/* #undef ssize_t */
991
992
#ifdef ASMALIGN_1SLN
993
# define ASMALIGN(ZEROBITS) ".align " #ZEROBITS "\n\t"
994
#else
995
# define ASMALIGN(ZEROBITS) ".align 1<<" #ZEROBITS "\n\t"
996
#endif
997
998
#endif
/* __XINE_LIB_CONFIG_H__ */
999
1000
1001
1002
#if defined (__FreeBSD__) && !defined (__FreeBSD_kernel__)
1003
#define __FreeBSD_kernel__ __FreeBSD__
1004
#endif
1005
1006
#if defined (__FreeBSD_kernel__)
1007
#include <sys/param.h>
1008
# if defined (__FreeBSD_version) && !defined (__FreeBSD_kernel_version)
1009
# define __FreeBSD_kernel_version __FreeBSD_version
1010
# endif
1011
#endif
1012
1013
1014
#endif
1015
Generated by
1.10.0