mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-02-06 01:44:53 +00:00
6 lines
303 B
Makefile
6 lines
303 B
Makefile
OBJS-$(CONFIG_AFIR_FILTER) += riscv/af_afir_init.o
|
|
RVV-OBJS-$(CONFIG_AFIR_FILTER) += riscv/af_afir_rvv.o
|
|
OBJS-$(CONFIG_BLACKDETECT_FILTER) += riscv/vf_blackdetect_init.o
|
|
RVV-OBJS-$(CONFIG_BLACKDETECT_FILTER) += riscv/vf_blackdetect_rvv.o
|
|
|
|
SHLIBOBJS += riscv/cpu_common.o
|