Mercurial > mplayer.hg
comparison libmpcodecs/vf_fspp.c @ 15633:524d306ce0f3
disable mmx code for x86-64
author | henry |
---|---|
date | Sat, 04 Jun 2005 12:41:19 +0000 |
parents | e813a3e431a8 |
children | 7eddcf69a5fd |
comparison
equal
deleted
inserted
replaced
15632:e813a3e431a8 | 15633:524d306ce0f3 |
---|---|
35 #include <string.h> | 35 #include <string.h> |
36 #include <inttypes.h> | 36 #include <inttypes.h> |
37 #include <math.h> | 37 #include <math.h> |
38 | 38 |
39 #include "../config.h" | 39 #include "../config.h" |
40 | |
41 #ifdef ARCH_X86_64 | |
42 // until the mmx code is fixed to support x86-64 | |
43 #undef HAVE_MMX | |
44 #endif | |
40 | 45 |
41 #ifdef USE_LIBAVCODEC | 46 #ifdef USE_LIBAVCODEC |
42 | 47 |
43 #include "../mp_msg.h" | 48 #include "../mp_msg.h" |
44 #include "../cpudetect.h" | 49 #include "../cpudetect.h" |