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/h264chroma.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libavcodec/h264chroma.h') diff --git a/libavcodec/h264chroma.h b/libavcodec/h264chroma.h index 7e1e2ed3c3..34d96307c7 100644 --- a/libavcodec/h264chroma.h +++ b/libavcodec/h264chroma.h @@ -32,7 +32,6 @@ void ff_h264chroma_init(H264ChromaContext *c, int bit_depth); void ff_h264chroma_init_arm(H264ChromaContext *c, int bit_depth); void ff_h264chroma_init_ppc(H264ChromaContext *c, int bit_depth); -void ff_h264chroma_init_sh4(H264ChromaContext *c, int bit_depth); void ff_h264chroma_init_x86(H264ChromaContext *c, int bit_depth); #endif /* AVCODEC_H264CHROMA_H */ -- cgit v1.2.3