mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-11-26 10:08:24 -05:00
9 lines
325 B
Makefile
9 lines
325 B
Makefile
|
OBJS += arm/swscale.o \
|
||
|
arm/swscale_unscaled.o \
|
||
|
|
||
|
NEON-OBJS += arm/rgb2yuv_neon_32.o
|
||
|
NEON-OBJS += arm/rgb2yuv_neon_16.o
|
||
|
NEON-OBJS += arm/hscale.o \
|
||
|
arm/output.o \
|
||
|
arm/yuv2rgb_neon.o \
|