Commit d630f38f authored by Michael Niedermayer's avatar Michael Niedermayer

avutil/x86/Makefile: fix conditional x86/emms.o build

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent e88b3852
...@@ -4,10 +4,10 @@ OBJS += x86/cpu.o \ ...@@ -4,10 +4,10 @@ OBJS += x86/cpu.o \
OBJS-$(CONFIG_PIXELUTILS) += x86/pixelutils_init.o \ OBJS-$(CONFIG_PIXELUTILS) += x86/pixelutils_init.o \
EMMS_OBJS_$(HAVE_INLINE_MMX)_$(HAVE_EXTERNAL_MMX)_$(HAVE_MM_EMPTY) = x86/emms.o EMMS_OBJS_$(HAVE_MMX_INLINE)_$(HAVE_MMX_EXTERNAL)_$(HAVE_MM_EMPTY) = x86/emms.o
YASM-OBJS += x86/cpuid.o \ YASM-OBJS += x86/cpuid.o \
$(EMMS_OBJS_NO_NO_NO) \ $(EMMS_OBJS__yes_) \
x86/float_dsp.o \ x86/float_dsp.o \
x86/lls.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