Mercurial > mplayer.hg
changeset 20908:203f64232d82
MEMALIGN_HACK --> CONFIG_MEMALIGN_HACK
patch by "Herv W.", H.O.W.aka.V+mplayer gmail com
author | diego |
---|---|
date | Tue, 14 Nov 2006 16:51:06 +0000 |
parents | eb6a62406a20 |
children | fd91718e6c76 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Tue Nov 14 15:02:15 2006 +0000 +++ b/configure Tue Nov 14 16:51:06 2006 +0000 @@ -2900,7 +2900,7 @@ else _def_memalign='#undef HAVE_MEMALIGN' _def_map_memalign='#define memalign(a,b) malloc(b)' - not darwin && _def_memalign_hack='#define MEMALIGN_HACK 1' + not darwin && _def_memalign_hack='#define CONFIG_MEMALIGN_HACK 1' fi echores "$_memalign"