summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorSean McGovern <gseanmcg@gmail.com>2013-01-14 12:52:00 -0500
committerDiego Biurrun <diego@biurrun.de>2013-01-18 19:10:29 +0100
commit6d1114a806afc1f37e2f6b7f58bbe07e60bb6897 (patch)
tree30101457e16c3e19a2ce1f754d006765d1508ad4 /configure
parent940b8b5861241df7aff8977774e1de6e67de5b83 (diff)
downloadffmpeg-streaming-6d1114a806afc1f37e2f6b7f58bbe07e60bb6897.zip
ffmpeg-streaming-6d1114a806afc1f37e2f6b7f58bbe07e60bb6897.tar.gz
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@biurrun.de>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud