# HG changeset patch # User Sam Lantinga # Date 1075531758 0 # Node ID dec19b813b04ca671c73736620ce9b7bc68fdd1d # Parent 275708f2e838a6fd59bc64873515a05d290a21d9 *** empty log message *** diff -r 275708f2e838 -r dec19b813b04 src/cpuinfo/SDL_cpuinfo.c --- 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; diff -r 275708f2e838 -r dec19b813b04 test/configure.in --- 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