diff options
author | six <six@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-10-11 01:52:29 +0000 |
---|---|---|
committer | six <six@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-10-11 01:52:29 +0000 |
commit | 71411b1237ca7d610d1fc27eadf06fe4f5f8f335 (patch) | |
tree | 5c6208bc98904a2abf628d45fe5840fb593afeea /code/client | |
parent | 88fdced44f700d51f5f6c5d6183cd4d875c00d19 (diff) | |
download | ioquake3-aero-71411b1237ca7d610d1fc27eadf06fe4f5f8f335.tar.gz ioquake3-aero-71411b1237ca7d610d1fc27eadf06fe4f5f8f335.zip |
Fix build problems under OS X
git-svn-id: svn://svn.icculus.org/quake3/trunk@154 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'code/client')
-rw-r--r-- | code/client/snd_mix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/code/client/snd_mix.c b/code/client/snd_mix.c index a363c6a..36bb182 100644 --- a/code/client/snd_mix.c +++ b/code/client/snd_mix.c @@ -22,7 +22,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA // snd_mix.c -- portable code to mix sounds for snd_dma.c #include "snd_local.h" -#if idppc_altivec +#if idppc_altivec && !defined(MACOS_X) #include <altivec.h> #endif |