[MPlayer-cvslog] r19202 - trunk/configure
diego
subversion at mplayerhq.hu
Thu Jul 27 19:45:59 CEST 2006
Author: diego
Date: Thu Jul 27 19:45:59 2006
New Revision: 19202
Modified:
trunk/configure
Log:
Remove superfluous $_inc_extra parameter from cc_check call.
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Thu Jul 27 19:45:59 2006
@@ -5210,7 +5210,7 @@
test -z "$_dvdnavdir" && test -n "$_dvdnavconfig" && _dvdnavdir=`$_dvdnavconfig --cflags`
_used_css=
#test "$_mpdvdkit" = no && _used_css=$_ld_css
- cc_check $_inc_extra -I$_dvdnavdir $_legal_dvdnavdir -ldvdnav $_used_css $_ld_dl $_ld_pthread && _dvdnav=yes
+ cc_check -I$_dvdnavdir $_legal_dvdnavdir -ldvdnav $_used_css $_ld_dl $_ld_pthread && _dvdnav=yes
fi
if test "$_dvdnav" = yes ; then
_largefiles=yes
More information about the MPlayer-cvslog
mailing list