# HG changeset patch # User ramiro # Date 1244153452 0 # Node ID 5efc5acb0f7cb5d9ba13234da556a39fc118a518 # Parent 116ed5c6c367d20d97a764810feefe17834a4bcf Replace more uses of __attribute__((aligned)) by DECLARE_ALIGNED. diff -r 116ed5c6c367 -r 5efc5acb0f7c libswscale/swscale_template.c --- a/libswscale/swscale_template.c Thu Jun 04 21:55:52 2009 +0000 +++ b/libswscale/swscale_template.c Thu Jun 04 22:10:52 2009 +0000 @@ -2258,7 +2258,7 @@ #if HAVE_MMX2 int i; #if defined(PIC) - uint64_t ebxsave __attribute__((aligned(8))); + DECLARE_ALIGNED(8, uint64_t, ebxsave); #endif if (canMMX2BeUsed) { @@ -2454,7 +2454,7 @@ #if HAVE_MMX2 int i; #if defined(PIC) - uint64_t ebxsave __attribute__((aligned(8))); + DECLARE_ALIGNED(8, uint64_t, ebxsave); #endif if (canMMX2BeUsed) {