[MPlayer-cvslog] CVS: main/postproc swscale.c,1.153,1.154

Reimar Döffinger CVS syncmail at mplayerhq.hu
Wed Feb 23 15:07:20 CET 2005


CVS change done by Reimar Döffinger CVS

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

Modified Files:
	swscale.c 
Log Message:
100l, forgot to change an ifdef on last commit


Index: swscale.c
===================================================================
RCS file: /cvsroot/mplayer/main/postproc/swscale.c,v
retrieving revision 1.153
retrieving revision 1.154
diff -u -r1.153 -r1.154
--- swscale.c	22 Feb 2005 14:40:44 -0000	1.153
+++ swscale.c	23 Feb 2005 14:07:18 -0000	1.154
@@ -2639,7 +2639,7 @@
 	c->hChrFilterPos = NULL;
 
 #if defined(ARCH_X86) || defined(ARCH_X86_64)
-#ifdef HAVE_SYS_MMAN_H
+#ifdef MAP_ANONYMOUS
 	if(c->funnyYCode) munmap(c->funnyYCode, MAX_FUNNY_CODE_SIZE);
 	if(c->funnyUVCode) munmap(c->funnyUVCode, MAX_FUNNY_CODE_SIZE);
 #else




More information about the MPlayer-cvslog mailing list