[vlc-devel] Re: missing solaris_specific.h
Kuldipsingh Pabla
Kuldipsingh.Pabla at Sun.COM
Fri Sep 15 21:29:54 CEST 2006
For S10, you can keep it empty.
-Kuldip
Mats Rojestal wrote:
> 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
>
--
Market Development Engineering
--
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