[MPlayer-dev-eng] Re: [PATCH] Use libunrar when available (2nd try)

Rich Felker dalias at aerifal.cx
Thu Jun 22 04:43:54 CEST 2006


On Wed, Jun 21, 2006 at 05:55:02PM +0800, Zuxy Meng wrote:
> Hi,
> 
> 2006/6/21, Reimar Doeffinger <Reimar.Doeffinger at stud.uni-karlsruhe.de>:
> >Hi,
> >On Mon, Jun 19, 2006 at 09:23:07PM +0800, Zuxy Meng wrote:
> >> +    void* libhdl = dlopen(LIBUNRAR_NAME, RTLD_LAZY);
> >
> >I think this dlopen stuff (and thus all the code I guess) must be under
> >ifdef, at least I remember a check for dlopen in configure which would
> >be pointless otherwise.
> >
> 
> Thanks! How about this one?

Can you explain why on earth we would want to use dlopen at all rather
than just linking correctly?

Rich




More information about the MPlayer-dev-eng mailing list