changeset 15633:524d306ce0f3

disable mmx code for x86-64
author henry
date Sat, 04 Jun 2005 12:41:19 +0000
parents e813a3e431a8
children 7eddcf69a5fd
files libmpcodecs/vf_fspp.c
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libmpcodecs/vf_fspp.c	Sat Jun 04 07:58:40 2005 +0000
+++ b/libmpcodecs/vf_fspp.c	Sat Jun 04 12:41:19 2005 +0000
@@ -38,6 +38,11 @@
 
 #include "../config.h"
 
+#ifdef ARCH_X86_64
+// until the mmx code is fixed to support x86-64
+#undef HAVE_MMX
+#endif
+
 #ifdef USE_LIBAVCODEC
 
 #include "../mp_msg.h"