[FFmpeg-cvslog] configure: Clean up temporary files on interrupt
Diego Biurrun
git at videolan.org
Sat May 20 17:50:51 EEST 2017
ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | 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
More information about the ffmpeg-cvslog
mailing list