mirror of
https://github.com/librempeg/librempeg
synced 2024-11-23 11:39:47 +00: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 \
|