summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorpl <pl@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-24 02:56:02 +0000
committerpl <pl@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-24 02:56:02 +0000
commit723657f423131d24908d1497d23194142c2163c8 (patch)
treed11e8c768d6d945e7175e96dd4978ffe13da9091 /configure
parent185400d6a7b5441b716ebb8c4388cd9bd4c617d2 (diff)
downloadmpv-723657f423131d24908d1497d23194142c2163c8.tar.bz2
mpv-723657f423131d24908d1497d23194142c2163c8.tar.xz
"--help" fixes:
- lines should display correctly on 80 character-wide screens - '\t' replaced by spaces git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3696 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure16
1 files changed, 9 insertions, 7 deletions
diff --git a/configure b/configure
index d8dabc8b0e..2d84525f5f 100755
--- a/configure
+++ b/configure
@@ -117,7 +117,7 @@ Optional features:
--enable-lirc enable LIRC (remote control) support [autodetect]
--enable-gui enable GUI [disable]
--disable-tv disable TV Interface (tv/dvb grabbers) [enable]
- --disable-tv-v4l disable Video 4 Linux TV Interface support [autodetect]
+ --disable-tv-v4l disable Video 4 Linux TV Interface support [autodetect]
--disable-win32 disable Win32 DLL support [autodetect]
--disable-dshow disable DirectShow support (if no C++ compiler and
libs are available or find the dshow codecs slower
@@ -126,8 +126,10 @@ Optional features:
--enable-vorbis build with OggVorbis support [autodetect]
--disable-iconv do not use iconv(3) function [autodetect]
--disable-rtc disable RTC (/dev/rtc) on Linux [autodetect]
- --disable-mp1e disable libmp1e support (only if it won't compile) [enable]
- --disable-streaming disable network streaming support (http/mms/rtp) [ena]
+ --disable-mp1e disable libmp1e support
+ (use this option if it does not compile) [enable]
+ --disable-streaming disable network streaming support
+ (support for: http/mms/rtp) [enable]
Video:
--enable-gl build with OpenGL render support [autodetect]
@@ -136,15 +138,15 @@ Video:
--enable-sdl build with SDL render support [autodetect]
--enable-aa build with AAlib render support [autodetect]
--enable-ggi build with GGI render support [autodetect]
- --enable-dxr3 build with DXR3/H+ render support [autodetect]
- --enable-dvb build with support for output via DVB-Card [autodetect]
+ --enable-dxr3 build with DXR3/H+ render support [autodetect]
+ --enable-dvb build with support for output via DVB-Card [autodetect]
--enable-mga build with mga_vid 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-vm build with XF86VidMode support for x11 driver [autodetect]
- --enable-xinerama build with Xinerama support for x11 driver [autodetect]
+ --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-fbdev build with FBDev render support [disable]
--enable-mlib build with MLIB support (Solaris only) [autodetect]