gst/__init__.py: Use correct values for RTLD_GLOBAL and RTLD_LAZY on Linux/MIPS as...
authorThiemo Seufer <ths@networkno.de>
Sun, 5 Oct 2008 08:16:38 +0000 (08:16 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Sun, 5 Oct 2008 08:16:38 +0000 (08:16 +0000)
commitf03c4cc9224db9c333e5ce1f97e720dc0f30e982
treeb311af33046e5a4a3cd6edc8176822ef4b0a38cd
parent9fc25718b50d2d0ee39ed697fd7b64c4a5c36441
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.
ChangeLog
gst/__init__.py