diff options
author | Diego Biurrun <diego@biurrun.de> | 2013-04-16 16:32:18 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2013-04-19 18:07:48 +0200 |
commit | 3eec1d41b4a947ba497f528e68da14a8befb85b9 (patch) | |
tree | 7e32dbbb248e543a46dbbf5fe7842e0aed554df6 /tests/Makefile | |
parent | 5e83d9aced2fc2b2e1360452794c58aba55d497c (diff) | |
download | ffmpeg-3eec1d41b4a947ba497f528e68da14a8befb85b9.tar.gz |
fate: Reuse VREF and AREF variables where appropriate
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile b/tests/Makefile index d60ee5a26e..99039034ba 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -3,10 +3,10 @@ AREF = tests/data/asynth1.sw OBJDIRS += tests/data tests/vsynth1 -tests/vsynth1/00.pgm: tests/videogen$(HOSTEXESUF) | tests/vsynth1 +$(VREF): tests/videogen$(HOSTEXESUF) | tests/vsynth1 $(M)./$< 'tests/vsynth1/' -tests/data/asynth1.sw: tests/audiogen$(HOSTEXESUF) | tests/data +$(AREF): tests/audiogen$(HOSTEXESUF) | tests/data $(M)./$< $@ tests/data/asynth-%.wav: tests/audiogen$(HOSTEXESUF) | tests/data |