mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-20 13:01:14 +01:00
7 lines
303 B
Makefile
7 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
|