[MPlayer-cvslog] r36023 - trunk/configure

diego subversion at mplayerhq.hu
Wed Mar 20 13:18:51 CET 2013


Author: diego
Date: Wed Mar 20 13:18:51 2013
New Revision: 36023

Log:
configure: Merge setting of global -I flags into setting of other CPPFLAGS.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Wed Mar 20 13:18:37 2013	(r36022)
+++ trunk/configure	Wed Mar 20 13:18:51 2013	(r36023)
@@ -1719,7 +1719,6 @@ else # if test -z "$_target"
   fi
 fi
 
-extra_cflags="-I. -Iffmpeg $extra_cflags"
 _timer=timer-linux.c
 _getch=getch2.c
 
@@ -2721,7 +2720,7 @@ else
   warn_cflags=yes
 fi
 
-CFLAGS="-D_ISOC99_SOURCE $CFLAGS"
+CFLAGS="-D_ISOC99_SOURCE -I. -Iffmpeg $CFLAGS"
 
 cpp_condition_check features.h "defined __GLIBC__" &&
   CFLAGS="-D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 $CFLAGS"


More information about the MPlayer-cvslog mailing list