diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-11-28 21:35:12 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-11-28 21:35:12 +0100 |
commit | 191454f26e5a2f5026fef9a25df6d61c2a06615c (patch) | |
tree | f12bd329ed9cb28790f5543720045414a423ee05 /configure | |
parent | e283c26c35c4f18c8eb2e79183037a883b12d1e5 (diff) | |
download | ffmpeg-191454f26e5a2f5026fef9a25df6d61c2a06615c.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>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4527,7 +4527,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 \ |