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: b94b14abbb5130b9f8576f495166ddc0062b0283 (plain)
1
2
3
4
5
6
7
8
9
OBJS                            += x86/rgb2rgb.o                        \
                                   x86/swscale.o                        \
                                   x86/yuv2rgb.o                        \

OBJS-$(CONFIG_XMM_CLOBBER_TEST) += x86/w64xmmtest.o

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