mirror of
https://github.com/mpv-player/mpv
synced 2025-02-20 14:56:55 +00:00
Remove redundant and obfuscating preprocessor conditional.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25358 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
a67cf40cfc
commit
75b15d9634
@ -448,8 +448,6 @@ static void check_os_katmai_support( void )
|
||||
|
||||
#ifdef __APPLE__
|
||||
#include <sys/sysctl.h>
|
||||
#else
|
||||
#ifndef __AMIGAOS4__
|
||||
#include <signal.h>
|
||||
#include <setjmp.h>
|
||||
|
||||
@ -466,7 +464,6 @@ static void sigill_handler (int sig)
|
||||
canjump = 0;
|
||||
siglongjmp (jmpbuf, 1);
|
||||
}
|
||||
#endif //__AMIGAOS4__
|
||||
#endif /* __APPLE__ */
|
||||
|
||||
void GetCpuCaps( CpuCaps *caps)
|
||||
|
Loading…
Reference in New Issue
Block a user