comparison include/SDL_config.h.in @ 3426:ee0178f1c507

Fixed bug #878 Jack Jansen 2009-11-05 14:20:22 PST I'm building "fat" SDL 1.3 libraries for MacOSX, but now I am running into the issue that audio does not work on PowerPC macintoshes if you build the library on an Intel. The problem is that configure hard-codes the byteorder, which is then stored in SDL_config.h
author Sam Lantinga <slouken@libsdl.org>
date Mon, 09 Nov 2009 04:13:51 +0000
parents d3baf5ac4e37
children 3427271a2d75
comparison
equal deleted inserted replaced
3425:25ccea045c9f 3426:ee0178f1c507
56 #undef uintptr_t 56 #undef uintptr_t
57 #endif /* !_STDINT_H_ && !HAVE_STDINT_H */ 57 #endif /* !_STDINT_H_ && !HAVE_STDINT_H */
58 58
59 #undef SIZEOF_VOIDP 59 #undef SIZEOF_VOIDP
60 #undef SDL_HAS_64BIT_TYPE 60 #undef SDL_HAS_64BIT_TYPE
61
62 /* Endianness */
63 #undef SDL_BYTEORDER
64 61
65 /* Comment this if you want to build without any C library requirements */ 62 /* Comment this if you want to build without any C library requirements */
66 #undef HAVE_LIBC 63 #undef HAVE_LIBC
67 #if HAVE_LIBC 64 #if HAVE_LIBC
68 65