Mercurial > libavcodec.hg
comparison Makefile @ 3717:ea9fe1c9d126 libavcodec
Remove the LGPL exception clause as discussed on ffmpeg-devel
and move the dependent code under CONFIG_GPL.
author | diego |
---|---|
date | Thu, 14 Sep 2006 00:38:03 +0000 |
parents | 6795c9e5f983 |
children | 4d346abd723c |
comparison
equal
deleted
inserted
replaced
3716:e583349b9720 | 3717:ea9fe1c9d126 |
---|---|
290 | 290 |
291 # i386 mmx specific stuff | 291 # i386 mmx specific stuff |
292 ifeq ($(TARGET_MMX),yes) | 292 ifeq ($(TARGET_MMX),yes) |
293 OBJS += i386/fdct_mmx.o i386/cputest.o \ | 293 OBJS += i386/fdct_mmx.o i386/cputest.o \ |
294 i386/dsputil_mmx.o i386/mpegvideo_mmx.o \ | 294 i386/dsputil_mmx.o i386/mpegvideo_mmx.o \ |
295 i386/idct_mmx.o i386/motion_est_mmx.o \ | 295 i386/motion_est_mmx.o \ |
296 i386/simple_idct_mmx.o i386/fft_sse.o i386/vp3dsp_mmx.o \ | 296 i386/simple_idct_mmx.o i386/fft_sse.o i386/vp3dsp_mmx.o \ |
297 i386/vp3dsp_sse2.o i386/fft_3dn.o i386/fft_3dn2.o i386/snowdsp_mmx.o | 297 i386/vp3dsp_sse2.o i386/fft_3dn.o i386/fft_3dn2.o i386/snowdsp_mmx.o |
298 ifeq ($(CONFIG_GPL),yes) | 298 ifeq ($(CONFIG_GPL),yes) |
299 OBJS += i386/idct_mmx_xvid.o | 299 OBJS += i386/idct_mmx.o i386/idct_mmx_xvid.o |
300 endif | 300 endif |
301 ifeq ($(CONFIG_CAVS_DECODER),yes) | 301 ifeq ($(CONFIG_CAVS_DECODER),yes) |
302 OBJS += i386/cavsdsp_mmx.o | 302 OBJS += i386/cavsdsp_mmx.o |
303 endif | 303 endif |
304 ifeq ($(TARGET_BUILTIN_VECTOR),yes) | 304 ifeq ($(TARGET_BUILTIN_VECTOR),yes) |