summaryrefslogtreecommitdiff
path: root/src/libffmpeg/libavcodec/i386/fdct_mmx.c
diff options
context:
space:
mode:
authorMiguel Freitas <miguelfreitas@users.sourceforge.net>2002-06-10 14:51:26 +0000
committerMiguel Freitas <miguelfreitas@users.sourceforge.net>2002-06-10 14:51:26 +0000
commit00fc99dd031740dff7cf7741f3272e11cce30f72 (patch)
tree720947778b4f4f679af7764388febff444bba823 /src/libffmpeg/libavcodec/i386/fdct_mmx.c
parent852adc56c46c1dbe60cb6a0983bdb6bc3d224bd2 (diff)
downloadxine-lib-00fc99dd031740dff7cf7741f3272e11cce30f72.tar.gz
xine-lib-00fc99dd031740dff7cf7741f3272e11cce30f72.tar.bz2
sync to ffmpeg cvs, trying to keep differences to a mininum.
diff_to_ffmpeg_cvs.txt updated. tested only on x86, please report any problems, compilation errors, etc. alpha architecture added but makefiles were not updated. CVS patchset: 2058 CVS date: 2002/06/10 14:51:26
Diffstat (limited to 'src/libffmpeg/libavcodec/i386/fdct_mmx.c')
-rw-r--r--src/libffmpeg/libavcodec/i386/fdct_mmx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libffmpeg/libavcodec/i386/fdct_mmx.c b/src/libffmpeg/libavcodec/i386/fdct_mmx.c
index e9d48383d..7135beb21 100644
--- a/src/libffmpeg/libavcodec/i386/fdct_mmx.c
+++ b/src/libffmpeg/libavcodec/i386/fdct_mmx.c
@@ -1,6 +1,6 @@
/*
* MMX optimized forward DCT
- * The gcc porting is Copyright (c) 2001 Gerard Lantau.
+ * The gcc porting is Copyright (c) 2001 Fabrice Bellard.
*
* from fdctam32.c - AP922 MMX(3D-Now) forward-DCT
*
@@ -10,7 +10,7 @@
#include "../common.h"
#include "mmx.h"
-//#define ATTR_ALIGN(align) __attribute__ ((__aligned__ (align)))
+#define ATTR_ALIGN(align) __attribute__ ((__aligned__ (align)))
//////////////////////////////////////////////////////////////////////
//