projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76e25db
)
fate: make vsynth tests depend on only the relevant vref
author
Mans Rullgard
<mans@mansr.com>
Sun, 17 Jul 2011 18:47:58 +0000
(19:47 +0100)
committer
Mans Rullgard
<mans@mansr.com>
Mon, 18 Jul 2011 17:46:57 +0000
(18:46 +0100)
Signed-off-by: Mans Rullgard <mans@mansr.com>
tests/Makefile
patch
|
blob
|
history
diff --git
a/tests/Makefile
b/tests/Makefile
index
4739446
..
0a9e402
100644
(file)
--- 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)