diff dct-test.c @ 6533:b4c000318ed4 libavcodec

Set mm_flags in dct-test to fix floating math. Patch by Alexander Strange \astrange ithinksw com/
author benoit
date Tue, 25 Mar 2008 14:34:27 +0000
parents 7f9e2b5893fc
children d90bb7b51588
line wrap: on
line diff
--- a/dct-test.c	Tue Mar 25 10:15:17 2008 +0000
+++ b/dct-test.c	Tue Mar 25 14:34:27 2008 +0000
@@ -531,6 +531,7 @@
 
     init_fdct();
     idct_mmx_init();
+    mm_flags = mm_support();
 
     for(i=0;i<256;i++) cropTbl[i + MAX_NEG_CROP] = i;
     for(i=0;i<MAX_NEG_CROP;i++) {