[MPlayer-cvslog] CVS: main configure,1.960,1.961

Reimar Döffinger CVS syncmail at mplayerhq.hu
Sat Feb 5 12:53:32 CET 2005


CVS change done by Reimar Döffinger CVS

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

Modified Files:
	configure 
Log Message:
Some systems (e.g. FreeBSD 5.3) only define MAP_ANON, not MAP_ANONYMOUS


Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.960
retrieving revision 1.961
diff -u -r1.960 -r1.961
--- configure	3 Feb 2005 17:35:49 -0000	1.960
+++ configure	5 Feb 2005 11:53:30 -0000	1.961
@@ -6992,6 +6992,10 @@
 $_def_mman
 $_def_mman_has_map_failed
 
+#ifndef MAP_ANONYMOUS
+#define MAP_ANONYMOUS MAP_ANON
+#endif
+
 /* Define this if you have the elf dynamic linker -ldl library */
 $_def_dl
 




More information about the MPlayer-cvslog mailing list