summaryrefslogtreecommitdiff
path: root/libavcodec/sh4/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2013-04-18 19:26:18 +0200
committerDiego Biurrun <diego@biurrun.de>2013-04-22 12:12:24 +0200
commit0c15a9aa7e1654a19144eb594f9639a57fd47482 (patch)
tree616797fa16e15731e59d5cb1b64905a163cb2253 /libavcodec/sh4/Makefile
parentb4ad7c54c878dead7dfa4838b912a530c1debe85 (diff)
sh4: Remove dubious aligned dsputil code
The code represents a considerable maintenance burden and it is not clear that it gives a noticeable benefit to outweigh this after 10 years of improvements in compiler technology since its creation.
Diffstat (limited to 'libavcodec/sh4/Makefile')
-rw-r--r--libavcodec/sh4/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/libavcodec/sh4/Makefile b/libavcodec/sh4/Makefile
index a24b298ead..01a573b957 100644
--- a/libavcodec/sh4/Makefile
+++ b/libavcodec/sh4/Makefile
@@ -1,7 +1,2 @@
-OBJS += sh4/dsputil_align.o \
- sh4/dsputil_sh4.o \
+OBJS += sh4/dsputil_sh4.o \
sh4/idct_sh4.o \
-
-OBJS-$(CONFIG_H264CHROMA) += sh4/h264chroma_init.o \
-
-OBJS-$(CONFIG_HPELDSP) += sh4/hpeldsp.o