[MPlayer-cvslog] r28409 - trunk/configure

diego subversion at mplayerhq.hu
Sat Jan 31 23:45:19 CET 2009


Author: diego
Date: Sat Jan 31 23:45:18 2009
New Revision: 28409

Log:
Make sure CONFIG_MEMALIGN_HACK is always #defined.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Sat Jan 31 23:37:53 2009	(r28408)
+++ trunk/configure	Sat Jan 31 23:45:18 2009	(r28409)
@@ -3128,6 +3128,7 @@ echores "$_malloc"
 
 echocheck "memalign()"
 # XXX restrict to x86 ? extend to other CPUs/cacheline sizes ?
+_def_memalign_hack='#define CONFIG_MEMALIGN_HACK 0'
 cat > $TMPC << EOF
 #include <malloc.h>
 int main(void) { (void) memalign(64, sizeof(char)); return 0; }



More information about the MPlayer-cvslog mailing list