aboutsummaryrefslogtreecommitdiffstats
path: root/code/client/snd_mix.c
diff options
context:
space:
mode:
Diffstat (limited to 'code/client/snd_mix.c')
-rw-r--r--code/client/snd_mix.c2
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