[FFmpeg-cvslog] fate: make vsynth tests depend on only the relevant vref
Mans Rullgard
git at videolan.org
Tue Jul 19 18:50:19 CEST 2011
ffmpeg | branch: master | Mans Rullgard <mans at mansr.com> | Sun Jul 17 19:47:58 2011 +0100| [b13c6e336cea3bafd182448d97e50c42c4d7a710] | committer: Mans Rullgard
fate: make vsynth tests depend on only the relevant vref
Signed-off-by: Mans Rullgard <mans at mansr.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b13c6e336cea3bafd182448d97e50c42c4d7a710
---
tests/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/tests/Makefile b/tests/Makefile
index 4739446..0a9e402 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)
More information about the ffmpeg-cvslog
mailing list