diff options
author | Diego Biurrun <diego@biurrun.de> | 2014-05-30 03:44:12 -0700 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2014-06-02 08:41:47 -0700 |
commit | 880e2aa23645ed9871c66ee1cbd00f93c72d2d73 (patch) | |
tree | b1ef322579f20b7e7b43473989486c3dd709539b /libswscale/swscale_unscaled.c | |
parent | b88cc5cca111132b42c2ee99662bfefe7652e3da (diff) | |
download | ffmpeg-880e2aa23645ed9871c66ee1cbd00f93c72d2d73.tar.gz |
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 'libswscale/swscale_unscaled.c')
-rw-r--r-- | libswscale/swscale_unscaled.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libswscale/swscale_unscaled.c b/libswscale/swscale_unscaled.c index da1bde13b0..02850eac17 100644 --- a/libswscale/swscale_unscaled.c +++ b/libswscale/swscale_unscaled.c @@ -1117,8 +1117,6 @@ void ff_get_unscaled_swscale(SwsContext *c) c->swscale = planarCopyWrapper; } - if (ARCH_BFIN) - ff_get_unscaled_swscale_bfin(c); if (ARCH_PPC) ff_get_unscaled_swscale_ppc(c); } |