diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-11-28 21:35:12 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-01-14 01:03:48 +0100 |
commit | 16e49d85b6bb01291f2149631517178af10b2332 (patch) | |
tree | 24dcc0178043654643011af8a817b293ee280278 | |
parent | bfdfeadf1154423f6c4556ea759c7a4c618b5bc4 (diff) | |
download | ffmpeg-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-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |