]> git.sesse.net Git - ffmpeg/commit
Move FFT-specific MMX optimizations out of the 'ifdef HAVE_MMX' block.
authorDiego Biurrun <diego@biurrun.de>
Thu, 20 Nov 2008 22:50:13 +0000 (22:50 +0000)
committerDiego Biurrun <diego@biurrun.de>
Thu, 20 Nov 2008 22:50:13 +0000 (22:50 +0000)
commit0d2d0f97a58d12d5804bf913348e498fac2cd25c
treefbd8e0430acd7ed99e34bc7278dceb44e81dbfee
parentd785a6706674adf596f3ecbea4a7de5f6e588a1e
Move FFT-specific MMX optimizations out of the 'ifdef HAVE_MMX' block.
The MMX dependency is already handled by configure.

Originally committed as revision 15895 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/Makefile