[FFmpeg-cvslog] configure: Run SHFLAGS through ldflags_filter()

Sean McGovern git at videolan.org
Sat Jan 19 13:07:51 CET 2013


ffmpeg | branch: master | Sean McGovern <gseanmcg at gmail.com> | Mon Jan 14 12:52:00 2013 -0500| [6d1114a806afc1f37e2f6b7f58bbe07e60bb6897] | committer: Diego Biurrun

configure: Run SHFLAGS through ldflags_filter()

These flags are as linker-specific as other LDFLAGS and thus
need to be translated to the correct linker syntax.

Signed-off-by: Diego Biurrun <diego at biurrun.de>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6d1114a806afc1f37e2f6b7f58bbe07e60bb6897
---

 configure |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index f7350b3..b4ffbe6 100755
--- a/configure
+++ b/configure
@@ -3892,7 +3892,7 @@ LD_PATH=$LD_PATH
 DLLTOOL=$dlltool
 LDFLAGS=$LDFLAGS
 LDFLAGS-avserver=$AVSERVERLDFLAGS
-SHFLAGS=$SHFLAGS
+SHFLAGS=$(echo $($ldflags_filter $SHFLAGS))
 YASMFLAGS=$YASMFLAGS
 BUILDSUF=$build_suffix
 FULLNAME=$FULLNAME



More information about the ffmpeg-cvslog mailing list