Commit f057a0be authored by diego's avatar diego

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

of surrounding them by an ifdef.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15893 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 1a152034
......@@ -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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment