Module: libav Branch: master Commit: b13c6e336cea3bafd182448d97e50c42c4d7a710
Author: Mans Rullgard <[email protected]> Committer: Mans Rullgard <[email protected]> Date: Sun Jul 17 19:47:58 2011 +0100 fate: make vsynth tests depend on only the relevant vref Signed-off-by: Mans Rullgard <[email protected]> --- 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) _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
