mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-23 15:53:08 +00:00
avutil/x86/Makefile: fix conditional x86/emms.o build
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
e88b3852ae
commit
d630f38f47
@ -4,10 +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
|
||||
EMMS_OBJS_$(HAVE_MMX_INLINE)_$(HAVE_MMX_EXTERNAL)_$(HAVE_MM_EMPTY) = x86/emms.o
|
||||
|
||||
YASM-OBJS += x86/cpuid.o \
|
||||
$(EMMS_OBJS_NO_NO_NO) \
|
||||
$(EMMS_OBJS__yes_) \
|
||||
x86/float_dsp.o \
|
||||
x86/lls.o \
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user