From 43175f501076cee26334b2516aae5ba6dc8c424b Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 9 Feb 2009 17:53:33 +0000 Subject: Drop DECLARE_ALIGNED from extern declarations. It creates trouble when swscale_internal.h is #included without HAVE_AV_CONFIG_H defined. Originally committed as revision 28498 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale --- libswscale/swscale_internal.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libswscale/swscale_internal.h') diff --git a/libswscale/swscale_internal.h b/libswscale/swscale_internal.h index ebd1fb5117..cf157428b3 100644 --- a/libswscale/swscale_internal.h +++ b/libswscale/swscale_internal.h @@ -309,8 +309,8 @@ static inline int fmt_depth(int fmt) } } -extern const DECLARE_ALIGNED(8, uint64_t, ff_dither4[2]); -extern const DECLARE_ALIGNED(8, uint64_t, ff_dither8[2]); +extern const uint64_t ff_dither4[2]; +extern const uint64_t ff_dither8[2]; extern const AVClass sws_context_class; -- cgit v1.2.3