[MPlayer-dev-eng] [PATCH] correct teletext-option in configure

Sascha Klockow mplayer-dev at dreamz-box.de
Wed Jun 20 17:04:23 CEST 2007


Hi,

in the configure-script is a typing error. `configure --help` displays
--disable-tv-teletex, but it checks a --disable-tv-teletext.

-- 
MfG (regards) /SK
_- close the world - open the next -_
-------------- next part --------------
diff -urN mplayer-23589/configure mplayer-build/configure
--- mplayer-23589/configure	2007-06-20 16:37:29.000000000 +0200
+++ mplayer-build/configure	2007-06-20 16:48:57.000000000 +0200
@@ -240,7 +240,7 @@
   --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-tv-teletex   disable TV teletext interface [autodetect]
+  --disable-tv-teletext  disable TV teletext interface [autodetect]
   --disable-pvr          disable Video4Linux2 MPEG PVR [autodetect]
   --disable-rtc          disable RTC (/dev/rtc) on Linux [autodetect]
   --disable-network      disable networking [enable]


More information about the MPlayer-dev-eng mailing list