comparison Makefile @ 3524:419409926166 libavcodec

some MMX optimizations for the CAVS decoder
author stefang
date Sat, 29 Jul 2006 08:45:33 +0000
parents 39302c85a59e
children 7dc8e4a12105
comparison
equal deleted inserted replaced
3523:7407a264d243 3524:419409926166
286 i386/simple_idct_mmx.o i386/fft_sse.o i386/vp3dsp_mmx.o \ 286 i386/simple_idct_mmx.o i386/fft_sse.o i386/vp3dsp_mmx.o \
287 i386/vp3dsp_sse2.o i386/fft_3dn.o i386/fft_3dn2.o i386/snowdsp_mmx.o 287 i386/vp3dsp_sse2.o i386/fft_3dn.o i386/fft_3dn2.o i386/snowdsp_mmx.o
288 ifeq ($(CONFIG_GPL),yes) 288 ifeq ($(CONFIG_GPL),yes)
289 OBJS += i386/idct_mmx_xvid.o 289 OBJS += i386/idct_mmx_xvid.o
290 endif 290 endif
291 ifeq ($(CONFIG_CAVS_DECODER),yes)
292 OBJS += i386/cavsdsp_mmx.o
293 endif
291 ifeq ($(TARGET_BUILTIN_VECTOR),yes) 294 ifeq ($(TARGET_BUILTIN_VECTOR),yes)
292 i386/fft_sse.o: CFLAGS+= -msse 295 i386/fft_sse.o: CFLAGS+= -msse
293 depend: CFLAGS+= -msse 296 depend: CFLAGS+= -msse
294 endif 297 endif
295 ifeq ($(TARGET_BUILTIN_3DNOW),yes) 298 ifeq ($(TARGET_BUILTIN_3DNOW),yes)