changeset 11368:3d4f64b8fb10 libavcodec

Move DECLARE_ALIGNED_{8,16} macros to mem.h These macros naturally belong next to the generic DECLARE_ALIGNED macro.
author mru
date Sat, 06 Mar 2010 12:40:43 +0000
parents fec27e2a7570
children 98970e51365a
files dsputil.h
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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