mirror of
https://github.com/yawut/SDL.git
synced 2026-08-15 13:35:55 -05:00
*** empty log message ***
This commit is contained in:
@@ -228,7 +228,7 @@ static __inline__ int CPU_haveSSE2()
|
||||
|
||||
static __inline__ int CPU_haveAltiVec()
|
||||
{
|
||||
int altivec = 0;
|
||||
volatile int altivec = 0;
|
||||
#ifdef MACOSX
|
||||
int selectors[2] = { CTL_HW, HW_VECTORUNIT };
|
||||
int hasVectorUnit = 0;
|
||||
|
||||
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user