comparison Makefile @ 7568:bb76ecde9318 libavcodec

gcc chokes on the 7 registers needed for float_to_int16_interleave6 (even inside HAVE_7REGS), so write it in yasm
author lorenm
date Thu, 14 Aug 2008 04:40:46 +0000
parents fd24c8628221
children 8b695a99e8df
comparison
equal deleted inserted replaced
7567:75841957d08b 7568:bb76ecde9318
391 391
392 OBJS-$(HAVE_YASM) += i386/fft_mmx.o \ 392 OBJS-$(HAVE_YASM) += i386/fft_mmx.o \
393 i386/fft_sse.o \ 393 i386/fft_sse.o \
394 i386/fft_3dn.o \ 394 i386/fft_3dn.o \
395 i386/fft_3dn2.o \ 395 i386/fft_3dn2.o \
396 i386/dsputil_yasm.o \
396 397
397 OBJS-$(CONFIG_GPL) += i386/idct_mmx.o 398 OBJS-$(CONFIG_GPL) += i386/idct_mmx.o
398 399
399 OBJS-$(CONFIG_ENCODERS) += i386/dsputilenc_mmx.o 400 OBJS-$(CONFIG_ENCODERS) += i386/dsputilenc_mmx.o
400 401