diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-03-10 16:48:31 -0700 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-03-13 04:07:41 +0100 |
commit | a0565a2b656f51a942c0113b7591e7f2d255a173 (patch) | |
tree | 8d66709ccbd9da0170e2a68258345147ac68edc6 /libavcodec/hpeldsp.c | |
parent | e9e608ad5804d483de23e43b98d7af4d1b51e2e4 (diff) | |
download | ffmpeg-a0565a2b656f51a942c0113b7591e7f2d255a173.tar.gz |
Move sh4 half-pel assembly from dsputil to hpeldsp.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/hpeldsp.c')
-rw-r--r-- | libavcodec/hpeldsp.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/hpeldsp.c b/libavcodec/hpeldsp.c index b323d98b7f..b55d036070 100644 --- a/libavcodec/hpeldsp.c +++ b/libavcodec/hpeldsp.c @@ -60,8 +60,6 @@ av_cold void ff_hpeldsp_init(HpelDSPContext* c, int flags) if (ARCH_ALPHA) ff_hpeldsp_init_alpha (c, flags); #endif if (ARCH_PPC) ff_hpeldsp_init_ppc (c, flags); -#if 0 if (ARCH_SH4) ff_hpeldsp_init_sh4 (c, flags); -#endif if (ARCH_BFIN) ff_hpeldsp_init_bfin (c, flags); } |