[SCM] libav/experimental: Move DECLARE_ALIGNED_8 definition next to DECLARE_ALIGNED_16

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:50:34 UTC 2013


The following commit has been merged in the experimental branch:
commit 5b1b014761dcec736c4d699824ca957feb335adf
Author: Måns Rullgård <mans at mansr.com>
Date:   Sat Aug 29 16:55:46 2009 +0000

    Move DECLARE_ALIGNED_8 definition next to DECLARE_ALIGNED_16
    
    Originally committed as revision 19738 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/dsputil.h b/libavcodec/dsputil.h
index b792d86..1ab4ca2 100644
--- a/libavcodec/dsputil.h
+++ b/libavcodec/dsputil.h
@@ -610,6 +610,7 @@ void dsputil_init_sh4(DSPContext* c, AVCodecContext *avctx);
 void dsputil_init_vis(DSPContext* c, AVCodecContext *avctx);
 
 #define DECLARE_ALIGNED_16(t, v) DECLARE_ALIGNED(16, t, v)
+#define DECLARE_ALIGNED_8(t, v)  DECLARE_ALIGNED(8, t, v)
 
 #if HAVE_MMX
 
@@ -660,8 +661,6 @@ extern int mm_flags;
 
 #endif
 
-#   define DECLARE_ALIGNED_8(t, v) DECLARE_ALIGNED(8, t, v)
-
 #ifndef STRIDE_ALIGN
 #   define STRIDE_ALIGN 8
 #endif

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list