1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-02 03:06:28 +02:00
FFmpeg/libavutil/riscv/Makefile
Rémi Denis-Courmont a6c10d05fe lavu/floatdsp: RISC-V V vector_fmul_scalar
This is based on existing code from the VLC git tree with two minor
changes to account for the different function prototypes.
2022-09-27 13:19:52 +02:00

4 lines
95 B
Makefile

OBJS += riscv/float_dsp_init.o \
riscv/cpu.o
RVV-OBJS += riscv/float_dsp_rvv.o