summaryrefslogtreecommitdiff
path: root/libavcodec/dsputil.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2014-05-30 03:44:12 -0700
committerDiego Biurrun <diego@biurrun.de>2014-06-02 08:41:47 -0700
commit880e2aa23645ed9871c66ee1cbd00f93c72d2d73 (patch)
treeb1ef322579f20b7e7b43473989486c3dd709539b /libavcodec/dsputil.c
parentb88cc5cca111132b42c2ee99662bfefe7652e3da (diff)
Remove all Blackfin architecture optimizations
Blackfin is a painful platform to work with, no test machines are available and the range of multimedia applications is dubious. Thus it only represents a maintenance burden.
Diffstat (limited to 'libavcodec/dsputil.c')
-rw-r--r--libavcodec/dsputil.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/dsputil.c b/libavcodec/dsputil.c
index aba2a4371f..0ef9d8c8f7 100644
--- a/libavcodec/dsputil.c
+++ b/libavcodec/dsputil.c
@@ -1561,8 +1561,6 @@ av_cold void ff_dsputil_init(DSPContext *c, AVCodecContext *avctx)
if (ARCH_ARM)
ff_dsputil_init_arm(c, avctx, high_bit_depth);
- if (ARCH_BFIN)
- ff_dsputil_init_bfin(c, avctx, high_bit_depth);
if (ARCH_PPC)
ff_dsputil_init_ppc(c, avctx, high_bit_depth);
if (ARCH_X86)