mirror of
https://mirror.skon.top/https://github.com/FFmpeg/FFmpeg
synced 2026-04-20 21:00:41 +08:00
Adapted from the corresponding me_cmp code. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
10 lines
318 B
Makefile
10 lines
318 B
Makefile
OBJS += riscv/float_dsp_init.o \
|
|
riscv/fixed_dsp_init.o \
|
|
riscv/lls_init.o \
|
|
riscv/cpu.o \
|
|
riscv/cpu_common.o
|
|
RVV-OBJS += riscv/float_dsp_rvv.o \
|
|
riscv/fixed_dsp_rvv.o \
|
|
riscv/lls_rvv.o
|
|
RVV-OBJS-$(CONFIG_PIXELUTILS) += riscv/pixelutils_rvv.o
|