[MPlayer-dev-eng] configure2 bugreport

Steven M. Schultz sms at 2BSD.COM
Sun Nov 18 04:28:33 CET 2001


Hi!

> From: Arpi <arpi at thot.banki.hu>
> xanim support needs dlopen() function. usually it's in libdl, but i think
> on some bsd it's in libc or other lib ???

	Some systems (FreeBSD) integrate dlopen()/dlclose() into libc.  On
	other BSD systems the functions dlopen and dlclose (and a few others
	such as dlsym(), etc) are in libdl (which is what Linux uses I 
	believe).

> maybe a test could help us:
> 
> main(){
>   dlopen();
> }
> 
> if it compiles with or without -ldl, enable xanim support.

	Sounds like a good plan to me ;)

	Steven Schultz
	sms at 2bsd.com



More information about the MPlayer-dev-eng mailing list