# HG changeset patch # User astrange # Date 1214415235 0 # Node ID 654f063dc099c80b0ee1b2ab8435154cf2532189 # Parent 03fe3194eff7b712c7bbcf767a82d77234f502b1 Use a local variable instead of mm_flags in dct-test. diff -r 03fe3194eff7 -r 654f063dc099 dct-test.c --- a/dct-test.c Wed Jun 25 14:14:58 2008 +0000 +++ b/dct-test.c Wed Jun 25 17:33:55 2008 +0000 @@ -528,14 +528,11 @@ int test_idct = 0, test_248_dct = 0; int c,i; int test=1; + int cpu_flags = mm_support(); init_fdct(); idct_mmx_init(); -#ifndef mm_flags - mm_flags = mm_support(); -#endif - for(i=0;i<256;i++) cropTbl[i + MAX_NEG_CROP] = i; for(i=0;i