diff options
author | Mans Rullgard <mans@mansr.com> | 2011-07-17 11:55:08 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2011-09-27 00:05:51 +0100 |
commit | 908f12f342341785bf0458e88a06d97a1af90339 (patch) | |
tree | 50071ea0f1d4937d00550c13119e2f98332bcd45 /tests/fate.mak | |
parent | 96a59cf37b080080b7e45dd57828b40a7a2bbfe7 (diff) | |
download | ffmpeg-908f12f342341785bf0458e88a06d97a1af90339.tar.gz |
fate: allow testing with libavfilter disabled
This declares dependencies to skip tests using libavfilter
when it is disabled.
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'tests/fate.mak')
-rw-r--r-- | tests/fate.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate.mak b/tests/fate.mak index a349e5cf23..754896e501 100644 --- a/tests/fate.mak +++ b/tests/fate.mak @@ -128,7 +128,7 @@ FATE_TESTS += fate-id-cin-video fate-id-cin-video: CMD = framecrc -i $(SAMPLES)/idcin/idlog-2MB.cin -pix_fmt rgb24 FATE_TESTS += fate-idroq-video-dpcm fate-idroq-video-dpcm: CMD = framecrc -i $(SAMPLES)/idroq/idlogo.roq -FATE_TESTS += fate-idroq-video-encode +FATE_TESTS-$(CONFIG_AVFILTER) += fate-idroq-video-encode fate-idroq-video-encode: CMD = md5 -f image2 -vcodec pgmyuv -i $(SAMPLES)/ffmpeg-synthetic/vsynth1/%02d.pgm -sws_flags +bitexact -vf pad=512:512:80:112 -f RoQ -t 0.2 FATE_TESTS += fate-iff-byterun1 fate-iff-byterun1: CMD = framecrc -i $(SAMPLES)/iff/ASH.LBM -pix_fmt rgb24 |