summaryrefslogtreecommitdiffstats
path: root/liba52/resample_altivec.c
diff options
context:
space:
mode:
Diffstat (limited to 'liba52/resample_altivec.c')
-rw-r--r--liba52/resample_altivec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/liba52/resample_altivec.c b/liba52/resample_altivec.c
index 9e32cf61ed..3cf633d16c 100644
--- a/liba52/resample_altivec.c
+++ b/liba52/resample_altivec.c
@@ -1,7 +1,7 @@
// this code is based on a52dec/libao/audio_out_oss.c
// AltiVec support Copyright (c) 2004 Romain Dolbeau <romain@dolbeau.org>
-#ifndef SYS_DARWIN
+#ifdef HAVE_ALTIVEC_H
#include <altivec.h>
#endif