[MPlayer-cvslog] r27655 - trunk/configure

diego subversion at mplayerhq.hu
Mon Sep 22 00:56:53 CEST 2008


Author: diego
Date: Mon Sep 22 00:56:53 2008
New Revision: 27655

Log:
Make sure -I. appears before all other -I flags.


Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Mon Sep 22 00:56:53 2008
@@ -1362,7 +1362,7 @@ if test "$_runtime_cpudetection" = yes &
 fi
 
 
-_inc_extra="$_inc_extra -I."
+_inc_extra="-I. $_inc_extra"
 _timer=timer-linux.c
 _getch=getch2.c
 if freebsd ; then



More information about the MPlayer-cvslog mailing list