[FFmpeg-cvslog] fate: fix dependencies for non-SAMPLES avconv tests
Mans Rullgard
git at videolan.org
Sun May 20 23:00:48 CEST 2012
ffmpeg | branch: master | Mans Rullgard <mans at mansr.com> | Sat May 19 22:56:01 2012 +0100| [4852cb37ce25e9251bb526ff75afdb90f16812c9] | committer: Mans Rullgard
fate: fix dependencies for non-SAMPLES avconv tests
The encode/decode tests should all depend on avconv. Since
avconv requires libavfilter, there is no need to enable those
tests selectively.
Signed-off-by: Mans Rullgard <mans at mansr.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4852cb37ce25e9251bb526ff75afdb90f16812c9
---
tests/Makefile | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/tests/Makefile b/tests/Makefile
index 55e8867..79316b8 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -74,16 +74,16 @@ FATE_LAVF = $(LAVF_TESTS:%=fate-lavf-%)
FATE_LAVFI = $(LAVFI_TESTS:%=fate-lavfi-%)
FATE_SEEK = $(SEEK_TESTS:seek_%=fate-seek-%)
-FATE = $(FATE_ACODEC) \
- $(FATE_VCODEC) \
- $(FATE_LAVF) \
- $(FATE_SEEK) \
+FATE_AVCONV += $(FATE_ACODEC) \
+ $(FATE_VCODEC) \
+ $(FATE_LAVF) \
+ $(FATE_LAVFI) \
+ $(FATE_SEEK) \
FATE_AVCONV += $(FATE_AVCONV-yes)
FATE-$(CONFIG_AVCONV) += $(FATE_AVCONV)
FATE-$(CONFIG_AVCODEC) += $(FATE_LIBAVCODEC)
-FATE-$(CONFIG_AVFILTER) += $(FATE_LAVFI)
FATE_SAMPLES-$(CONFIG_AVCONV) += $(FATE_SAMPLES_AVCONV)
FATE_SAMPLES += $(FATE_SAMPLES-yes)
More information about the ffmpeg-cvslog
mailing list