diff i386/motion_est_mmx.c @ 1845:3054613980a8 libavcodec

attribute used patch by (mitya at school dot ioffe dot ru (Dmitry Baryshkov))
author michael
date Sun, 29 Feb 2004 22:10:18 +0000
parents 07a484280a82
children 15cfba1b97b5
line wrap: on
line diff
--- a/i386/motion_est_mmx.c	Sun Feb 29 02:25:19 2004 +0000
+++ b/i386/motion_est_mmx.c	Sun Feb 29 22:10:18 2004 +0000
@@ -27,7 +27,7 @@
 0x0002000200020002ULL,
 };
 
-static __attribute__ ((aligned(8), unused)) uint64_t bone= 0x0101010101010101LL;
+static attribute_used __attribute__ ((aligned(8))) uint64_t bone= 0x0101010101010101LL;
 
 static inline void sad8_1_mmx(uint8_t *blk1, uint8_t *blk2, int stride, int h)
 {