[MPlayer-cvslog] r19855 - trunk/configure

nicodvb subversion at mplayerhq.hu
Sat Sep 16 16:33:41 CEST 2006


Author: nicodvb
Date: Sat Sep 16 16:33:41 2006
New Revision: 19855

Modified:
   trunk/configure

Log:
removed superflous -I in the dvdnav section; patch by Timo Kanera - timo kanera de

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Sat Sep 16 16:33:41 2006
@@ -5094,7 +5094,7 @@
   _used_css=
   _dvdnavmajor=`echo $_dvdnavvsn | cut -d. -f2`
   test "$_dvdnavmajor" -ge 2 -o "$_dvdnavvsn" -ge 0110 && \
-       cc_check -I$_dvdnavdir $_dvdnavlibs $_used_css $_ld_dl $_ld_pthread && _dvdnav=yes
+       cc_check $_dvdnavdir $_dvdnavlibs $_used_css $_ld_dl $_ld_pthread && _dvdnav=yes
 fi
 if test "$_dvdnav" = yes ; then
   _largefiles=yes



More information about the MPlayer-cvslog mailing list