stdint, i never knew that one, let me check it out :)
The lv_config.h isn't there, it was an suggestions, but i think stdint
will do.
Thank you!
On Tue, 2004-06-01 at 09:20 -0300, Gustavo Sverzut Barbieri wrote:
> Em Tuesday 01 June 2004 08:09, Dennis Smit escreveu:
> > Gustavo,
> >
> > what do you think about an lv_config.h that gets generated
> > from the config.h.in template ?, i have no experience with this tho.
>
> Which package? Just downloaded libvisual, ./configure and no lv_config.h, make
> and still none... locate lv_config.h (my system have libvisual installed) and
> nothing.
>
>
> > How can i set up macros in the template that will generate
> > uint16, int16, (same for 8, 32) for me ?, i'd like to get this fixed
> > in the next release, also someone reported issues with amd64 so
> > hopefully it gets fixed, or atleast partialy fixed by using
> > these types.
>
> #include <stdint.h>
>
|