You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-23 21:54:53 +02:00
sh4: hpeldsp: Move half-pel assembly from dsputil to hpeldsp
Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
committed by
Martin Storsjö
parent
bfb41b5039
commit
278bd2054c
@@ -60,6 +60,8 @@ av_cold void ff_hpeldsp_init(HpelDSPContext *c, int flags)
|
||||
ff_hpeldsp_init_bfin(c, flags);
|
||||
if (ARCH_PPC)
|
||||
ff_hpeldsp_init_ppc(c, flags);
|
||||
if (ARCH_SH4)
|
||||
ff_hpeldsp_init_sh4(c, flags);
|
||||
if (ARCH_X86)
|
||||
ff_hpeldsp_init_x86(c, flags);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user