mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-18 12:56:56 +00:00
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>
This commit is contained in:
parent
e283c26c35
commit
191454f26e
2
configure
vendored
2
configure
vendored
@ -4527,7 +4527,7 @@ test_ldflags -Wl,-Bsymbolic && append SHFLAGS -Wl,-Bsymbolic
|
|||||||
|
|
||||||
# add some strip flags
|
# add some strip flags
|
||||||
# -wN '..@*' is more selective than -x, but not available everywhere.
|
# -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 &&
|
enabled xmm_clobber_test &&
|
||||||
check_ldflags -Wl,--wrap,avcodec_open2 \
|
check_ldflags -Wl,--wrap,avcodec_open2 \
|
||||||
|
Loading…
Reference in New Issue
Block a user