diff --git a/ChangeLog b/ChangeLog index d514365f76..54bdc12b45 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-03-02 Edward Hervey + + * 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 * pygst.py.in: diff --git a/gst/pygstminiobject.h b/gst/pygstminiobject.h index 4e97ce573e..c1c5bd9214 100644 --- a/gst/pygstminiobject.h +++ b/gst/pygstminiobject.h @@ -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