From 0ce5275d781d92919673bc3c3cb4a92dca3505d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reimar=20D=C3=B6ffinger?= Date: Wed, 23 Feb 2005 14:07:18 +0000 Subject: [PATCH] 100l, forgot to change an ifdef on last commit Originally committed as revision 14784 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc --- postproc/swscale.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postproc/swscale.c b/postproc/swscale.c index 291bc940ef..71e6ff515f 100644 --- a/postproc/swscale.c +++ b/postproc/swscale.c @@ -2639,7 +2639,7 @@ void sws_freeContext(SwsContext *c){ 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