mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-11-26 08:18:25 -05:00
9 lines
351 B
Makefile
9 lines
351 B
Makefile
|
OBJS += aarch64/rgb2rgb.o \
|
||
|
aarch64/swscale.o \
|
||
|
aarch64/swscale_unscaled.o \
|
||
|
|
||
|
NEON-OBJS += aarch64/hscale.o \
|
||
|
aarch64/output.o \
|
||
|
aarch64/rgb2rgb_neon.o \
|
||
|
aarch64/yuv2rgb_neon.o \
|