summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-11-28 21:35:12 +0100
committerMichael Niedermayer <michaelni@gmx.at>2014-01-14 01:03:48 +0100
commit16e49d85b6bb01291f2149631517178af10b2332 (patch)
tree24dcc0178043654643011af8a817b293ee280278
parentbfdfeadf1154423f6c4556ea759c7a4c618b5bc4 (diff)
downloadffmpeg-16e49d85b6bb01291f2149631517178af10b2332.tar.gz
configure: remove code that disables striping in the absence of some flags
This prevents breaking (non asm) striping in that case Signed-off-by: Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 191454f26e5a2f5026fef9a25df6d61c2a06615c) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 108b662909..f831999184 100755
--- a/configure
+++ b/configure
@@ -4480,7 +4480,7 @@ test_ldflags -Wl,-Bsymbolic && append SHFLAGS -Wl,-Bsymbolic
# add some strip flags
# -wN '..@*' is more selective than -x, but not available everywhere.
-check_stripflags -wN \'..@*\' || check_stripflags -x || strip='true'
+check_stripflags -wN \'..@*\' || check_stripflags -x
enabled xmm_clobber_test &&
check_ldflags -Wl,--wrap,avcodec_open2 \