提交 39fdda2b 编写于 作者: D Diego Biurrun

Use standard OBJS-$(HAVE_MMX) trick for MMX objects instead

of surrounding them by an ifdef.

Originally committed as revision 15893 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 469105aa
......@@ -390,8 +390,7 @@ OBJS-$(HAVE_W32THREADS) += w32thread.o
OBJS-$(HAVE_XVMC) += xvmcvideo.o
# processor-specific code
ifdef HAVE_MMX
OBJS += i386/cpuid.o \
OBJS-$(HAVE_MMX) += i386/cpuid.o \
i386/dsputil_mmx.o \
i386/fdct_mmx.o \
i386/idct_mmx_xvid.o \
......@@ -400,6 +399,7 @@ OBJS += i386/cpuid.o \
i386/mpegvideo_mmx.o \
i386/simple_idct_mmx.o \
ifdef HAVE_MMX
OBJS-$(CONFIG_CAVS_DECODER) += i386/cavsdsp_mmx.o
OBJS-$(CONFIG_ENCODERS) += i386/dsputilenc_mmx.o
OBJS-$(CONFIG_FFT_MMX) += i386/fft_3dn.o \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册