--- a/src/cpuinfo/SDL_cpuinfo.c Thu Jan 29 16:15:12 2004 +0000
+++ b/src/cpuinfo/SDL_cpuinfo.c Sat Jan 31 06:49:18 2004 +0000
@@ -228,7 +228,7 @@
static __inline__ int CPU_haveAltiVec()
{
- int altivec = 0;
+ volatile int altivec = 0;
#ifdef MACOSX
int selectors[2] = { CTL_HW, HW_VECTORUNIT };
int hasVectorUnit = 0;
--- a/test/configure.in Thu Jan 29 16:15:12 2004 +0000
+++ b/test/configure.in Sat Jan 31 06:49:18 2004 +0000
@@ -2,7 +2,7 @@
AC_INIT(README)
dnl Setup for automake
-SDL_VERSION=1.2.6
+SDL_VERSION=1.2.7
dnl Detect the canonical host and target build environment
AC_CANONICAL_HOST