summaryrefslogtreecommitdiff
path: root/libavcodec/i386/motion_est_mmx.c
diff options
context:
space:
mode:
authorDmitry Baryshkov <mitya@school.ioffe.ru>2004-02-29 22:10:18 +0000
committerMichael Niedermayer <michaelni@gmx.at>2004-02-29 22:10:18 +0000
commit5c0513bda708f48e92459fabb7c343799529b272 (patch)
tree0a3869dac6f71b5dfd6181519ceab87a52a58f8f /libavcodec/i386/motion_est_mmx.c
parentfddae1c30f0d509c3371a89f2af58ae388f496a1 (diff)
attribute used patch by (mitya at school dot ioffe dot ru (Dmitry Baryshkov))
Originally committed as revision 2830 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/i386/motion_est_mmx.c')
-rw-r--r--libavcodec/i386/motion_est_mmx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/i386/motion_est_mmx.c b/libavcodec/i386/motion_est_mmx.c
index f32afae0b5..39246d9050 100644
--- a/libavcodec/i386/motion_est_mmx.c
+++ b/libavcodec/i386/motion_est_mmx.c
@@ -27,7 +27,7 @@ static const __attribute__ ((aligned(8))) uint64_t round_tab[3]={
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)
{