Mercurial > mplayer.hg
comparison etc/example.conf @ 29183:edd77b4f699b
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).
author | reimar |
---|---|
date | Thu, 23 Apr 2009 10:18:32 +0000 |
parents | fc27053e927b |
children | b8a8ebad6761 |
comparison
equal
deleted
inserted
replaced
29182:ecb3c5f2fdd1 | 29183:edd77b4f699b |
---|