diff i386/motion_est_mmx.c @ 1569:1f8d1e1173d8 libavcodec

Fixes GCC 3.3.2 warnings patch by (Panagiotis Issaris <takis at lumumba dot luc dot ac dot be>)
author michael
date Fri, 24 Oct 2003 20:09:30 +0000
parents c4539ef4d8cb
children dea5b2946999
line wrap: on
line diff
--- a/i386/motion_est_mmx.c	Fri Oct 24 19:59:43 2003 +0000
+++ b/i386/motion_est_mmx.c	Fri Oct 24 20:09:30 2003 +0000
@@ -21,9 +21,9 @@
 #include "../dsputil.h"
 
 static const __attribute__ ((aligned(8))) uint64_t round_tab[3]={
-0x0000000000000000,
-0x0001000100010001,
-0x0002000200020002,
+0x0000000000000000ULL,
+0x0001000100010001ULL,
+0x0002000200020002ULL,
 };
 
 static __attribute__ ((aligned(8), unused)) uint64_t bone= 0x0101010101010101LL;