/* -------- Generated by ./configure ----------- */ /* Define this to enable avg. byte/sec-based AVI sync method by default: (use -bps or -nobps commandline option for run-time method selection) */ #undef AVI_SYNC_BPS /* Undefine this if you want soundcard-only timing by default: You can still change this with the -alsa or -noalsa command-line option! (This function was originally impemented to solve ALSA driver's big buffer problems, but it seems to be useful for every soundcard drivers) */ #define ALSA_TIMER /* Undefine this if you don't want to select mono audio (left or right) with a stereo MPEG layer 2/3 audio stream. The command-line option -stereo has three possible values (0 for stereo, 1 for left-only, 2 for right-only), with 0 being the default. */ #define USE_FAKE_MONO /* Undefine this if your soundcard driver has no working select(). If you have kernel Oops, player hangups, or just no audio, you should try to recompile MPlayer with this option disabled! */ #define HAVE_AUDIO_SELECT /* You have a choice for MP3 decoding: mp3lib(mpg123) or Win32(l3codeca.acm) #define this if you prefer mpg123 (with 3Dnow! support) than l3codeca.acm (with mmx/sse optimizations) You can still change it runtime using -afm 1 (mpg123) or -afm 4 (l3codeca)*/ #define DEFAULT_MPG123 /* XMMP support: (test code) */ #undef USE_XMMP_AUDIO #define LIBDIR "/usr/local/lib" #define PLUGINDIR LIBDIR "/xmmp/Plugins" #define XMMP_AUDIO_DRIVER PLUGINDIR "/Sound/oss.so" /* set up max. outburst. use 65536 for ALSA 0.5, for others 16384 is enough */ #define MAX_OUTBURST 65536 /* set up audio OUTBURST. Do not change this! */ #ifdef USE_XMMP_AUDIO #define OUTBURST 4096 #else //#define OUTBURST 1024 #define OUTBURST 512 #endif /* Define this if your system has the header file for the OSS sound interface */ #define HAVE_SYS_SOUNDCARD_H 1 /* Define this if you have the kstat kernel statistics library */ #undef HAVE_KSTAT /* LIRC (remote control, see www.lirc.org) support: */ #undef HAVE_LIRC /* DeCSS support using libcss */ #undef HAVE_LIBCSS /* Define this to enable MPEG 1/2 image postprocessing (requires FAST cpu!) */ #define MPEG12_POSTPROC /* DirectShow support */ #define USE_DIRECTSHOW /* ffmpeg's libavcodec support (requires libavcodec source) */ #define USE_LIBAVCODEC /* Use 3dnow/mmxext/sse/mmx optimized fast memcpy() [maybe buggy... signal 4]*/ #define USE_FASTMEMCPY /* gui support, please do not edit this option */ #undef HAVE_GUI #define PREFIX "/usr/local" /* Audio lib drivers */ #define USE_OSS_AUDIO #undef HAVE_ALSA5 #undef HAVE_ALSA9 #undef HAVE_ESD #undef USE_SUN_AUDIO /* Enable fast OSD/SUB renderer (looks ugly, but uses less CPU power) */ #undef FAST_OSD #undef FAST_OSD_TABLE /* Define if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */ /* #define WORDS_BIGENDIAN */ #define ARCH_X86 /* Define this to any prefered value from 386 up to infinity with step 100 */ #define __CPU__ 586 /*---------------------------------------------------------------------------- ** ** NOTE: Instead of modifying these definitions here, use the ** --enable/--disable options of the ./configure script! ** See ./configure --help for details. ** *---------------------------------------------------------------------------*/ /* termcap flag for getch2.c */ #undef USE_TERMCAP #undef HAVE_PNG #undef STREAMING /* Extension defines */ #undef HAVE_MLIB // available only on solaris #define HAVE_3DNOW // only define if you have 3DNOW (AMD k6-2, AMD Athlon, iDT WinChip, etc.) #undef HAVE_3DNOWEX // only define if you have 3DNOWEX (AMD Athlon, etc.) #define HAVE_MMX // only define if you have MMX #undef HAVE_MMX2 // only define if you have MMX2 #undef HAVE_SSE // only define if you have SSE (Intel Pentium III or Celeron II) /* libvo options */ #define SCREEN_SIZE_X 1 #define SCREEN_SIZE_Y 1 #define HAVE_X11 #undef HAVE_XV #define HAVE_XF86VM #undef HAVE_GL #define HAVE_DGA #undef HAVE_DGA2 #define HAVE_SDL /* defined for SDLlib with keyrepeat bugs (before 1.2.1) */ #define BUGGY_SDL #undef HAVE_GGI #undef HAVE_3DFX #undef HAVE_MGA #undef HAVE_XMGA #undef HAVE_SYNCFB #define HAVE_FBDEV #define HAVE_SVGALIB #if defined(HAVE_GL)||defined(HAVE_X11)||defined(HAVE_XV) #define X11_FULLSCREEN #endif