mirror of https://github.com/FFmpeg/FFmpeg.git
Also give consistent names to init functions.pull/37/head
parent
a64f6a04ac
commit
a519583991
8 changed files with 19 additions and 19 deletions
@ -1,9 +1,9 @@ |
||||
OBJS-$(CONFIG_XMM_CLOBBER_TEST) += x86/w64xmmtest.o
|
||||
|
||||
MMX-OBJS += x86/rgb2rgb.o \
|
||||
OBJS += x86/rgb2rgb.o \
|
||||
x86/swscale.o \
|
||||
x86/yuv2rgb.o \
|
||||
|
||||
OBJS-$(CONFIG_XMM_CLOBBER_TEST) += x86/w64xmmtest.o
|
||||
|
||||
YASM-OBJS += x86/input.o \
|
||||
x86/output.o \
|
||||
x86/scale.o \
|
||||
|
Loading…
Reference in new issue