[MPlayer-cvslog] r20924 - trunk/configure
diego
subversion at mplayerhq.hu
Tue Nov 14 17:51:08 CET 2006
Author: diego
Date: Tue Nov 14 17:51:06 2006
New Revision: 20924
Modified:
trunk/configure
Log:
MEMALIGN_HACK --> CONFIG_MEMALIGN_HACK
patch by "Hervé W.", H.O.W.aka.V+mplayer gmail com
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Tue Nov 14 17:51:06 2006
@@ -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"
More information about the MPlayer-cvslog
mailing list