summaryrefslogtreecommitdiff
path: root/libavcodec/dsputil.c
diff options
context:
space:
mode:
authorMichael Benjamin <neuroptik@gmail.com>2006-09-16 22:26:09 +0000
committerDiego Biurrun <diego@biurrun.de>2006-09-16 22:26:09 +0000
commit5ca030fed4d3b315f182d8e6b6b6cf91a6a5dec2 (patch)
tree96e3e15137170b84487dabbd31aa678b962e688a /libavcodec/dsputil.c
parentcab3ef828a9a5952bcf2f254bd0c59bfc35ae2fc (diff)
ADI Blackfin optimizations
patch by Michael Benjamin, neuroptik gmail com Originally committed as revision 6282 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/dsputil.c')
-rw-r--r--libavcodec/dsputil.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/dsputil.c b/libavcodec/dsputil.c
index 5fdd2ed54e..dcf6a543f3 100644
--- a/libavcodec/dsputil.c
+++ b/libavcodec/dsputil.c
@@ -4189,6 +4189,9 @@ void dsputil_init(DSPContext* c, AVCodecContext *avctx)
#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: