[vlc-devel] Re: missing solaris_specific.h

Alexander Gall gall at switch.ch
Wed Sep 13 17:22:18 CEST 2006



> can anybody tell me where to find solaris_specific.h ?? What happened
> to it ??

It doesn't exist.  You don't need it if you have Solaris 10.
Otherwise you probably need to do something like

#define lrint(d)		((int32_t)rint(d))

and maybe

#define llrint(d)		((int64_t)rint(d))
#define lrintf(f)		((int32_t)rint(f))

--
Alex

-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html



More information about the vlc-devel mailing list