This website requires JavaScript.
Explore
Help
Sign In
root
/
FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
Watch
1
Star
0
Fork
You've already forked FFmpeg
0
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
n6.1.4
FFmpeg
/
libswscale
/
riscv
/
Makefile
4 lines
87 B
Makefile
Raw
Permalink
Normal View
History
Unescape
Escape
sws/rgb2rgb: RISC-V V shuffle_bytes_xxxx functions
2022-09-28 23:29:59 +08: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. (cherry picked from commit b3825bbe452c8e4f129fa90bba1fed0ee7b87d71) Signed-off-by: Brad Smith <brad@comstyle.com>
2023-12-05 23:54:26 +08:00
RV-OBJS
+=
riscv/rgb2rgb_rvb.o
sws/rgb2rgb: RISC-V V shuffle_bytes_xxxx functions
2022-09-28 23:29:59 +08:00
RVV-OBJS
+=
riscv/rgb2rgb_rvv.o