ff_fft_init now double checks that the system has mm3dnow.h before
authorBenjamin Larsson <banan@ludd.ltu.se>
Sun, 2 Jul 2006 02:05:35 +0000 (02:05 +0000)
committerBenjamin Larsson <banan@ludd.ltu.se>
Sun, 2 Jul 2006 02:05:35 +0000 (02:05 +0000)
commit7943355485cf889c14f9c4151f917ae2be01ee73
tree5ad315e137f2d4042709026238e67bf1ceda307d
parent76f2a12fe7da507c1d089816659ed99f20319ed0
ff_fft_init now double checks that the system has mm3dnow.h before
checking if the cpu can do 3dnow at all. This bug caused amd cpu's
without sse to not have a working fft function. Ie no wma, cook or
vorbis decoder.

Originally committed as revision 5570 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/fft.c