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
This commit is contained in:
diego 2007-12-11 22:29:22 +00:00
parent f5f37dc414
commit 796a0db35c
1 changed files with 3 additions and 0 deletions

View File

@ -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>