From e9d3fc29c17ce3cb3f609e65de4b4852681ae4ef Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Sun, 16 Sep 2001 23:13:45 +0000 Subject: Update docs. Fixed some warnings. configure.in is ready for 0.9.1. CVS patchset: 646 CVS date: 2001/09/16 23:13:45 --- src/libffmpeg/libavcodec/idct_mmx.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/libffmpeg') diff --git a/src/libffmpeg/libavcodec/idct_mmx.c b/src/libffmpeg/libavcodec/idct_mmx.c index 34c25b411..3c1a401e3 100644 --- a/src/libffmpeg/libavcodec/idct_mmx.c +++ b/src/libffmpeg/libavcodec/idct_mmx.c @@ -28,6 +28,9 @@ #include "cpu_accel.h" +#ifdef ATTR_ALIGN +#undef ATTR_ALIGN +#endif #define ATTR_ALIGN(align) __attribute__ ((__aligned__ (align))) #define ROW_SHIFT 11 -- cgit v1.2.3