From 24af96f8cc436fd84cd89dcc715961dacb6ad368 Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 11 Dec 2007 20:16:00 +0000 Subject: There is a check for altivec.h in configure so use the preprocessor directive set by configure instead of an OS-specific directive when #including altivec.h. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25356 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mp3lib/dct64_altivec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mp3lib/dct64_altivec.c') diff --git a/mp3lib/dct64_altivec.c b/mp3lib/dct64_altivec.c index 9102d1bb25..16e7ae01f5 100644 --- a/mp3lib/dct64_altivec.c +++ b/mp3lib/dct64_altivec.c @@ -11,7 +11,7 @@ #include "mpg123.h" -#ifndef SYS_DARWIN +#ifdef HAVE_ALTIVEC_H #include #endif -- cgit v1.2.3