summaryrefslogtreecommitdiff
path: root/tests/fate/video.mak
diff options
context:
space:
mode:
authorAsh Hughes <ashes-iontach@hotmail.com>2013-05-24 14:06:00 +0000
committerMichael Niedermayer <michaelni@gmx.at>2013-05-30 03:00:05 +0200
commitfa30f4c24d1081b4e0339bf534ed1df37b7b2c1a (patch)
tree13babc6ad2d0c95c12eae4e75fb860e4851a041b /tests/fate/video.mak
parent29e97cd6c3f2307e79b48a9e02cd0c6e055476ae (diff)
fate: add smv test
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests/fate/video.mak')
-rw-r--r--tests/fate/video.mak3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/fate/video.mak b/tests/fate/video.mak
index fd73829f44..63a1123f85 100644
--- a/tests/fate/video.mak
+++ b/tests/fate/video.mak
@@ -287,6 +287,9 @@ fate-yop: CMD = framecrc -i $(TARGET_SAMPLES)/yop/test1.yop -pix_fmt rgb24 -an
FATE_VIDEO-$(call DEMDEC, AVI, XAN_WC4) += fate-xxan-wc4
fate-xxan-wc4: CMD = framecrc -i $(TARGET_SAMPLES)/wc4-xan/wc4trailer-partial.avi -an
+FATE_VIDEO-$(call DEMDEC, WAV, SMVJPEG) += fate-smvjpeg
+fate-smvjpeg: CMD = framecrc -i $(TARGET_SAMPLES)/smv/clock.smv -an
+
FATE_VIDEO += $(FATE_VIDEO-yes)
FATE_SAMPLES_FFMPEG += $(FATE_VIDEO)