From 71411b1237ca7d610d1fc27eadf06fe4f5f8f335 Mon Sep 17 00:00:00 2001 From: six Date: Tue, 11 Oct 2005 01:52:29 +0000 Subject: Fix build problems under OS X git-svn-id: svn://svn.icculus.org/quake3/trunk@154 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/client/snd_mix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code/client/snd_mix.c') 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 #endif -- cgit v1.2.3