[SCM] libav/experimental: Use CFLAGS in default DEPEND_CMD

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:48:54 UTC 2013


The following commit has been merged in the experimental branch:
commit 0115927eaeec157314bcc8e10a61c47e153adf5c
Author: Måns Rullgård <mans at mansr.com>
Date:   Sun Jul 12 14:13:34 2009 +0000

    Use CFLAGS in default DEPEND_CMD
    
    Originally committed as revision 19415 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/configure b/configure
index d681724..dca340d 100755
--- a/configure
+++ b/configure
@@ -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")"

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list