[FFmpeg-cvslog] FATE: add a pattern rule for generating asynth wav files
Justin Ruggles
git at videolan.org
Fri Apr 20 22:32:13 CEST 2012
ffmpeg | branch: master | Justin Ruggles <justin.ruggles at gmail.com> | Wed Apr 18 21:41:01 2012 -0400| [870165e217fcdebf721e8e8b0e9acf96395efd1b] | committer: Justin Ruggles
FATE: add a pattern rule for generating asynth wav files
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=870165e217fcdebf721e8e8b0e9acf96395efd1b
---
tests/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/tests/Makefile b/tests/Makefile
index 52a9fa3..07c7b9d 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -19,7 +19,10 @@ tests/data/asynth1.sw: tests/audiogen$(HOSTEXESUF) | tests/data
tests/data/asynth-16000-1.sw: tests/audiogen$(HOSTEXESUF) | tests/data
$(M)./$< $@ 16000 1
-tests/data/asynth%.sw tests/vsynth%/00.pgm: TAG = GEN
+tests/data/asynth-%.wav: tests/audiogen$(HOSTEXESUF) | tests/data
+ $(M)./$< $@ $(subst -, ,$*)
+
+tests/data/asynth% tests/vsynth%/00.pgm: TAG = GEN
include $(SRC_PATH)/tests/fate/aac.mak
include $(SRC_PATH)/tests/fate/ac3.mak
More information about the ffmpeg-cvslog
mailing list