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

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Ronald S. Bultje 2015-04-08 17:17:24 +02:00 committed by Michael Niedermayer
parent a0854c084e
commit b926f02e81
1 changed files with 3 additions and 1 deletions

View File

@ -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 \