From ea427873781f6e6bbae9bc29426ec3136f9ddca3 Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 23 Feb 2008 13:13:28 +0000 Subject: #define ATTRIBUTE_ALIGNED_MAX in config.h instead of hardcoding it. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26075 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure') diff --git a/configure b/configure index 58b1050aed..b2ef48519b 100755 --- a/configure +++ b/configure @@ -8142,6 +8142,9 @@ $_def_dvdnav /* Define this to enable MPEG 1/2 image postprocessing (requires a FAST CPU!) */ #define MPEG12_POSTPROC 1 +/* maximum alignment used by libmpeg2 */ +#define ATTRIBUTE_ALIGNED_MAX 16 + /* Define this to enable image postprocessing in libavcodec (requires a FAST CPU!) */ $_def_libpostproc $_def_libpostproc_a -- cgit v1.2.3