MEMALIGN_HACK --> CONFIG_MEMALIGN_HACK

patch by "Hervé W.", H.O.W.aka.V+mplayer gmail com


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20924 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-11-14 16:51:06 +00:00
parent 96ba82424f
commit 233ae1cc4a
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -2900,7 +2900,7 @@ if test "$_memalign" = yes ; then
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"