summaryrefslogtreecommitdiffstats
path: root/tests/Makefile
diff options
context:
space:
mode:
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>2012-04-22 19:14:01 +0200
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>2012-04-23 21:14:58 +0200
commit53253a0b83f1e9cfb6cc08a62364051ff5d69c09 (patch)
treea8e9ea08cfb707de503e54f891779d7433193206 /tests/Makefile
parent068d0b4e2503649cbf35524466e96f17f45327fa (diff)
downloadffmpeg-streaming-53253a0b83f1e9cfb6cc08a62364051ff5d69c09.zip
ffmpeg-streaming-53253a0b83f1e9cfb6cc08a62364051ff5d69c09.tar.gz
Simplify asynth sample generation.
One rule can be used to generate all asynth files. Requires renaming the mapchan files though. Also switch to using the .wav variants for mapchan while changing the name anyway, this allows getting rid of the explicitly specified format. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile12
1 files changed, 1 insertions, 11 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 9b88c06..4d79458 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -26,20 +26,10 @@ tests/vsynth2/00.pgm: tests/rotozoom$(HOSTEXESUF) | tests/vsynth2
tests/data/asynth1.sw: tests/audiogen$(HOSTEXESUF) | tests/data
$(M)./$< $@
-tests/data/asynth-16000-1.sw: tests/audiogen$(HOSTEXESUF) | tests/data
- $(M)./$< $@ 16000 1
-
+tests/data/asynth-%.sw \
tests/data/asynth-%.wav: tests/audiogen$(HOSTEXESUF) | tests/data
$(M)./$< $@ $(subst -, ,$*)
-tests/data/mapchan-6ch.sw: tests/audiogen$(HOSTEXESUF)
- @mkdir -p tests/data
- $(M)./$< $@ 22050 6
-
-tests/data/mapchan-mono.sw: tests/audiogen$(HOSTEXESUF)
- @mkdir -p tests/data
- $(M)./$< $@ 22050 1
-
tests/data/%.sw tests/data/asynth% tests/vsynth%/00.pgm: TAG = GEN
include $(SRC_PATH)/tests/fate/aac.mak
OpenPOWER on IntegriCloud