[MPlayer-cvslog] CVS: main configure,1.942,1.943

Sascha Sommer CVS syncmail at mplayerhq.hu
Wed Dec 15 15:37:29 CET 2004


CVS change done by Sascha Sommer CVS

Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv30452

Modified Files:
	configure 
Log Message:
enable memalign hack for libavcodec when memalign is not present, hopefully the mencoder segfaults on mingw are gone now

Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.942
retrieving revision 1.943
diff -u -r1.942 -r1.943
--- configure	25 Nov 2004 21:47:58 -0000	1.942
+++ configure	15 Dec 2004 14:37:27 -0000	1.943
@@ -6844,6 +6844,7 @@
 $_def_memalign
 #ifndef HAVE_MEMALIGN
 # define memalign(a,b) malloc(b)
+#define MEMALIGN_HACK 1
 #endif
 
 /* Define this if your system has the "alloca.h" header file */




More information about the MPlayer-cvslog mailing list