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

Makefile « x86 « libswscale - github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5416d48a4cf8f00ebdf0d761cc9d6a3e8fdfcfe0 (plain)
1
2
3
4
5
6
7
8
9
OBJS-$(CONFIG_XMM_CLOBBER_TEST) += x86/w64xmmtest.o

MMX-OBJS                        += x86/rgb2rgb.o                        \
                                   x86/swscale.o                        \
                                   x86/yuv2rgb.o                        \

YASM-OBJS                       += x86/input.o                          \
                                   x86/output.o                         \
                                   x86/scale.o                          \