mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-24 12:10:49 +00:00
9 lines
210 B
Makefile
9 lines
210 B
Makefile
OBJS += riscv/rgb2rgb.o \
|
|
riscv/swscale.o
|
|
RV-OBJS += riscv/rgb2rgb_rvb.o
|
|
RVV-OBJS += riscv/input_rvv.o \
|
|
riscv/range_rvv.o \
|
|
riscv/rgb2rgb_rvv.o
|
|
|
|
SHLIBOBJS += riscv/cpu_common.o
|