ARM: fix float_dsp breakage from d5a7229
Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
parent
d5a7229ba4
commit
a839d6abf8
4 changed files with 8 additions and 8 deletions
|
@ -27,7 +27,7 @@ void ff_float_dsp_init_arm(AVFloatDSPContext *fdsp)
|
|||
int cpu_flags = av_get_cpu_flags();
|
||||
|
||||
if (have_vfp(cpu_flags))
|
||||
ff_dsputil_init_vfp(fdsp);
|
||||
ff_float_dsp_init_vfp(fdsp);
|
||||
if (have_neon(cpu_flags))
|
||||
ff_dsputil_init_neon(fdsp);
|
||||
ff_float_dsp_init_neon(fdsp);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue