]> git.sesse.net Git - ffmpeg/blob - libswscale/x86/Makefile
Merge commit '50a65e7a540ce6747f81d6dbf6a602ad35be77ff'
[ffmpeg] / libswscale / x86 / Makefile
1 $(SUBDIR)x86/swscale_mmx.o: CFLAGS += $(NOREDZONE_FLAGS)
2
3 OBJS-$(CONFIG_XMM_CLOBBER_TEST) += x86/w64xmmtest.o
4
5 MMX-OBJS                        += x86/rgb2rgb.o                        \
6                                    x86/swscale.o                        \
7                                    x86/yuv2rgb.o                        \
8
9 YASM-OBJS                       += x86/input.o                          \
10                                    x86/output.o                         \
11                                    x86/scale.o                          \