FFmpeg/libswscale/x86/Makefile
Diego Biurrun 16d2a1a51c swscale: x86: Drop pointless _mmx suffix from filenames
The files do not contain only MMX code.
2012-07-23 01:30:04 +02:00

10 lines
498 B
Makefile

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 \