diff dsputil.c @ 1259:e8c3884f2c7e libavcodec

sh4 optimized idct & bswap patch by (BERO <bero at geocities dot co dot jp>)
author michaelni
date Wed, 14 May 2003 12:18:49 +0000
parents e0fc95a6eb4e
children 2fa34e615c76
line wrap: on
line diff
--- a/dsputil.c	Wed May 14 11:40:16 2003 +0000
+++ b/dsputil.c	Wed May 14 12:18:49 2003 +0000
@@ -2662,6 +2662,9 @@
 #ifdef HAVE_MMI
     dsputil_init_mmi(c, avctx);
 #endif
+#ifdef ARCH_SH4
+    dsputil_init_sh4(c,avctx);
+#endif
 
     switch(c->idct_permutation_type){
     case FF_NO_IDCT_PERM: