[MPlayer-cvslog] r27630 - trunk/configure

diego subversion at mplayerhq.hu
Tue Sep 16 15:15:15 CEST 2008


Author: diego
Date: Tue Sep 16 15:15:13 2008
New Revision: 27630

Log:
Do not clobber _inc_extra variable when setting initial include flags.
based on patch by Andrew Wason, rectalogic rectalogic com


Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Tue Sep 16 15:15:13 2008
@@ -1354,7 +1354,7 @@ if test "$_runtime_cpudetection" = yes &
 fi
 
 
-_inc_extra=-I.
+_inc_extra="$_inc_extra -I."
 _timer=timer-linux.c
 _getch=getch2.c
 if freebsd ; then



More information about the MPlayer-cvslog mailing list