diff options
author | Loren Merritt <lorenm@u.washington.edu> | 2008-08-14 04:40:46 +0000 |
---|---|---|
committer | Loren Merritt <lorenm@u.washington.edu> | 2008-08-14 04:40:46 +0000 |
commit | ebceaa1cd5f17e7fea0ac87dde0f45fd360ff457 (patch) | |
tree | 6a350d3953e3e919ea1f428b434c7ad57e79fb33 /libavcodec/Makefile | |
parent | ee4675373988bccc96a39f48ffad200926778ad2 (diff) | |
download | ffmpeg-ebceaa1cd5f17e7fea0ac87dde0f45fd360ff457.tar.gz |
gcc chokes on the 7 registers needed for float_to_int16_interleave6 (even inside HAVE_7REGS), so write it in yasm
Originally committed as revision 14749 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index df08e02605..c8d8c63739 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -393,6 +393,7 @@ OBJS-$(HAVE_YASM) += i386/fft_mmx.o \ i386/fft_sse.o \ i386/fft_3dn.o \ i386/fft_3dn2.o \ + i386/dsputil_yasm.o \ OBJS-$(CONFIG_GPL) += i386/idct_mmx.o |