# HG changeset patch # User mru # Date 1267879243 0 # Node ID 3d4f64b8fb10a52ccd7e6ac530c1e71f71ea1583 # Parent fec27e2a7570447dd26c0d4850b3844e6bfef581 Move DECLARE_ALIGNED_{8,16} macros to mem.h These macros naturally belong next to the generic DECLARE_ALIGNED macro. diff -r fec27e2a7570 -r 3d4f64b8fb10 dsputil.h --- a/dsputil.h Fri Mar 05 20:04:24 2010 +0000 +++ b/dsputil.h Sat Mar 06 12:40:43 2010 +0000 @@ -663,9 +663,6 @@ 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 #undef emms_c