From a61e6aeafda2b8c60cce8c460cb5025353d20cbf Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 6 Nov 2006 00:09:07 +0000 Subject: spelling/grammar/wording/consistency for the help output git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20730 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 396 ++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 194 insertions(+), 202 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 10f1741321..836439aa8b 100755 --- a/configure +++ b/configure @@ -197,121 +197,120 @@ Configuration: -h, --help display this help and exit Installation directories: - --prefix=DIR use this prefix for installing mplayer [/usr/local] - --bindir=DIR use this prefix for installing mplayer binary - [PREFIX/bin] - --datadir=DIR use this prefix for installing machine independent - data files (fonts, skins) [PREFIX/share/mplayer] - --mandir=DIR use this prefix for installing manpages [PREFIX/man] - --confdir=DIR use this prefix for installing configuration files + --prefix=DIR prefix directory for installation [/usr/local] + --bindir=DIR directory for installing binaries [PREFIX/bin] + --datadir=DIR directory for installing machine independent + data files (skins, etc) [PREFIX/share/mplayer] + --mandir=DIR directory for installing man pages [PREFIX/man] + --confdir=DIR directory for installing configuration files [PREFIX/etc/mplayer] - --libdir=DIR use this prefix for object code libraries [PREFIX/lib] + --libdir=DIR directory for object code libraries [PREFIX/lib] --codecsdir=DIR directory for binary codecs [LIBDIR/codecs] --win32codecsdir=DIR directory for Windows DLLs [LIBDIR/codecs] --xanimcodecsdir=DIR directory for XAnim codecs [LIBDIR/codecs] --realcodecsdir=DIR directory for RealPlayer codecs [LIBDIR/codecs] Optional features: - --disable-mencoder disable mencoder (a/v encoder) compilation [enable] - --enable-gui enable gmplayer compilation (GTK+ GUI) [disable] - --enable-gtk1 force using GTK 1.2 for GUI [disable] - --enable-largefiles enable support for files > 2 GBytes [disable] - --enable-linux-devfs set default devices to devfs ones [disable] + --disable-mencoder disable MEncoder (A/V encoder) compilation [enable] + --enable-gui enable GMPlayer compilation (GTK+ GUI) [disable] + --enable-gtk1 force using GTK 1.2 for the GUI [disable] + --enable-largefiles enable support for files > 2GB [disable] + --enable-linux-devfs set default devices to devfs [disable] --enable-termcap use termcap database for key codes [autodetect] --enable-termios use termios database for key codes [autodetect] - --disable-iconv do not use iconv(3) function [autodetect] + --disable-iconv disable iconv for encoding conversion [autodetect] --disable-langinfo do not use langinfo [autodetect] --enable-lirc enable LIRC (remote control) support [autodetect] --enable-lircc enable LIRCCD (LIRC client daemon) input [autodetect] --enable-joystick enable joystick support [disable] - --disable-vm disable support X video mode extensions [autodetect] - --disable-xf86keysym disable support for 'multimedia' keys [autodetect] - --enable-radio enable Radio Interface [disable] - --enable-radio-capture enable Capture for Radio Interface (through pci/line-in) [disable] - --disable-radio-v4l2 disable Video4Linux2 Radio Interface support [autodetect] - --disable-tv disable TV Interface (tv/dvb grabbers) [enable] - --disable-tv-v4l1 disable Video4Linux TV Interface support [autodetect] - --disable-tv-v4l2 disable Video4Linux2 TV Interface support [autodetect] - --disable-tv-bsdbt848 disable BSD BT848 Interface support [autodetect] - --disable-pvr disable Video4Linux2 MPEG PVR support [autodetect] + --disable-vm disable X video mode extensions [autodetect] + --disable-xf86keysym disable support for multimedia keys [autodetect] + --enable-radio enable radio interface [disable] + --enable-radio-capture enable radio capture (through PCI/line-in) [disable] + --disable-radio-v4l2 disable Video4Linux2 radio interface [autodetect] + --disable-tv disable TV interface (TV/DVB grabbers) [enable] + --disable-tv-v4l1 disable Video4Linux TV interface [autodetect] + --disable-tv-v4l2 disable Video4Linux2 TV interface [autodetect] + --disable-tv-bsdbt848 disable BSD BT848 interface [autodetect] + --disable-pvr disable Video4Linux2 MPEG PVR [autodetect] --disable-rtc disable RTC (/dev/rtc) on Linux [autodetect] - --disable-network disable network support (for: http/mms/rtp) [enable] - --enable-winsock2 enable winsock2 usage [autodetect] - --enable-smb enable Samba (SMB) input support [autodetect] - --enable-live enable LIVE555 Streaming Media support [autodetect] - --disable-dvdnav disable libdvdnav support [autodetect] - --disable-dvdread Disable libdvdread support [autodetect] - --disable-dvdread-internal Disable internal libdvdread support [autodetect] - --disable-cdparanoia Disable cdparanoia support [autodetect] - --disable-bitmap-font Disable bitmap font support [enable] - --disable-freetype Disable freetype2 font rendering support [autodetect] - --disable-fontconfig Disable fontconfig font lookup support [autodetect] - --disable-unrarlib Disable Unique RAR File Library [enabled] - --enable-menu Enable OSD menu support (NOT DVD MENU) [disabled] - --disable-sortsub Disable subtitles sorting [enabled] - --enable-fribidi Enable using the FriBiDi libs [autodetect] - --disable-enca Disable using ENCA charset oracle library [autodetect] - --disable-macosx Disable Mac OS X specific features [autodetect] - --disable-maemo Disable maemo specific features [autodetect] - --enable-macosx-finder-support Enable Mac OS X Finder invocation parameter parsing [disabled] - --enable-macosx-bundle Enable Mac OS X bundle file locations [autodetect] - --disable-inet6 Disable IPv6 support [autodetect] - --disable-gethostbyname2 gethostbyname() function is not provided by the C - library [autodetect] - --disable-ftp Disable ftp support [enabled] - --disable-vstream Disable tivo vstream client support [autodetect] - --disable-pthreads Disable Posix threads support [autodetect] - --disable-ass Disable internal SSA/ASS subtitles support [autodetect] - --enable-rpath Enable runtime linker path for extra libs [disabled] + --disable-network disable networking [enable] + --enable-winsock2 enable winsock2 [autodetect] + --enable-smb enable Samba (SMB) input [autodetect] + --enable-live enable LIVE555 Streaming Media [autodetect] + --disable-dvdnav disable libdvdnav [autodetect] + --disable-dvdread disable libdvdread [autodetect] + --disable-dvdread-internal disable internal libdvdread [autodetect] + --disable-cdparanoia disable cdparanoia [autodetect] + --disable-bitmap-font disable bitmap font support [enable] + --disable-freetype disable FreeType 2 font rendering [autodetect] + --disable-fontconfig disable fontconfig font lookup [autodetect] + --disable-unrarlib disable Unique RAR File Library [enabled] + --enable-menu enable OSD menu (not DVD menu) [disabled] + --disable-sortsub disable subtitle sorting [enabled] + --enable-fribidi enable the FriBiDi libs [autodetect] + --disable-enca disable ENCA charset oracle library [autodetect] + --disable-macosx disable Mac OS X specific features [autodetect] + --disable-maemo disable maemo specific features [autodetect] + --enable-macosx-finder-support enable Mac OS X Finder invocation + parameter parsing [disabled] + --enable-macosx-bundle enable Mac OS X bundle file locations [autodetect] + --disable-inet6 disable IPv6 support [autodetect] + --disable-gethostbyname2 gethostbyname2 part of the C library [autodetect] + --disable-ftp disable FTP support [enabled] + --disable-vstream disable TiVo vstream client support [autodetect] + --disable-pthreads disable Posix threads support [autodetect] + --disable-ass disable internal SSA/ASS subtitle support [autodetect] + --enable-rpath enable runtime linker path for extra libs [disabled] Codecs: - --enable-gif enable gif support [autodetect] - --enable-png enable png input/output support [autodetect] - --enable-jpeg enable jpeg input/output support [autodetect] - --enable-libcdio enable external libcdio support [autodetect] - --enable-liblzo enable external liblzo support [autodetect] - --disable-win32 disable Win32 DLL support [enabled] - --disable-qtx disable QuickTime codecs [enabled] - --disable-xanim disable XAnim codecs support [enabled] - --disable-real disable RealPlayer codecs support [enabled] - --disable-xvid disable XviD codec [autodetect] - --disable-x264 disable H.264 encoder [autodetect] - --disable-nut disable libnut demuxer [autodetect] - --disable-libavutil disable libavutil [autodetect] - --disable-libavcodec disable libavcodec [autodetect] - --disable-libavformat disable libavformat [autodetect] - --disable-libpostproc disable libpostproc [autodetect] - --disable-libavutil_so disable shared libavutil [autodetect] - --disable-libavcodec_so disable shared libavcodec [autodetect] - --disable-libavformat_so disable shared libavformat [autodetect] - --disable-libpostproc_so disable shared libpostproc [autodetect] + --enable-gif enable GIF support [autodetect] + --enable-png enable PNG input/output support [autodetect] + --enable-jpeg enable JPEG input/output support [autodetect] + --enable-libcdio enable external libcdio [autodetect] + --enable-liblzo enable external liblzo [autodetect] + --disable-win32 disable Win32 DLL support [enabled] + --disable-qtx disable QuickTime codecs support [enabled] + --disable-xanim disable XAnim codecs support [enabled] + --disable-real disable RealPlayer codecs support [enabled] + --disable-xvid disable XviD [autodetect] + --disable-x264 disable H.264 [autodetect] + --disable-nut disable libnut [autodetect] + --disable-libavutil disable libavutil [autodetect] + --disable-libavcodec disable libavcodec [autodetect] + --disable-libavformat disable libavformat [autodetect] + --disable-libpostproc disable libpostproc [autodetect] + --disable-libavutil_so disable shared libavutil [autodetect] + --disable-libavcodec_so disable shared libavcodec [autodetect] + --disable-libavformat_so disable shared libavformat [autodetect] + --disable-libpostproc_so disable shared libpostproc [autodetect] --disable-libavcodec_mpegaudio_hp disable high precision audio decoding in libavcodec [enabled] - --enable-libfame enable libfame realtime encoder [autodetect] - --disable-tremor-internal do not build internal Tremor support [enabled] - --enable-tremor-low build with lower accuracy internal Tremor [disabled] - --enable-tremor-external build with external Tremor [autodetect] - --disable-libvorbis disable libvorbis support [autodetect] - --disable-speex disable Speex support [autodetect] - --enable-theora build with OggTheora support [autodetect] - --enable-faad-external build with external FAAD2 (AAC) support [autodetect] - --disable-faad-internal disable internal FAAD2 (AAC) support [autodetect] - --enable-faad-fixed enable fixed-point mode in internal FAAD2 [disabled] - --disable-faac disable support for FAAC (AAC encoder) [autodetect] - --disable-ladspa disable LADSPA plugin support [autodetect] - --disable-libdv disable libdv 0.9.5 en/decoding support [autodetect] - --disable-mad disable libmad (MPEG audio) support [autodetect] - --disable-toolame disable Toolame (MPEG layer 2 audio) support in mencoder [autodetect] - --disable-twolame disable Twolame (MPEG layer 2 audio) support in mencoder [autodetect] - --enable-xmms build with XMMS inputplugin support [disabled] - --disable-mp3lib disable builtin mp3lib [enabled] - --disable-liba52 disable builtin liba52 [enabled] - --enable-libdts enable libdts support [autodetect] - --disable-libmpeg2 disable builtin libmpeg2 [enabled] - --disable-musepack disable musepack support [autodetect] - --disable-amr_nb disable amr narrowband, floating point [autodetect] - --disable-amr_nb-fixed disable amr narrowband, fixed point [autodetect] - --disable-amr_wb disable amr wideband, floating point [autodetect] + --enable-libfame enable libfame realtime encoder [autodetect] + --disable-tremor-internal disable internal Tremor [enabled] + --enable-tremor-low enable lower accuracy internal Tremor [disabled] + --enable-tremor-external enable external Tremor [autodetect] + --disable-libvorbis disable libvorbis support [autodetect] + --disable-speex disable Speex support [autodetect] + --enable-theora enable OggTheora libraries [autodetect] + --enable-faad-external enable external FAAD2 (AAC) [autodetect] + --disable-faad-internal disable internal FAAD2 (AAC) [autodetect] + --enable-faad-fixed enable fixed-point mode in internal FAAD2 [disabled] + --disable-faac disable support for FAAC (AAC encoder) [autodetect] + --disable-ladspa disable LADSPA plugin support [autodetect] + --disable-libdv disable libdv 0.9.5 en/decoding support [autodetect] + --disable-mad disable libmad (MPEG audio) support [autodetect] + --disable-toolame disable Toolame (MPEG layer 2) encoding [autodetect] + --disable-twolame disable Twolame (MPEG layer 2) encoding [autodetect] + --enable-xmms enable XMMS input plugin support [disabled] + --enable-libdts enable libdts support [autodetect] + --disable-mp3lib disable builtin mp3lib [enabled] + --disable-liba52 disable builtin liba52 [enabled] + --disable-libmpeg2 disable builtin libmpeg2 [enabled] + --disable-musepack disable musepack support [autodetect] + --disable-amr_nb disable AMR narrowband, floating-point [autodetect] + --disable-amr_nb-fixed disable AMR narrowband, fixed-point [autodetect] + --disable-amr_wb disable AMR wideband, floating-point [autodetect] --disable-decoder=DECODER disable specified FFmpeg decoder --enable-decoder=DECODER enable specified FFmpeg decoder --disable-encoder=ENCODER disable specified FFmpeg encoder @@ -322,133 +321,126 @@ Codecs: --enable-demuxer=DEMUXER enable specified FFmpeg demuxer --disable-muxer=MUXER disable specified FFmpeg muxer --enable-muxer=MUXER enable specified FFmpeg muxer - + Video output: --disable-vidix-internal disable internal VIDIX [for x86 *nix] --disable-vidix-external disable external VIDIX [for x86 *nix] - --enable-gl build with OpenGL render support [autodetect] - --enable-dga[=n] build with DGA [n in {1, 2} ] support [autodetect] - --enable-vesa build with VESA support [autodetect] - --enable-svga build with SVGAlib support [autodetect] - --enable-sdl build with SDL render support [autodetect] - --enable-aa build with AAlib render support [autodetect] - --enable-caca build with CACA render support [autodetect] - --enable-ggi build with GGI render support [autodetect] - --enable-ggiwmh build with GGI libggiwmh extension [autodetect] - --enable-directx build with DirectX support [autodetect] - --enable-dxr2 build with DXR2 render support [autodetect] - --enable-dxr3 build with DXR3/H+ render support [autodetect] - --enable-ivtv build with IVTV TV-Out render support [autodetect] - --enable-dvb build with support for output via DVB-Card [autodetect] - --enable-dvbhead build with DVB support (HEAD version) [autodetect] - --enable-mga build with mga_vid (for Matrox G200/G4x0/G550) support - (check for /dev/mga_vid) [autodetect] - --enable-xmga build with mga_vid X Window support - (check for X & /dev/mga_vid) [autodetect] - --enable-xv build with Xv render support for X 4.x [autodetect] - --enable-xvmc build with XvMC acceleration for X 4.x [disable] - --enable-vm build with XF86VidMode support for X11 [autodetect] - --enable-xinerama build with Xinerama support for X11 [autodetect] - --enable-x11 build with X11 render support [autodetect] - --enable-xshape build with XShape support [autodetect] - --enable-fbdev build with FBDev render support [autodetect] - --enable-mlib build with mediaLib support (Solaris only) [disable] - --enable-3dfx build with obsolete /dev/3dfx support [disable] - --enable-tdfxfb build with tdfxfb (Voodoo 3/banshee) support [disable] - --enable-s3fb build with s3fb (S3 ViRGE) support [disable] - --enable-directfb build with DirectFB support [autodetect] - --enable-zr build with ZR360[56]7/ZR36060 support [autodetect] - --enable-bl build with Blinkenlights support [disable] - --enable-tdfxvid build with tdfx_vid support [disable] - --disable-tga disable targa output support [enable] - --disable-pnm disable pnm output support [enable] - --disable-md5sum disable md5sum output support [enable] - + --enable-gl enable OpenGL video output [autodetect] + --enable-dga[=n] enable DGA [n in {1, 2} ] support [autodetect] + --enable-vesa enable VESA video output [autodetect] + --enable-svga enable SVGAlib video output [autodetect] + --enable-sdl enable SDL video output [autodetect] + --enable-aa enable AAlib video output [autodetect] + --enable-caca enable CACA video output [autodetect] + --enable-ggi enable GGI video output [autodetect] + --enable-ggiwmh enable GGI libggiwmh extension [autodetect] + --enable-directx enable DirectX video output [autodetect] + --enable-dxr2 enable DXR2 video output [autodetect] + --enable-dxr3 enable DXR3/H+ video output [autodetect] + --enable-ivtv enable IVTV TV-Out video output [autodetect] + --enable-dvb enable DVB video output [autodetect] + --enable-dvbhead enable DVB video output (HEAD version) [autodetect] + --enable-mga enable mga_vid video output [autodetect] + --enable-xmga enable mga_vid X11 video output [autodetect] + --enable-xv enable Xv video output [autodetect] + --enable-xvmc enable XvMC acceleration [disable] + --enable-vm enable XF86VidMode support [autodetect] + --enable-xinerama enable Xinerama support [autodetect] + --enable-x11 enable X11 video output [autodetect] + --enable-xshape enable XShape support [autodetect] + --enable-fbdev enable FBDev video output [autodetect] + --enable-mlib enable mediaLib video output (Solaris) [disable] + --enable-3dfx enable obsolete /dev/3dfx video output [disable] + --enable-tdfxfb enable tdfxfb video output [disable] + --enable-s3fb enable s3fb (S3 ViRGE) video output [disable] + --enable-directfb enable DirectFB video output [autodetect] + --enable-zr enable ZR360[56]7/ZR36060 video output [autodetect] + --enable-bl enable Blinkenlights video output [disable] + --enable-tdfxvid enable tdfx_vid video output [disable] + --disable-tga disable Targa video output [enable] + --disable-pnm disable PNM video output [enable] + --disable-md5sum disable md5sum video output [enable] + Audio output: - --disable-alsa disable ALSA sound support [autodetect] - --disable-ossaudio disable OSS sound support [autodetect] - --disable-arts disable aRts sound support [autodetect] - --disable-esd disable esd sound support [autodetect] - --disable-polyp disable Polypaudio sound support [autodetect] - --disable-jack disable JACK sound support [autodetect] - --disable-openal disable OpenAL sound support [autodetect] - --disable-nas disable NAS sound support [autodetect] - --disable-sgiaudio disable SGI sound support [autodetect] - --disable-sunaudio disable Sun sound support [autodetect] - --disable-win32waveout disable Windows waveout sound support [autodetect] - --disable-select disable using select() on audio device [enable] + --disable-alsa disable ALSA audio output [autodetect] + --disable-ossaudio disable OSS audio output [autodetect] + --disable-arts disable aRts audio output [autodetect] + --disable-esd disable esd audio output [autodetect] + --disable-polyp disable Polypaudio audio output [autodetect] + --disable-jack disable JACK audio output [autodetect] + --disable-openal disable OpenAL audio output [autodetect] + --disable-nas disable NAS audio output [autodetect] + --disable-sgiaudio disable SGI audio output [autodetect] + --disable-sunaudio disable Sun audio output [autodetect] + --disable-win32waveout disable Windows waveout audio output [autodetect] + --disable-select disable using select() on the audio device [enable] Miscellaneous options: - --enable-runtime-cpudetection Enable runtime CPU detection [disable] - --enable-cross-compile Enable cross-compilation [autodetect] - --cc=COMPILER use this C compiler to build MPlayer [gcc] - --host-cc=COMPILER use this C compiler to build apps needed for the build process [gcc] - --as=ASSEMBLER use this assembler to build MPlayer [as] + --enable-runtime-cpudetection enable runtime CPU detection [disable] + --enable-cross-compile enable cross-compilation [autodetect] + --cc=COMPILER C compiler to build MPlayer [gcc] + --host-cc=COMPILER C compiler for tools needed while building [gcc] + --as=ASSEMBLER assembler to build MPlayer [as] --target=PLATFORM target platform (i386-linux, arm-linux, etc) --enable-static build a statically linked binary. Set further linking options with --enable-static="-lslang -lncurses" - --charset convert the help messages to this charset - --language=list a white space or comma separated list of languages - for translated man pages, the first language is the - primary and therefore used for translated messages - and GUI (also the environment variable \$LINGUAS is - honored) [en] + --charset=charset convert the console messages to this character set + --language=list a white space or comma separated list of languages for + translated man pages, the first language is used for + messages and the GUI (the environment variable + \$LINGUAS is also honored) [en] (Available: $LANGUAGES all) - --with-install=PATH use a custom install program (useful if your OS uses - a GNU-incompatible install utility by default and - you want to use GNU version) - --install-path=PATH the path to a custom install program + --with-install=PATH path to a custom install program + --install-path=PATH path to a custom install program this option is obsolete and will be removed soon, use --with-install instead. --enable-color-console enable color console output [disable] Advanced options: - --enable-mmx build with MMX support [autodetect] - --enable-mmxext build with MMX2 support (PIII, Athlon) [autodetect] - --enable-3dnow build with 3DNow! support [autodetect] - --enable-3dnowext build with extended 3DNow! support [autodetect] - --enable-sse build with SSE support [autodetect] - --enable-sse2 build with SSE2 support [autodetect] - --enable-shm build with shm support [autodetect] - --enable-altivec build with Altivec support (PowerPC) [autodetect] - --enable-armv5te build with DSP extensions support (ARM) [autodetect] - --enable-iwmmxt build with iWMMXt support (ARM) [autodetect] - --disable-fastmemcpy disable 3DNow!/SSE/MMX optimized memcpy() [enable] - --enable-big-endian Force byte order to big-endian [autodetect] - --enable-debug[=1-3] compile debugging information into mplayer [disable] - --enable-profile compile profiling information into mplayer [disable] - --disable-sighandler disable sighandler for crashes [enable] - --enable-crash-debug enable automatic gdb attach on crash [disable] - --enable-dynamic-plugins Enable support for dynamic a/v plugins [disable] - -Hazardous options a.k.a. "DO NOT REPORT ANY BUGS!" + --enable-mmx enable MMX [autodetect] + --enable-mmxext enable MMX2 (Pentium III, Athlon) [autodetect] + --enable-3dnow enable 3DNow! [autodetect] + --enable-3dnowext enable extended 3DNow! [autodetect] + --enable-sse enable SSE [autodetect] + --enable-sse2 enable SSE2 [autodetect] + --enable-shm enable shm [autodetect] + --enable-altivec enable AltiVec (PowerPC) [autodetect] + --enable-armv5te enable DSP extensions (ARM) [autodetect] + --enable-iwmmxt enable iWMMXt (ARM) [autodetect] + --disable-fastmemcpy disable 3DNow!/SSE/MMX optimized memcpy [enable] + --enable-big-endian force byte order to big-endian [autodetect] + --enable-debug[=1-3] compile-in debugging information [disable] + --enable-profile compile-in profiling information [disable] + --disable-sighandler disable sighandler for crashes [enable] + --enable-crash-debug enable automatic gdb attach on crash [disable] + --enable-dynamic-plugins enable dynamic A/V plugins [disable] + +Hazardous options AKA "DO NOT REPORT ANY BUGS!" --disable-gcc-check disable gcc version checking [enable] Use these options if autodetection fails (Options marked with (*) accept multiple paths separated by ':'): - --with-extraincdir=DIR extra headers (png, mad, sdl, ...) in DIR (*) - --with-extralibdir=DIR extra linker search paths in DIR (*) - --extra-libs=FLAGS extra linker flags - --with-x11libdir=DIR X library files in DIR (*) - --with-mliblibdir=DIR libmlib (mediaLib support) in DIR (Solaris only) - --with-xvidlibdir=DIR libxvidcore (XviD) in DIR (*) - --with-x264libdir=DIR libx264 in DIR - --with-libdtslibdir=DIR libdts library in DIR (*) - --with-livelibdir=DIR LIVE555 Streaming Media libraries in DIR - --with-toolamelibdir=DIR Toolame library in DIR - --with-xmmsplugindir=DIR XMMS plugins in DIR - --with-xmmslibdir=DIR libxmms.so.1 in DIR - --with-cdparanoialibdir=DIR cdparanoia libraries (libcdda_*) in DIR (*) - --with-xvmclib=NAME name of adapter-specific library (e.g. XvMCNVIDIA) + --extra-libs=FLAGS extra linker flags + --with-extraincdir=DIR extra header search paths in DIR (*) + --with-extralibdir=DIR extra linker search paths in DIR (*) + --with-x11libdir=DIR X library files in DIR (*) + --with-mliblibdir=DIR libmlib (mediaLib) in DIR (Solaris only) + --with-xvidlibdir=DIR libxvidcore (XviD) in DIR (*) + --with-x264libdir=DIR libx264 in DIR + --with-libdtslibdir=DIR libdts in DIR (*) + --with-livelibdir=DIR LIVE555 Streaming Media in DIR + --with-toolamelibdir=DIR Toolame in DIR + --with-xmmsplugindir=DIR XMMS plugins in DIR + --with-xmmslibdir=DIR libxmms.so.1 in DIR + --with-cdparanoialibdir=DIR cdparanoia libraries (libcdda_*) in DIR (*) + --with-xvmclib=NAME adapter-specific library name (e.g. XvMCNVIDIA) --with-freetype-config=PATH path to freetype-config - (e.g. /opt/bin/freetype-config) --with-fribidi-config=PATH path to fribidi-config - (e.g. /opt/bin/fribidi-config) - --with-glib-config=PATH path to glib*-config (e.g. /opt/bin/glib-config) - --with-gtk-config=PATH path to gtk*-config (e.g. /opt/bin/gtk-config) - --with-sdl-config=PATH path to sdl*-config (e.g. /opt/bin/sdl-config) - --with-dvdnav-config=PATH path to dvdnav-config (e.g. /opt/bin/dvdnav-config) + --with-glib-config=PATH path to glib*-config + --with-gtk-config=PATH path to gtk*-config + --with-sdl-config=PATH path to sdl*-config + --with-dvdnav-config=PATH path to dvdnav-config This configure script is NOT autoconf-based, even though its output is similar. It will try to autodetect all configuration options. If you --enable an option -- cgit v1.2.3