From f566f68582d98325035a4e1bac4f273bdb93c88d Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Sun, 14 Jan 2007 19:16:18 +0000 Subject: Fix build on amd64 - both ARCH_X86 and ARCH_X86_64 are defined. CVS patchset: 8510 CVS date: 2007/01/14 19:16:18 --- src/post/deinterlace/plugins/x86-64_macros.inc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src') diff --git a/src/post/deinterlace/plugins/x86-64_macros.inc b/src/post/deinterlace/plugins/x86-64_macros.inc index 3dfd9b63a..b52227763 100644 --- a/src/post/deinterlace/plugins/x86-64_macros.inc +++ b/src/post/deinterlace/plugins/x86-64_macros.inc @@ -34,8 +34,7 @@ #ifndef XAX -#if defined (ARCH_X86) - +#if defined (ARCH_X86) && !defined (ARCH_X86_64) #define XAX "eax" #define XBX "ebx" #define XCX "ecx" @@ -55,7 +54,6 @@ #define SUBX "subl" #elif defined (ARCH_X86_64) - #define XAX "rax" #define XBX "rbx" #define XCX "rcx" -- cgit v1.2.3