From 0c15a9aa7e1654a19144eb594f9639a57fd47482 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 18 Apr 2013 19:26:18 +0200 Subject: 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. --- libavcodec/sh4/Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'libavcodec/sh4/Makefile') 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 -- cgit v1.2.3