]> git.sesse.net Git - ffmpeg/commit
Get rid of last ifdef HAVE_MMX. Instead, all MMX-specific objects are gathered
authorDiego Biurrun <diego@biurrun.de>
Thu, 20 Nov 2008 23:04:04 +0000 (23:04 +0000)
committerDiego Biurrun <diego@biurrun.de>
Thu, 20 Nov 2008 23:04:04 +0000 (23:04 +0000)
commitd1eb20e8789138f19e52d431db3027a0f2fd79a4
tree4896086d8b093b144f4a15570aae36e3226abbaf
parent516566a8ec3e16fb803f2d8851672c1c40df0f4b
Get rid of last ifdef HAVE_MMX. Instead, all MMX-specific objects are gathered
into a separate variable which is added to OBJS if MMX is enabled.

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