diff options
author | Diego Biurrun <diego@biurrun.de> | 2013-04-18 19:26:18 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2013-04-22 12:12:24 +0200 |
commit | 0c15a9aa7e1654a19144eb594f9639a57fd47482 (patch) | |
tree | 616797fa16e15731e59d5cb1b64905a163cb2253 /libavcodec/hpeldsp.h | |
parent | b4ad7c54c878dead7dfa4838b912a530c1debe85 (diff) | |
download | ffmpeg-0c15a9aa7e1654a19144eb594f9639a57fd47482.tar.gz |
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/hpeldsp.h')
-rw-r--r-- | libavcodec/hpeldsp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/hpeldsp.h b/libavcodec/hpeldsp.h index aa58184ed1..fc57103fd7 100644 --- a/libavcodec/hpeldsp.h +++ b/libavcodec/hpeldsp.h @@ -98,7 +98,6 @@ void ff_hpeldsp_init_alpha(HpelDSPContext *c, int flags); void ff_hpeldsp_init_arm(HpelDSPContext *c, int flags); void ff_hpeldsp_init_bfin(HpelDSPContext *c, int flags); void ff_hpeldsp_init_ppc(HpelDSPContext *c, int flags); -void ff_hpeldsp_init_sh4(HpelDSPContext *c, int flags); void ff_hpeldsp_init_vis(HpelDSPContext *c, int flags); void ff_hpeldsp_init_x86(HpelDSPContext *c, int flags); |