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

Makefile « aarch64 « libswscale - github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 64a3fe208d5f6bd4e2757b867db36e191b0f45cf (plain)
1
2
3
4
5
6
OBJS        += aarch64/swscale.o                \
               aarch64/swscale_unscaled.o       \

NEON-OBJS   += aarch64/hscale.o                 \
               aarch64/output.o                 \
               aarch64/yuv2rgb_neon.o           \