From 880e2aa23645ed9871c66ee1cbd00f93c72d2d73 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Fri, 30 May 2014 03:44:12 -0700 Subject: 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. --- libavcodec/hpeldsp.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libavcodec/hpeldsp.h') diff --git a/libavcodec/hpeldsp.h b/libavcodec/hpeldsp.h index b7c2f6ebc0..7ffed1a604 100644 --- a/libavcodec/hpeldsp.h +++ b/libavcodec/hpeldsp.h @@ -96,7 +96,6 @@ void ff_hpeldsp_init(HpelDSPContext *c, int flags); void ff_hpeldsp_init_aarch64(HpelDSPContext *c, int flags); void ff_hpeldsp_init_arm(HpelDSPContext *c, int flags); -void ff_hpeldsp_init_bfin(HpelDSPContext *c, int flags); void ff_hpeldsp_init_ppc(HpelDSPContext *c, int flags); void ff_hpeldsp_init_x86(HpelDSPContext *c, int flags); -- cgit v1.2.3