Revision: 7078
http://playerstage.svn.sourceforge.net/playerstage/?rev=7078&view=rev
Author: thjc
Date: 2008-10-07 11:06:46 +0000 (Tue, 07 Oct 2008)
Log Message:
-----------
Applied patch 2110078 libplayerc python bindings compatibility patch
Modified Paths:
--------------
code/player/trunk/client_libs/libplayerc/bindings/python/playerc.i
Modified: code/player/trunk/client_libs/libplayerc/bindings/python/playerc.i
===================================================================
--- code/player/trunk/client_libs/libplayerc/bindings/python/playerc.i
2008-10-07 11:06:27 UTC (rev 7077)
+++ code/player/trunk/client_libs/libplayerc/bindings/python/playerc.i
2008-10-07 11:06:46 UTC (rev 7078)
@@ -3,6 +3,10 @@
%{
#include "playerc.h"
+
+#ifndef Py_RETURN_NONE
+#define Py_RETURN_NONE return Py_INCREF(Py_None), Py_None
+#endif
%}
%include "typemaps.i"
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit