Move bfin half-pel assembly from dsputil to hpeldsp.
This commit is contained in:

committed by
Michael Niedermayer

parent
de99545f46
commit
e9e608ad58
@@ -62,6 +62,6 @@ av_cold void ff_hpeldsp_init(HpelDSPContext* c, int flags)
|
||||
if (ARCH_PPC) ff_hpeldsp_init_ppc (c, flags);
|
||||
#if 0
|
||||
if (ARCH_SH4) ff_hpeldsp_init_sh4 (c, flags);
|
||||
if (ARCH_BFIN) ff_hpeldsp_init_bfin (c, flags);
|
||||
#endif
|
||||
if (ARCH_BFIN) ff_hpeldsp_init_bfin (c, flags);
|
||||
}
|
||||
|
Reference in New Issue
Block a user