view TOOLS/coverity.sh @ 36386:416614dd856b

Define STRIP for FFmpeg. This will prevent the (ignored) build error "/bin/sh: 1: -wN: not found". If the strip utility doesn't support the options -wN, there still will be an (ignored) "strip: unrecognized option: -wN" error we currently can't do anything about.
author ib
date Thu, 24 Oct 2013 12:06:41 +0000
parents 7425021012b4
children 322ffa4a22d2
line wrap: on
line source

rm -rf cov-int MPlayer.tgz
make distclean
svn up
./configure $MPLAYER_COV_OPTS && make -j5 ffmpeglibs
"$MPLAYER_COV_PATH"/bin/cov-build --dir cov-int make -j5
tar -czf MPlayer.tgz cov-int
curl --form file=@MPlayer.tgz --form project=MPlayer --form password="$MPLAYER_COV_PWD" --form email="$MPLAYER_COV_EMAIL" --form version=2.5 --form description="automated run" http://scan5.coverity.com/cgi-bin/upload.py