From ecde3c9f3e46a78f653829f8b12241dc7fbe9fb2 Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Sat, 12 Jul 2003 12:31:13 +0000 Subject: - adding support for the Intel compiler icc - general multipass compilation make targets CVS patchset: 5149 CVS date: 2003/07/12 12:31:13 --- src/libffmpeg/libavcodec/i386/motion_est_mmx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libffmpeg/libavcodec/i386') diff --git a/src/libffmpeg/libavcodec/i386/motion_est_mmx.c b/src/libffmpeg/libavcodec/i386/motion_est_mmx.c index 5c4b32dcd..1bc5dfeb2 100644 --- a/src/libffmpeg/libavcodec/i386/motion_est_mmx.c +++ b/src/libffmpeg/libavcodec/i386/motion_est_mmx.c @@ -26,7 +26,7 @@ static const __attribute__ ((aligned(8))) uint64_t round_tab[3]={ 0x0002000200020002, }; -static __attribute__ ((aligned(8))) uint64_t bone= 0x0101010101010101LL; +static const __attribute__ ((aligned(8))) uint64_t bone= 0x0101010101010101LL; static inline void sad8_mmx(uint8_t *blk1, uint8_t *blk2, int stride, int h) { -- cgit v1.2.3