mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-25 20:50:09 +00:00
16d2a1a51c
The files do not contain only MMX code.
10 lines
498 B
Makefile
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 \
|