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

Makefile « x86 « libswscale - github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 68d5381701529f96ac0e2259346cd298d4af5281 (plain)
1
2
3
4
5
6
7
8
9
10
11
$(SUBDIR)x86/swscale_mmx.o: CFLAGS += $(NOREDZONE_FLAGS)

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

MMX-OBJS                        += x86/rgb2rgb.o                        \
                                   x86/swscale_mmx.o                    \
                                   x86/yuv2rgb_mmx.o                    \

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