summaryrefslogtreecommitdiffstats
path: root/cpudetect.c
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-09-14 14:19:22 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-09-14 14:19:22 +0000
commit8351949b6f3b8b6993b7e99e7767e3aa553dba9a (patch)
treebe765312c47525af8fe17cedd476265d1761c261 /cpudetect.c
parent2f5f5d3b4cd992f21053985208834fec86a13c96 (diff)
downloadmpv-8351949b6f3b8b6993b7e99e7767e3aa553dba9a.tar.bz2
mpv-8351949b6f3b8b6993b7e99e7767e3aa553dba9a.tar.xz
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
Diffstat (limited to 'cpudetect.c')
-rw-r--r--cpudetect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpudetect.c b/cpudetect.c
index b32db15c9c..7fdae3748c 100644
--- a/cpudetect.c
+++ b/cpudetect.c
@@ -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, " );