📄 config.h
字号:
/* Use 3dnow/mmxext/sse/mmx optimized fast memcpy() [maybe buggy... signal 4]*/
#undef USE_FASTMEMCPY
/* Use unrarlib for Vobsubs */
#undef USE_UNRARLIB
/* gui support, please do not edit this option */
#undef HAVE_NEW_GUI
#undef HAVE_GTK2_GUI
/* Audio output drivers */
#undef USE_OSS_AUDIO
#define PATH_DEV_DSP ""
#define PATH_DEV_MIXER ""
#undef HAVE_ALSA5
#undef HAVE_ALSA9
#undef HAVE_ALSA1X
#undef USE_ESD
#undef HAVE_ESD_LATENCY
#undef USE_POLYP
#undef HAVE_SYS_ASOUNDLIB_H
#undef HAVE_ALSA_ASOUNDLIB_H
#undef USE_SUN_AUDIO
#undef HAVE_NAS
/* Enable fast OSD/SUB renderer (looks ugly, but uses less CPU power) */
#undef FAST_OSD
#undef FAST_OSD_TABLE
/* Enable TV Interface support */
#undef USE_TV
/* Enable Video 4 Linux TV interface support */
#undef HAVE_TV_V4L
/* Enable Video 4 Linux 1 TV interface support */
/* Enable Video 4 Linux 2 TV interface support */
#undef HAVE_TV_V4L2
/* Enable *BSD BrookTree TV interface support */
/* Enable Radio Interface support */
#undef USE_RADIO
/* Enable Capture for Radio Interface support */
#undef USE_RADIO_CAPTURE
/* Enable Video 4 Linux Radio interface support */
#undef HAVE_RADIO_V4L
/* Enable Video 4 Linux 2 Radio interface support */
#undef HAVE_RADIO_V4L2
/* Enable Video 4 Linux 2 MPEG PVR support */
#undef HAVE_PVR
/* Define if your processor stores words with the most significant
byte first (like Motorola and SPARC, unlike Intel and VAX). */
#undef WORDS_BIGENDIAN
#define ARCH_SGI_MIPS 1
/* only gcc3 can compile mvi instructions */
/* Define this for Cygwin build for win32 */
/* Define this to any prefered value from 386 up to infinity with step 100 */
#define __CPU__ sgi-mips
#undef MP_WORDSIZE
#define TARGET_LINUX 1
#define HAVE_VCD 1
#ifdef sun
#define DEFAULT_CDROM_DEVICE "/vol/dev/aliases/cdrom0"
#define DEFAULT_DVD_DEVICE DEFAULT_CDROM_DEVICE
#elif defined(HPUX)
#define DEFAULT_CDROM_DEVICE "/dev/cdrom"
#define DEFAULT_DVD_DEVICE "/dev/dvd"
#elif defined(WIN32)
#define DEFAULT_CDROM_DEVICE "D:"
#define DEFAULT_DVD_DEVICE "D:"
#elif defined(SYS_DARWIN)
#define DEFAULT_CDROM_DEVICE "/dev/disk1"
#define DEFAULT_DVD_DEVICE "/dev/rdiskN"
#elif defined(__OpenBSD__)
#define DEFAULT_CDROM_DEVICE "/dev/rcd0a"
#define DEFAULT_DVD_DEVICE DEFAULT_CDROM_DEVICE
#elif defined(__FreeBSD__)
#define DEFAULT_CDROM_DEVICE "/dev/acd0"
#define DEFAULT_DVD_DEVICE DEFAULT_CDROM_DEVICE
#else
#define DEFAULT_CDROM_DEVICE "/dev/cdrom"
#define DEFAULT_DVD_DEVICE "/dev/dvd"
#endif
/*----------------------------------------------------------------------------
**
** NOTE: Instead of modifying these definitions here, use the
** --enable/--disable options of the ./configure script!
** See ./configure --help for details.
**
*---------------------------------------------------------------------------*/
/* C99 lrintf function available */
#define HAVE_LRINTF 1
/* round function is available */
#define HAVE_ROUND 1
/* yes, we have inttypes.h */
#define HAVE_INTTYPES_H 1
/* int_fastXY_t emulation */
/* nanosleep support */
#define HAVE_NANOSLEEP 1
/* SMB support */
#undef LIBSMBCLIENT
/* termcap flag for getch2.c */
#undef USE_TERMCAP
/* termios flag for getch2.c */
#undef HAVE_TERMIOS
/* enable PNG support */
#undef HAVE_PNG
/* enable JPEG support */
#undef HAVE_JPEG
/* enable PNM support */
#undef HAVE_PNM
/* enable md5sum support */
#undef HAVE_MD5SUM
/* enable GIF support */
#undef HAVE_GIF
#undef HAVE_GIF_4
/* enable bitmap font support */
#define HAVE_BITMAP_FONT 1
/* enable FreeType support */
#undef HAVE_FREETYPE
/* enable Fontconfig support */
#undef HAVE_FONTCONFIG
/* enable SSA/ASS support */
#undef USE_ASS
/* enable FriBiDi usage */
#undef USE_FRIBIDI
/* enable ENCA usage */
#undef HAVE_ENCA
/* liblzo support */
#undef USE_LIBLZO
#ifdef USE_LIBLZO
#define CONFIG_LZO 1
#endif
/* libmad support */
#undef USE_LIBMAD
/* enable OggVorbis support */
#define HAVE_OGGVORBIS 1
#define TREMOR 1
/* enable Speex support */
#undef HAVE_SPEEX
/* enable musepack support */
#undef HAVE_MUSEPACK
/* enable OggTheora support */
#undef HAVE_OGGTHEORA
/* enable FAAD (AAC) support */
#define HAVE_FAAD 1
#define USE_FAAD_INTERNAL 1
/* enable FAAC (AAC encoder) support */
#undef HAVE_FAAC
/* enable LADSPA plugin support */
#undef HAVE_LADSPA
/* enable network */
#undef MPLAYER_NETWORK
/* enable ftp support */
#undef HAVE_FTP
/* enable vstream support */
#undef HAVE_VSTREAM
/* enable winsock2 instead of Unix functions*/
#undef HAVE_WINSOCK2
/* define this to use inet_aton() instead of inet_pton() */
#undef USE_ATON
/* enables / disables cdparanoia support */
#undef HAVE_CDDA
/* enables / disables VIDIX usage */
#undef CONFIG_VIDIX
/* enables / disables new input joystick support */
#undef HAVE_JOYSTICK
/* enables / disables QTX codecs */
#undef USE_QTX_CODECS
/* enables / disables osd menu */
#undef HAVE_MENU
/* enables / disables subtitles sorting */
#undef USE_SORTSUB
/* XMMS input plugin support */
#undef HAVE_XMMS
#define XMMS_INPUT_PLUGIN_DIR ""
/* enables inet6 support */
#undef HAVE_AF_INET6
/* do we have gethostbyname2? */
#undef HAVE_GETHOSTBYNAME2
/* Extension defines */
#undef HAVE_3DNOW // only define if you have 3DNOW (AMD k6-2, AMD Athlon, iDT WinChip, etc.)
#undef HAVE_3DNOWEX // only define if you have 3DNOWEXT (AMD Athlon, etc.)
#undef HAVE_MMX // only define if you have MMX (newer x86 chips, not P54C/PPro)
#undef HAVE_MMX2 // only define if you have MMX2 (Athlon/PIII/4/CelII)
#undef HAVE_SSE // only define if you have SSE (Intel Pentium III/4 or Celeron II)
#undef HAVE_SSE2 // only define if you have SSE2 (Intel Pentium 4)
// only define if you have Altivec (G4)
#undef HAVE_ARMV5TE // only define if you have Enhanced DSP Extensions (ARM)
#undef HAVE_IWMMXT // only define if you have XScale IWMMX (ARM)
/* libvo options */
#define SCREEN_SIZE_X 1
#define SCREEN_SIZE_Y 1
#undef HAVE_X11
#undef HAVE_XV
#undef HAVE_XVMC
#undef HAVE_XF86VM
#undef HAVE_XF86XK
#undef HAVE_XINERAMA
#undef HAVE_GL
#undef GL_WIN32
#undef HAVE_DGA
#undef HAVE_DGA2
#undef HAVE_SDL
/* defined for SDLlib with keyrepeat bugs (before 1.2.1) */
#undef HAVE_GGI
#undef HAVE_GGIWMH
#undef HAVE_3DFX
#undef HAVE_S3FB
#undef HAVE_TDFXFB
#undef HAVE_TDFX_VID
#undef HAVE_DIRECTFB
#undef HAVE_ZR
#undef HAVE_BL
#undef HAVE_MGA
#undef HAVE_XMGA
#define HAVE_FBDEV 1
#undef HAVE_DXR2
#undef HAVE_DXR3
#undef HAVE_IVTV
#undef HAVE_DVB
#undef HAS_DVBIN_SUPPORT
#undef HAVE_SVGALIB
#undef HAVE_VESA
#undef HAVE_XDPMS
#undef HAVE_AA
#undef HAVE_CACA
#undef HAVE_TGA
#undef HAVE_TOOLAME
#undef HAVE_TWOLAME
/* used by GUI: */
#if defined(HAVE_GL) || defined(HAVE_X11) || defined(HAVE_XV)
#define X11_FULLSCREEN 1
#endif
#endif /* MPLAYER_CONFIG_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -