mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-05 14:30:00 +01:00
Reviewed-by: Kacper Michajłow <kasper93@gmail.com> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
25 lines
1.2 KiB
Makefile
25 lines
1.2 KiB
Makefile
$(SUBDIR)x86/swscale_mmx.o: CFLAGS += $(NOREDZONE_FLAGS)
|
|
|
|
OBJS += x86/rgb2rgb.o \
|
|
x86/swscale.o \
|
|
x86/yuv2rgb.o \
|
|
|
|
OBJS-$(HAVE_MMXEXT_INLINE) += x86/hscale_fast_bilinear_simd.o \
|
|
|
|
OBJS-$(CONFIG_XMM_CLOBBER_TEST) += x86/w64xmmtest.o
|
|
|
|
X86ASM-OBJS += x86/input.o \
|
|
x86/output.o \
|
|
x86/scale.o \
|
|
x86/scale_avx2.o \
|
|
x86/range_convert.o \
|
|
x86/rgb_2_rgb.o \
|
|
x86/yuv_2_rgb.o \
|
|
x86/yuv2yuvX.o \
|
|
|
|
ifdef ARCH_X86_64
|
|
X86ASM-OBJS-$(CONFIG_UNSTABLE) += x86/ops_int.o \
|
|
x86/ops_float.o \
|
|
x86/ops.o
|
|
endif
|