[vorbis-dev] mingw compiling problem for libogg
rillian
rillian at telus.net
Wed Dec 11 14:19:06 PST 2002
Hmm. If we can use a modern autoconf, we can just make this '#ifdef
HAVE_STDINT' and make it the default.
-r
On Tuesday, December 10, 2002, at 11:09 pm, Nehal Mistry wrote:
> --- os_types.h.old Fri Jul 19 02:25:52 2002
> +++ os_types.h Tue Dec 10 15:07:10 2002
> @@ -32,6 +32,13 @@
> typedef __int32 ogg_int32_t;
> typedef unsigned __int32 ogg_uint32_t;
> typedef __int16 ogg_int16_t;
> +# elif defined(__MINGW32__)
> + /* Mingw */
> +# include <stdint.h>
> + typedef int64_t ogg_int64_t;
> + typedef int32_t ogg_int32_t;
> + typedef uint32_t ogg_uint32_t;
> + typedef int16_t ogg_int16_t;
> # else
> /* Cygwin */
> #include <_G_config.h>
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-dev-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the Vorbis-dev
mailing list