[vlc-devel] Re: missing solaris_specific.h

Mats Rojestal mats.rojestal at bredband.net
Wed Sep 13 23:02:32 CEST 2006


Hi,

Here it is solaris_specific.h

---------snip-------
/* solaris add on for missing lrint and lrintf (C99) */
static inline long int lrintf(float x)
{
     return (int)(rint(x));
}
#define lrint(x) ((int)(x))
---------snip-------

Its only needed for solaris 9.


Regards Mats Röjestål


may nothing wrote:
> Hi,
> 
> can anybody tell me where to find solaris_specific.h ?? What happend to it ??
> 
> cu
> May
> 
> 
> 
> 
> 
> 

-- 
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