---
configure | 1 +
1 file changed, 1 insertion(+)
diff --git a/configure b/configure
index 1336f3e..de91459 100755
--- a/configure
+++ b/configure
@@ -2974,6 +2974,7 @@ tmpfile(){
}
trap 'rm -rf -- "$AVTMPDIR"' EXIT
+trap 'exit 2' INT
tmpfile TMPASM .asm
tmpfile TMPC .c
--
2.1.4_______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
