2010-02-19 readme source static 32 64 shared 32 64 shared-dev 32 64 doxy
2010/02/19
2010/02/18
2010/02/17
2010/02/16
2010/02/15
2010/02/14
2010/02/13
2010/02/12
libsdl with directx
libsdl 1.2.14 has been rebuilt now with directx support. I don’t know how to test on my virtualboxes or even if it has any effect… new packages for mingw32-libsdl and mingw32-directx uploaded to http://apt.arrozcru.org
–enable-runtime-cpudetect
This makes the builds a little big bigger, but swScale is now compiled for all of C, MMX, MMX2 and 3DNOW. You can choose at runtime which optimizations to use. This is specially useful for programs using libswscale directly. Previously swScale was compiled only for MMX2.
–arch readded
The –arch parameter to configure had been removed some time ago to let gcc use its default. This meant that the code started being compiled for i386 or i486, I can’t remeber what the default is. Now configure requires arch, and I’ve set it to i686 again. This means it won’t run again on i586, but no one has ever complained, so I don’t think the builds are being used on those machines.
The 64-bit builds have arch set to x86_64.