mirror of
https://github.com/mpv-player/mpv
synced 2025-01-01 04:36:24 +01:00
Drop DECLARE_ALIGNED from extern declarations. It creates trouble when
swscale_internal.h is #included without HAVE_AV_CONFIG_H defined. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28498 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
a93f56abeb
commit
60ae9c5895
@ -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;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user