Commit d58dda06 authored by michaelni's avatar michaelni

fixing normal mmx idct


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@835 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 3a975962
......@@ -1294,11 +1294,12 @@ void dsputil_init(void)
ff_idct_put = simple_idct_put;
ff_idct_add = simple_idct_add;
use_permuted_idct=0;
} else {
}
#endif
if(ff_idct != NULL) {
ff_idct_put = gen_idct_put;
ff_idct_add = gen_idct_add;
}
#endif
if(use_permuted_idct)
#ifdef SIMPLE_IDCT
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment