[MPlayer-cvslog] r20758 - trunk/configure

diego subversion at mplayerhq.hu
Tue Nov 7 22:05:04 CET 2006


Author: diego
Date: Tue Nov  7 22:05:03 2006
New Revision: 20758

Modified:
   trunk/configure

Log:
_inputmodules vs _noinputmodules typo fix
noticed by Klaus Müller, mk.2001 web de


Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Tue Nov  7 22:05:03 2006
@@ -5175,7 +5175,7 @@
 if test "$_dvdread_internal" = yes; then
   _def_dvdread_internal="#define USE_DVDREAD_INTERNAL 1"
   _def_dvdread='#define USE_DVDREAD 1'
-  _inputmodules="dvdread $_noinputmodules"
+  _inputmodules="dvdread $_inputmodules"
   _largefiles=yes
   if linux || netbsd || openbsd || bsdos ; then
     _def_dvd_linux='#define HAVE_LINUX_DVD_STRUCT 1'



More information about the MPlayer-cvslog mailing list