mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-12 18:25:03 +00:00
d5ee3580d8
Found-by: jamrial Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
14 lines
631 B
Makefile
14 lines
631 B
Makefile
$(SUBDIR)x86/swscale_mmx.o: CFLAGS += $(NOREDZONE_FLAGS)
|
|
|
|
OBJS += x86/rgb2rgb.o \
|
|
x86/swscale.o \
|
|
x86/yuv2rgb.o \
|
|
|
|
MMX-OBJS += x86/hscale_fast_bilinear_simd.o \
|
|
|
|
OBJS-$(CONFIG_XMM_CLOBBER_TEST) += x86/w64xmmtest.o
|
|
|
|
YASM-OBJS += x86/input.o \
|
|
x86/output.o \
|
|
x86/scale.o \
|