ffmpeg | branch: master | Diego Biurrun <[email protected]> | Sun Sep 21 11:48:21 2014 +0200| [ba6a49e60bdd61b6d02c2b26daa01942c35f39cc] | committer: Diego Biurrun
configure: Clean up temporary files on interrupt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ba6a49e60bdd61b6d02c2b26daa01942c35f39cc --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index a46e670ecd..9c277fa3c2 100755 --- a/configure +++ b/configure @@ -2976,6 +2976,7 @@ tmpfile(){ } trap 'rm -rf -- "$AVTMPDIR"' EXIT +trap 'exit 2' INT tmpfile TMPASM .asm tmpfile TMPC .c _______________________________________________ ffmpeg-cvslog mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog
