Mercurial > mplayer.hg
changeset 29307:5efc5acb0f7c
Replace more uses of __attribute__((aligned)) by DECLARE_ALIGNED.
author | ramiro |
---|---|
date | Thu, 04 Jun 2009 22:10:52 +0000 |
parents | 116ed5c6c367 |
children | 880c5d014d37 |
files | libswscale/swscale_template.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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) {