[FFmpeg-cvslog] configure: use -x instead of -wN ..@ to strip assembly files
Rostislav Pehlivanov
git at videolan.org
Fri Jun 16 17:26:02 EEST 2017
ffmpeg | branch: master | Rostislav Pehlivanov <atomnuker at gmail.com> | Tue May 16 12:08:37 2017 +0100| [18f09524f72ccc56273859fceb2c7cf1c7b15c78] | committer: Rostislav Pehlivanov
configure: use -x instead of -wN ..@ to strip assembly files
Reduces the amount of debugging information of external asm from
uselessly verbose to informative enough.
Signed-off-by: Rostislav Pehlivanov <atomnuker at gmail.com>
Reviewed-by: James Darnley <james.darnley at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=18f09524f72ccc56273859fceb2c7cf1c7b15c78
---
configure | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/configure b/configure
index e3941f9dfd..9509bdf09c 100755
--- a/configure
+++ b/configure
@@ -6194,8 +6194,7 @@ enabled rpath && add_ldlibflags -Wl,-rpath,$libdir
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
+check_stripflags -x
enabled neon_clobber_test &&
check_ldflags -Wl,--wrap,avcodec_open2 \
More information about the ffmpeg-cvslog
mailing list