diff options
author | Thiemo Seufer <ths@networkno.de> | 2008-10-05 08:16:38 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-10-05 08:16:38 +0000 |
commit | f03c4cc9224db9c333e5ce1f97e720dc0f30e982 (patch) | |
tree | b311af33046e5a4a3cd6edc8176822ef4b0a38cd /ChangeLog | |
parent | 9fc25718b50d2d0ee39ed697fd7b64c4a5c36441 (diff) |
gst/__init__.py: Use correct values for RTLD_GLOBAL and RTLD_LAZY on Linux/MIPS as the values are different there fro...
Original commit message from CVS:
Patch by: Thiemo Seufer <ths at networkno dot de>
* gst/__init__.py:
Use correct values for RTLD_GLOBAL and RTLD_LAZY on Linux/MIPS
as the values are different there from all other Linux platforms.
Fixes bug #553134.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 2008-10-05 Sebastian Dröge <sebastian.droege@collabora.co.uk> + Patch by: Thiemo Seufer <ths at networkno dot de> + + * gst/__init__.py: + Use correct values for RTLD_GLOBAL and RTLD_LAZY on Linux/MIPS + as the values are different there from all other Linux platforms. + Fixes bug #553134. + +2008-10-05 Sebastian Dröge <sebastian.droege@collabora.co.uk> + Patch by: Alexander Wirt <formorer at debian dot org> * gst/__init__.py: |