mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-16 04:15:05 +00:00
d5a7229ba4
Move vector_fmul() from DSPContext to AVFloatDSPContext.
9 lines
446 B
Makefile
9 lines
446 B
Makefile
OBJS += arm/cpu.o \
|
|
arm/float_dsp_init_arm.o \
|
|
|
|
ARMVFP-OBJS += arm/float_dsp_init_vfp.o \
|
|
arm/float_dsp_vfp.o \
|
|
|
|
NEON-OBJS += arm/float_dsp_init_neon.o \
|
|
arm/float_dsp_neon.o \
|