summaryrefslogtreecommitdiffstats
path: root/libmpeg2/idct_mmx.c
diff options
context:
space:
mode:
authoraurel <aurel@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-11-03 17:12:01 +0000
committeraurel <aurel@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-11-03 17:12:01 +0000
commit1ff43b7f48ee6c45a559e9efff2ad1b6bc94c533 (patch)
tree73fbf661e539e1ab795de72c9c39b223e068d89a /libmpeg2/idct_mmx.c
parent19eda0954b21d88d82f6e588ab70609e1b034a79 (diff)
downloadmpv-1ff43b7f48ee6c45a559e9efff2ad1b6bc94c533.tar.bz2
mpv-1ff43b7f48ee6c45a559e9efff2ad1b6bc94c533.tar.xz
enable mmx support on x86_64 in libmpeg2
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13865 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpeg2/idct_mmx.c')
-rw-r--r--libmpeg2/idct_mmx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpeg2/idct_mmx.c b/libmpeg2/idct_mmx.c
index 51d01dc926..aa71e20439 100644
--- a/libmpeg2/idct_mmx.c
+++ b/libmpeg2/idct_mmx.c
@@ -23,7 +23,7 @@
#include "config.h"
-#ifdef ARCH_X86
+#if defined(ARCH_X86) || defined(ARCH_X86_64)
#include <inttypes.h>