mirror of https://github.com/mpv-player/mpv
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:
parent
96ba82424f
commit
233ae1cc4a
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue