From 796a0db35cb209b8c8a29d4fea7988927a0cb439 Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 11 Dec 2007 22:29:22 +0000 Subject: Ahem, fix breakage of last commit: The AltiVec detection code has three sections, namely OS X, AMIGAOS4 and the rest. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25366 b3059339-0415-0410-9bf9-f77b7e298cf2 --- cpudetect.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cpudetect.c b/cpudetect.c index 8791d4aa0f..d045dc0265 100644 --- a/cpudetect.c +++ b/cpudetect.c @@ -448,6 +448,9 @@ static void check_os_katmai_support( void ) #ifdef __APPLE__ #include +#elif __AMIGAOS4__ +/* nothing */ +#else #include #include -- cgit v1.2.3