diff libswscale/swscale_template.c @ 29307:5efc5acb0f7c

Replace more uses of __attribute__((aligned)) by DECLARE_ALIGNED.
author ramiro
date Thu, 04 Jun 2009 22:10:52 +0000
parents 24954ec81529
children 7a6f47f74e9b
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)
         {