Mercurial > libavcodec.hg
comparison Makefile @ 4557:6d4ac79304da libavcodec
simplify i386 object handling
author | diego |
---|---|
date | Wed, 21 Feb 2007 23:32:13 +0000 |
parents | 790d1cb93686 |
children | 7cb6b1272f34 |
comparison
equal
deleted
inserted
replaced
4556:c140a3360e18 | 4557:6d4ac79304da |
---|---|
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 \ | 330 i386/snowdsp_mmx.o \ |
331 | 331 |
332 ifeq ($(CONFIG_GPL),yes) | 332 OBJS-$(CONFIG_GPL) += i386/idct_mmx.o |
333 OBJS += i386/idct_mmx.o | 333 OBJS-$(CONFIG_CAVS_DECODER) += i386/cavsdsp_mmx.o |
334 endif | |
335 ifeq ($(CONFIG_CAVS_DECODER),yes) | |
336 OBJS += i386/cavsdsp_mmx.o | |
337 endif | |
338 endif | 334 endif |
339 | 335 |
340 # armv4l specific stuff | 336 # armv4l specific stuff |
341 ASM_OBJS-$(TARGET_ARCH_ARMV4L) += armv4l/jrevdct_arm.o \ | 337 ASM_OBJS-$(TARGET_ARCH_ARMV4L) += armv4l/jrevdct_arm.o \ |
342 armv4l/simple_idct_arm.o \ | 338 armv4l/simple_idct_arm.o \ |