You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-23 21:54:53 +02:00
bfin: 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
7384b7a713
commit
bfb41b5039
@@ -56,6 +56,8 @@ av_cold void ff_hpeldsp_init(HpelDSPContext *c, int flags)
|
||||
|
||||
if (ARCH_ARM)
|
||||
ff_hpeldsp_init_arm(c, flags);
|
||||
if (ARCH_BFIN)
|
||||
ff_hpeldsp_init_bfin(c, flags);
|
||||
if (ARCH_PPC)
|
||||
ff_hpeldsp_init_ppc(c, flags);
|
||||
if (ARCH_X86)
|
||||
|
||||
Reference in New Issue
Block a user