Fixed gcc 4 warnings

This commit is contained in:
Sam Lantinga
2005-12-08 14:48:21 +00:00
parent 6e51b1b451
commit fef1ed5f5d

View File

@@ -49,7 +49,7 @@ static char rcsid =
#define CPU_HAS_SSE2 0x00000080
#define CPU_HAS_ALTIVEC 0x00000100
#ifdef USE_SETJMP
#if defined(USE_SETJMP) && defined(GCC_ALTIVEC)
/* This is the brute force way of detecting instruction sets...
the idea is borrowed from the libmpeg2 library - thanks!
*/