Change getdladdr to always use dlopen, dlsym and then dlclose.
commitd6cf125d942e332f7d3d043310831d0ba95ce0af
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>
Thu, 23 Apr 2009 10:18:32 +0000 (23 10:18 +0000)
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>
Thu, 23 Apr 2009 10:18:32 +0000 (23 10:18 +0000)
treebbf6d5048433426fd805cd6dfcaab2885d9ac718
parente3f02a93cc764b93382e7fbcfa3c3eaa94181de3
Change getdladdr to always use dlopen, dlsym and then dlclose.
Performance is not really important and dlsym(0, ...) is
not defined while the more correct dlsym(RTLD_DEFAULT, ...)
is a GNUism (although POSIX does reserve RTLD_DEFAULT).

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29224 b3059339-0415-0410-9bf9-f77b7e298cf2
libvo/gl_common.c