1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-09-28 16:02:17 +02:00

Merge commit 'ba6a49e60bdd61b6d02c2b26daa01942c35f39cc'

* commit 'ba6a49e60bdd61b6d02c2b26daa01942c35f39cc':
  configure: Clean up temporary files on interrupt

Merged-by: Clément Bœsch <u@pkh.me>
This commit is contained in:
Clément Bœsch 2017-05-20 16:50:28 +02:00
commit a8ad127a63

1
configure vendored
View File

@ -3788,6 +3788,7 @@ tmpfile(){
}
trap 'rm -rf -- "$FFTMPDIR"' EXIT
trap 'exit 2' INT
tmpfile TMPASM .asm
tmpfile TMPC .c