comparison Makefile @ 8053:c1b3dc1d2656 libavcodec

Build MMX/SSE FFT only if CONFIG_FFT is set
author mru
date Fri, 24 Oct 2008 23:18:21 +0000
parents e4a6e152480d
children 4d4a55649586
comparison
equal deleted inserted replaced
8052:e4a6e152480d 8053:c1b3dc1d2656
393 i386/motion_est_mmx.o \ 393 i386/motion_est_mmx.o \
394 i386/simple_idct_mmx.o \ 394 i386/simple_idct_mmx.o \
395 i386/idct_mmx_xvid.o \ 395 i386/idct_mmx_xvid.o \
396 i386/idct_sse2_xvid.o \ 396 i386/idct_sse2_xvid.o \
397 397
398 OBJS-$(HAVE_YASM) += i386/fft_mmx.o \ 398 OBJS-$(CONFIG_FFT_MMX) += i386/fft_mmx.o \
399 i386/fft_sse.o \ 399 i386/fft_sse.o \
400 i386/fft_3dn.o \ 400 i386/fft_3dn.o \
401 i386/fft_3dn2.o \ 401 i386/fft_3dn2.o \
402 i386/dsputil_yasm.o \ 402
403 OBJS-$(HAVE_YASM) += i386/dsputil_yasm.o
403 404
404 OBJS-$(CONFIG_GPL) += i386/idct_mmx.o 405 OBJS-$(CONFIG_GPL) += i386/idct_mmx.o
405 406
406 OBJS-$(CONFIG_ENCODERS) += i386/dsputilenc_mmx.o 407 OBJS-$(CONFIG_ENCODERS) += i386/dsputilenc_mmx.o
407 408