Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile « arm « libswscale - github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 792da6b715de37c45cef68213c9ecb1444dee676 (plain)
1
2
3
4
5
6
7
8
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               \