[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

camera merging Re: [pygame] PATCH: enable MMX for X86_64, VideoCapture





On Sat, Sep 26, 2009 at 10:16 PM, Christoph Gohlke <cgohlke@xxxxxxx> wrote:
Thanks. The attached batch file creates the missing 64-bit libmsvcr90.a library from the msvcr90 DLL and compiles scale_mmx.c using mingw. The two library files can then be used during the msvc build process (see setup.py diff). This method leaves the scale_mmx source code in the trunk untouched. All tests pass except freetype_font_test.

Btw, svn rev 2657 does not compile with msvc any longer due to C99 usage (bool) in _camera.c.

Christoph



cool, thanks :)

It looks like Werner is merging in his osx camera changes.  I don't think all of the files are in yet, as it's not compiling on mac either.



cheers,