Commit 740d2f55 authored by diego's avatar diego

Drop DECLARE_ALIGNED from extern declarations. It creates trouble when

swscale_internal.h is #included without HAVE_AV_CONFIG_H defined.


git-svn-id: file:///var/local/repositories/mplayer/trunk/libswscale@28498 b3059339-0415-0410-9bf9-f77b7e298cf2
parent 06b8cd4f
...@@ -309,8 +309,8 @@ static inline int fmt_depth(int fmt) ...@@ -309,8 +309,8 @@ static inline int fmt_depth(int fmt)
} }
} }
extern const DECLARE_ALIGNED(8, uint64_t, ff_dither4[2]); extern const uint64_t ff_dither4[2];
extern const DECLARE_ALIGNED(8, uint64_t, ff_dither8[2]); extern const uint64_t ff_dither8[2];
extern const AVClass sws_context_class; extern const AVClass sws_context_class;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment