mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-07 11:13:41 +02: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
|