diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-01-08 04:35:18 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-01-08 04:35:18 +0100 |
commit | ce39ba92c0a1152b23bdbca1626d7e371bc96473 (patch) | |
tree | 43420af0085e07f73cc41b54464aaaee61c2e89d | |
parent | 757473831c3e1cc231fb985bcaed622d66fd6b2e (diff) | |
download | ffmpeg-ce39ba92c0a1152b23bdbca1626d7e371bc96473.tar.gz |
fate: enable wc4-xan test, the sample is now on our rsync server.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | tests/fate/video.mak | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/fate/video.mak b/tests/fate/video.mak index 7060c92b96..01dd306d1a 100644 --- a/tests/fate/video.mak +++ b/tests/fate/video.mak @@ -185,5 +185,5 @@ fate-wnv1: CMD = framecrc -i $(SAMPLES)/wnv1/wnv1-codec.avi -an FATE_TESTS += fate-yop fate-yop: CMD = framecrc -i $(SAMPLES)/yop/test1.yop -pix_fmt rgb24 -an -#FATE_TESTS += fate-xxan-wc4 -#fate-xxan-wc4: CMD = framecrc -i $(SAMPLES)/wc4-xan/wc4trailer-partial.avi -an +FATE_TESTS += fate-xxan-wc4 +fate-xxan-wc4: CMD = framecrc -i $(SAMPLES)/wc4-xan/wc4trailer-partial.avi -an |