1
|
1
|
|
2 /* -------- Generated by ./configure ----------- */
|
|
3
|
|
4 /* Define this to enable avg. byte/sec-based AVI sync method by default:
|
|
5 (use -bps or -nobps commandline option for run-time method selection) */
|
|
6 #undef AVI_SYNC_BPS
|
|
7
|
|
8 /* Undefine this if you want soundcard-only timing by default:
|
|
9 You can still change this with the -alsa or -noalsa command-line option!
|
|
10 (This function was originally impemented to solve ALSA driver's big
|
|
11 buffer problems, but it seems to be useful for every soundcard drivers) */
|
|
12 #define ALSA_TIMER
|
|
13
|
|
14 /* Undefine this if your soundcard driver has no working select().
|
|
15 If you have kernel Oops, player hangups, or just no audio, you should
|
|
16 try to recompile MPlayer with this option disabled! */
|
|
17 #define HAVE_AUDIO_SELECT
|
|
18
|
|
19 /* You have a choice for MP3 decoding: mp3lib(mpg123) or Win32(l3codeca.acm)
|
|
20 #define this if you prefer mpg123 (with 3Dnow! support) than l3codeca.acm
|
|
21 (with mmx/sse optimizations)
|
|
22 You can still change it runtime using -afm 1 (mpg123) or -afm 4 (l3codeca)*/
|
|
23 #undef DEFAULT_MPG123
|
|
24
|
|
25 /* XMMP support: (test code) */
|
|
26 #undef USE_XMMP_AUDIO
|
|
27 #define LIBDIR "/usr/local/lib"
|
|
28 #define PLUGINDIR LIBDIR "/xmmp/Plugins"
|
|
29 #define XMMP_AUDIO_DRIVER PLUGINDIR "/Sound/oss.so"
|
|
30
|
|
31 /* LIRC (remote control, see www.lirc.org) support: */
|
|
32 #undef HAVE_LIRC
|
|
33
|
|
34 /* Define if your processor stores words with the most significant
|
|
35 byte first (like Motorola and SPARC, unlike Intel and VAX). */
|
|
36 /* #define WORDS_BIGENDIAN */
|
|
37
|
|
38 #define ARCH_X86
|
|
39
|
|
40 /////////////////////////////////////////////////////////////////////////////
|
|
41 //
|
|
42 // NOTE: Instead of modifying these here, use the --enable/--disable options
|
|
43 // of the ./configure script! See ./configure --help for details.
|
|
44 //
|
|
45 /////////////////////////////////////////////////////////////////////////////
|
|
46
|
|
47 /* termcap flag for getch2.c */
|
|
48 #define USE_TERMCAP
|
|
49
|
|
50 /* Extension defines */
|
|
51 #undef HAVE_MLIB // available only on solaris
|
|
52 #undef HAVE_3DNOW // only define if you have 3DNOW (AMD k6-2, AMD Athlon, iDT WinChip, etc.)
|
|
53 #define HAVE_MMX // only define if you have MMX
|
|
54 #define HAVE_SSE // only define if you have SSE (Intel Pentium III or Celeron II)
|
|
55
|
|
56 /* libvo options */
|
|
57 #define SCREEN_SIZE_X 1
|
|
58 #define SCREEN_SIZE_Y 1
|
|
59 #define HAVE_X11
|
|
60 #undef HAVE_XV
|
|
61 #define HAVE_GL
|
|
62 #undef HAVE_SDL
|
|
63 #undef HAVE_3DFX
|
|
64 #define HAVE_MGA
|
|
65 #define HAVE_SYNCFB
|
|
66
|
|
67 #if defined(HAVE_GL)||defined(HAVE_X11)|defined(HAVE_XV)
|
|
68 #define X11_FULLSCREEN
|
|
69 #endif
|
|
70
|