From 74a504f25bc71bb7eba97bf9b783c30bcb3218a9 Mon Sep 17 00:00:00 2001 From: reimar Date: Wed, 1 Nov 2006 18:41:25 +0000 Subject: ARCH_X86 simplifications git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20593 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/aclib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libvo/aclib.c') 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 -- cgit v1.2.3