diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-08-25 14:32:37 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-08-25 14:32:37 +0000 |
commit | 92939d3b6df9165df0d7a25c4214c32401d9131d (patch) | |
tree | 278e8acebbe8f843693d5227906ac6d94dd635ba /src/libmpeg2/motion_comp_mmx.c | |
parent | 8fdcd5444ac7ecd39f7b2323f8afb1440c3b6439 (diff) | |
download | xine-lib-92939d3b6df9165df0d7a25c4214c32401d9131d.tar.gz xine-lib-92939d3b6df9165df0d7a25c4214c32401d9131d.tar.bz2 |
AMD64 support patch by Adrian Schroeter
CVS patchset: 5308
CVS date: 2003/08/25 14:32:37
Diffstat (limited to 'src/libmpeg2/motion_comp_mmx.c')
-rw-r--r-- | src/libmpeg2/motion_comp_mmx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libmpeg2/motion_comp_mmx.c b/src/libmpeg2/motion_comp_mmx.c index a1a5d3b54..80a53685a 100644 --- a/src/libmpeg2/motion_comp_mmx.c +++ b/src/libmpeg2/motion_comp_mmx.c @@ -23,7 +23,7 @@ #include "config.h" -#ifdef ARCH_X86 +#if defined(ARCH_X86) || defined(ARCH_X86_64) #include <inttypes.h> |