[Vorbis-dev] config_types.h
Ralph Giles
giles at xiph.org
Wed Oct 13 22:30:15 PDT 2004
On Wed, Oct 13, 2004 at 02:49:26PM -0600, apoyomutuo at spymac.com wrote:
> i need the file config_types.h (i not speek english sorry, no details).<BR>
> i download the libogg from download.xiph.org and this file do not exist. why?? one file have this file in the header.
In the standard POSIX bujild, config_type.h is generated by the
'configure' script basid on discovered information about the system. If
you are building on a system without running the configure script (e.g.
on MSVC) you can create the config_types.h files manually by filling in
the appropriate types in the template file config_types.h.
Or, you can add an #ifdef section for your platform to os_types.h so
that it does not try and include the missing config_types.h.
Hope that helps,
-r
More information about the Vorbis-dev
mailing list