[FFmpeg-cvslog] r19415 - trunk/configure

mru subversion
Sun Jul 12 16:13:34 CEST 2009


Author: mru
Date: Sun Jul 12 16:13:34 2009
New Revision: 19415

Log:
Use CFLAGS in default DEPEND_CMD

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Sun Jul 12 16:13:32 2009	(r19414)
+++ trunk/configure	Sun Jul 12 16:13:34 2009	(r19415)
@@ -1277,7 +1277,7 @@ target_path='.'
 
 # gcc stupidly only outputs the basename of targets with -MM, but we need the
 # full relative path for objects in subdirectories for non-recursive Make.
-DEPEND_CMD='$(DEPCC) $(CPPFLAGS) -MM $< | sed -e "/^\#.*/d" -e "s,^[[:space:]]*$(*F)\\.o,$(@D)/$(*F).o,"'
+DEPEND_CMD='$(DEPCC) $(CPPFLAGS) $(CFLAGS) -MM $< | sed -e "/^\#.*/d" -e "s,^[[:space:]]*$(*F)\\.o,$(@D)/$(*F).o,"'
 
 # find source path
 source_path="$(dirname "$0")"



More information about the ffmpeg-cvslog mailing list