mirror of
https://github.com/mpv-player/mpv
synced 2025-01-24 00:23:27 +00:00
sigill_handler_sse is not needed and can not compile on 64 bit systems
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24460 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
2f5f5d3b4c
commit
8351949b6f
@ -285,7 +285,7 @@ char *GetCpuFriendlyName(unsigned int regs[], unsigned int regs2[]){
|
||||
#undef CPUID_STEPPING
|
||||
|
||||
|
||||
#if defined(__linux__) && defined(_POSIX_SOURCE)
|
||||
#if defined(__linux__) && defined(_POSIX_SOURCE) && !defined(ARCH_X86_64)
|
||||
static void sigill_handler_sse( int signal, struct sigcontext sc )
|
||||
{
|
||||
mp_msg(MSGT_CPUDETECT,MSGL_V, "SIGILL, " );
|
||||
|
Loading…
Reference in New Issue
Block a user