[Ffmpeg-devel] [PATCH] (1) building with --disable-opts on i386 with mmx enabled
Marco Manfredini
mldb
Fri Aug 11 20:23:05 CEST 2006
On Friday 11 August 2006 20:01, Michael Niedermayer wrote:
> no, see above, they are under ifeq ...
So is my patch:
# i386 mmx specific stuff
ifeq ($(TARGET_MMX),yes)
OBJS += i386/fdct_mmx.o i386/cputest.o \
i386/dsputil_mmx.o i386/mpegvideo_mmx.o \
i386/idct_mmx.o i386/motion_est_mmx.o \
i386/simple_idct_mmx.o i386/fft_sse.o i386/vp3dsp_mmx.o \
i386/vp3dsp_sse2.o i386/fft_3dn.o i386/fft_3dn2.o i386/snowdsp_mmx.o
i386/dsputil_mmx.o: CFLAGS+= -mmmx
ifeq ($(CONFIG_GPL),yes)
More information about the ffmpeg-devel
mailing list