mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-20 14:31:09 +00:00
b3825bbe45
This should fix the build on LLVM 16 and earlier, at the cost of turning all non-RVV optimisations off.
4 lines
87 B
Makefile
4 lines
87 B
Makefile
OBJS += riscv/rgb2rgb.o
|
|
RV-OBJS += riscv/rgb2rgb_rvb.o
|
|
RVV-OBJS += riscv/rgb2rgb_rvv.o
|