# HG changeset patch # User michaelni # Date 1028289482 0 # Node ID 3f8824eb4690f2dda31f56939013ca1f8d6d426e # Parent 507e688d57b2c6984bbc65a2ba764dc48d1c6b61 fixing normal mmx idct diff -r 507e688d57b2 -r 3f8824eb4690 dsputil.c --- a/dsputil.c Thu Aug 01 23:23:48 2002 +0000 +++ b/dsputil.c Fri Aug 02 11:58:02 2002 +0000 @@ -1294,11 +1294,12 @@ 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