mirror of https://github.com/FFmpeg/FFmpeg.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
498 B
10 lines
498 B
13 years ago
|
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 \
|