summaryrefslogtreecommitdiffstats
path: root/libvo/aclib.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/aclib.c')
-rw-r--r--libvo/aclib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/aclib.c b/libvo/aclib.c
index 5f2c1f64df..07f297f41f 100644
--- a/libvo/aclib.c
+++ b/libvo/aclib.c
@@ -17,7 +17,7 @@
//Feel free to fine-tune the above 2, it might be possible to get some speedup with them :)
//#define STATISTICS
-#if defined(ARCH_X86) || defined(ARCH_X86_64)
+#ifdef ARCH_X86
#define CAN_COMPILE_X86_ASM
#endif