summaryrefslogtreecommitdiffstats
path: root/cpudetect.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-11 22:29:22 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-11 22:29:22 +0000
commit796a0db35cb209b8c8a29d4fea7988927a0cb439 (patch)
tree6e4b57ceb0c2d68c58abd74e8481de559fb50262 /cpudetect.c
parentf5f37dc414bf21d12ab430d381255fa9685c54e8 (diff)
downloadmpv-796a0db35cb209b8c8a29d4fea7988927a0cb439.tar.bz2
mpv-796a0db35cb209b8c8a29d4fea7988927a0cb439.tar.xz
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
Diffstat (limited to 'cpudetect.c')
-rw-r--r--cpudetect.c3
1 files changed, 3 insertions, 0 deletions
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 <sys/sysctl.h>
+#elif __AMIGAOS4__
+/* nothing */
+#else
#include <signal.h>
#include <setjmp.h>