[FFmpeg-cvslog] configure: disable strip when using icl.
Matthew Oliver
git at videolan.org
Thu Nov 20 20:26:26 CET 2014
ffmpeg | branch: master | Matthew Oliver <protogonoi at gmail.com> | Fri Nov 21 05:55:48 2014 +1100| [17b7f99d810d73f0cab2a4ebdffbf859679216f5] | committer: Michael Niedermayer
configure: disable strip when using icl.
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=17b7f99d810d73f0cab2a4ebdffbf859679216f5
---
configure | 1 +
1 file changed, 1 insertion(+)
diff --git a/configure b/configure
index c329057..c013c50 100755
--- a/configure
+++ b/configure
@@ -3470,6 +3470,7 @@ probe_cc(){
if [ $pfx = hostcc ]; then
append _cflags -Dsnprintf=_snprintf
fi
+ disable stripping
elif $_cc 2>&1 | grep -q Microsoft; then
_type=msvc
_ident=$($cc 2>&1 | head -n1)
More information about the ffmpeg-cvslog
mailing list