This website requires JavaScript.
Explore
Help
Sign In
RepoMirrors
/
ffmpeg
mirror of
https://git.ffmpeg.org/ffmpeg.git
Watch
1
Star
0
Fork
You've already forked ffmpeg
0
Code
Issues
Projects
Releases
Wiki
Activity
7560db937d
ffmpeg
/
libswscale
/
riscv
/
Makefile
4 lines
87 B
Makefile
Raw
Normal View
History
Unescape
Escape
sws/rgb2rgb: RISC-V V shuffle_bytes_xxxx functions
2022-09-28 15:29:59 +00:00
OBJS
+=
riscv/rgb2rgb.o
riscv: test for assembler support This should fix the build on LLVM 16 and earlier, at the cost of turning all non-RVV optimisations off.
2023-12-05 15:54:26 +00:00
RV-OBJS
+=
riscv/rgb2rgb_rvb.o
sws/rgb2rgb: RISC-V V shuffle_bytes_xxxx functions
2022-09-28 15:29:59 +00:00
RVV-OBJS
+=
riscv/rgb2rgb_rvv.o