Commit b926f02e authored by Ronald S. Bultje's avatar Ronald S. Bultje Committed by Michael Niedermayer

avutil/x86/Makefile: Make building and linking of emms.c conditional

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent a0854c08
......@@ -4,8 +4,10 @@ OBJS += x86/cpu.o \
OBJS-$(CONFIG_PIXELUTILS) += x86/pixelutils_init.o \
EMMS_OBJS_$(HAVE_INLINE_MMX)_$(HAVE_EXTERNAL_MMX)_$(HAVE_MM_EMPTY) = x86/emms.o
YASM-OBJS += x86/cpuid.o \
x86/emms.o \
$(EMMS_OBJS_NO_NO_NO) \
x86/float_dsp.o \
x86/lls.o \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment