summaryrefslogtreecommitdiffstats
path: root/libvo/aclib.c
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-01 18:41:25 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-01 18:41:25 +0000
commit74a504f25bc71bb7eba97bf9b783c30bcb3218a9 (patch)
tree46e07287958589035f858098f07e19499ac7b567 /libvo/aclib.c
parent3570f31873a374543b72e2c4d3f22f6dd7323e3d (diff)
downloadmpv-74a504f25bc71bb7eba97bf9b783c30bcb3218a9.tar.bz2
mpv-74a504f25bc71bb7eba97bf9b783c30bcb3218a9.tar.xz
ARCH_X86 simplifications
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20593 b3059339-0415-0410-9bf9-f77b7e298cf2
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