summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-02-23 13:13:28 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-02-23 13:13:28 +0000
commitea427873781f6e6bbae9bc29426ec3136f9ddca3 (patch)
treeb14cf325891d0b05f615d600da0233d6fb56a03c /configure
parentb8850a630dc8ef4ad3d98af65fc5cdbabf95c3b8 (diff)
downloadmpv-ea427873781f6e6bbae9bc29426ec3136f9ddca3.tar.bz2
mpv-ea427873781f6e6bbae9bc29426ec3136f9ddca3.tar.xz
#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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
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