disable mmx code for x86-64

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15634 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
henry 2005-06-04 12:41:19 +00:00
parent f474217a66
commit 4d55f9a772
1 changed files with 5 additions and 0 deletions

View File

@ -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"