summaryrefslogtreecommitdiff
path: root/libswscale/x86/Makefile
blob: 642ce564844a9cd74e25d7be0110df5ed4feed9e (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

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