You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-09 00:37:18 +02:00
9b84b8682f
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
|