diff dsputil.c @ 3728:4d346abd723c libavcodec

ADI Blackfin optimizations patch by Michael Benjamin, neuroptik gmail com
author diego
date Sat, 16 Sep 2006 22:26:09 +0000
parents faa8dc533ad3
children 6a40092eb9e6
line wrap: on
line diff
--- a/dsputil.c	Sat Sep 16 00:51:49 2006 +0000
+++ b/dsputil.c	Sat Sep 16 22:26:09 2006 +0000
@@ -4189,6 +4189,9 @@
 #ifdef ARCH_SH4
     dsputil_init_sh4(c,avctx);
 #endif
+#ifdef ARCH_BFIN
+    dsputil_init_bfin(c,avctx);
+#endif
 
     switch(c->idct_permutation_type){
     case FF_NO_IDCT_PERM: