diff options
author | Mans Rullgard <mans@mansr.com> | 2011-07-17 19:47:58 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2011-07-18 18:46:57 +0100 |
commit | b13c6e336cea3bafd182448d97e50c42c4d7a710 (patch) | |
tree | 7aa91a040dcd92da4c5446edff3f6e4d90b975f6 /tests | |
parent | 76e25dbca6eb6ea899baa042902bd038bd2e3056 (diff) | |
download | ffmpeg-b13c6e336cea3bafd182448d97e50c42c4d7a710.tar.gz |
fate: make vsynth tests depend on only the relevant vref
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index 4739446674..0a9e402c66 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -58,7 +58,8 @@ FATE = $(FATE_ACODEC) \ $(FATE_SEEK) \ $(filter-out %-aref,$(FATE_ACODEC)): $(AREF) -$(filter-out %-vref,$(FATE_VCODEC)): $(VREF) +$(filter-out %-vref,$(FATE_VSYNTH1)): fate-vsynth1-vref +$(filter-out %-vref,$(FATE_VSYNTH2)): fate-vsynth2-vref $(FATE_LAVF): $(REFS) $(FATE_LAVFI): $(REFS) tools/lavfi-showfiltfmts$(EXESUF) $(FATE_SEEK): fate-codec fate-lavf libavformat/seek-test$(EXESUF) |