mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
gst/pygstminiobject.h: Some crack distributions do weirdo stuff with PYGIL_API_IS_BUGGY.
Original commit message from CVS: * gst/pygstminiobject.h: Some crack distributions do weirdo stuff with PYGIL_API_IS_BUGGY. Let's keep our own detection. Closes #333055
This commit is contained in:
parent
af5d1afeba
commit
9fdbc6b987
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
|||
2006-03-02 Edward Hervey <edward@fluendo.com>
|
||||
|
||||
* gst/pygstminiobject.h:
|
||||
Some crack distributions do weirdo stuff with PYGIL_API_IS_BUGGY.
|
||||
Let's keep our own detection.
|
||||
Closes #333055
|
||||
|
||||
2006-02-28 Jan Schmidt <thaytan@mad.scientist.com>
|
||||
|
||||
* pygst.py.in:
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
G_BEGIN_DECLS
|
||||
|
||||
/* Work around bugs in PyGILState api fixed in 2.4.0a4 */
|
||||
#undef PYGIL_API_IS_BUGGY
|
||||
#if PY_VERSION_HEX < 0x020400A4
|
||||
#define PYGIL_API_IS_BUGGY TRUE
|
||||
#else
|
||||
|
|
Loading…
Reference in a new issue