summaryrefslogtreecommitdiff
path: root/libswscale/bfin/Makefile
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 /libswscale/bfin/Makefile
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 'libswscale/bfin/Makefile')
-rw-r--r--libswscale/bfin/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/libswscale/bfin/Makefile b/libswscale/bfin/Makefile
deleted file mode 100644
index 5f34550427..0000000000
--- a/libswscale/bfin/Makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-OBJS += bfin/internal_bfin.o \
- bfin/swscale_bfin.o \
- bfin/yuv2rgb_bfin.o \