comparison Makefile @ 4590:7cb6b1272f34 libavcodec

Only compile snowdsp_mmx.c if the Snow decoder is enabled.
author diego
date Sat, 24 Feb 2007 11:59:26 +0000
parents 6d4ac79304da
children b003bca23af2
comparison
equal deleted inserted replaced
4589:30261f4ed12d 4590:7cb6b1272f34
325 i386/fft_sse.o \ 325 i386/fft_sse.o \
326 i386/vp3dsp_mmx.o \ 326 i386/vp3dsp_mmx.o \
327 i386/vp3dsp_sse2.o \ 327 i386/vp3dsp_sse2.o \
328 i386/fft_3dn.o \ 328 i386/fft_3dn.o \
329 i386/fft_3dn2.o \ 329 i386/fft_3dn2.o \
330 i386/snowdsp_mmx.o \
331 330
332 OBJS-$(CONFIG_GPL) += i386/idct_mmx.o 331 OBJS-$(CONFIG_GPL) += i386/idct_mmx.o
333 OBJS-$(CONFIG_CAVS_DECODER) += i386/cavsdsp_mmx.o 332 OBJS-$(CONFIG_CAVS_DECODER) += i386/cavsdsp_mmx.o
333 OBJS-$(CONFIG_SNOW_DECODER) += i386/snowdsp_mmx.o
334 endif 334 endif
335 335
336 # armv4l specific stuff 336 # armv4l specific stuff
337 ASM_OBJS-$(TARGET_ARCH_ARMV4L) += armv4l/jrevdct_arm.o \ 337 ASM_OBJS-$(TARGET_ARCH_ARMV4L) += armv4l/jrevdct_arm.o \
338 armv4l/simple_idct_arm.o \ 338 armv4l/simple_idct_arm.o \