This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository legacy-imlib2.
View the commit online.
commit d6ce593fc7ebdc667b9580a3db983571c25aec1d
Author: Kim Woelders <k...@woelders.dk>
AuthorDate: Mon Apr 7 15:31:11 2025 +0200
test/images: Remove intermediate generated file
---
test/images/Makefile | 1 +
test/images/null.wav | Bin 80 -> 0 bytes
2 files changed, 1 insertion(+)
diff --git a/test/images/Makefile b/test/images/Makefile
index 17f301d..351477f 100644
--- a/test/images/Makefile
+++ b/test/images/Makefile
@@ -193,6 +193,7 @@ image-noalp-64.svg: image-alpha-64.svg
%.png.mp3: %.png null.wav
$(FFMPEG) -i null.wav -i $< -map 0 -map 1 $@
+.INTERMEDIATE: null.wav
null.wav:
sox -n -r 44100 -c 2 null.wav trim 0.0 0.0
diff --git a/test/images/null.wav b/test/images/null.wav
deleted file mode 100644
index 600b16e..0000000
Binary files a/test/images/null.wav and /dev/null differ
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.