summaryrefslogtreecommitdiff
path: root/libavcodec/dct-test.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2003-10-25 19:44:37 +0000
committerMichael Niedermayer <michaelni@gmx.at>2003-10-25 19:44:37 +0000
commit94789b9e59b2fc06676f2d5ff317d520bd6ac2f7 (patch)
tree86ccf10a27b3b4a085c114ac0285f5c03deab4d9 /libavcodec/dct-test.c
parent9b4b6e099b8892127bfb3e6560a6eecbb72c2833 (diff)
10l
Originally committed as revision 2435 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/dct-test.c')
-rw-r--r--libavcodec/dct-test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/dct-test.c b/libavcodec/dct-test.c
index f5813b7bf9..649f15de67 100644
--- a/libavcodec/dct-test.c
+++ b/libavcodec/dct-test.c
@@ -484,6 +484,7 @@ int main(int argc, char **argv)
dct_error("IJG-AAN-INT", 0, fdct_ifast, fdct, test);
dct_error("IJG-LLM-INT", 0, ff_jpeg_fdct_islow, fdct, test);
dct_error("MMX", 0, ff_fdct_mmx, fdct, test);
+ dct_error("MMX2", 0, ff_fdct_mmx2, fdct, test);
dct_error("FAAN", 0, ff_faandct, fdct, test);
} else {
dct_error("REF-DBL", 1, idct, idct, test);