Commit 0ce5275d authored by Reimar Döffinger's avatar Reimar Döffinger

100l, forgot to change an ifdef on last commit

Originally committed as revision 14784 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
parent 420370d4
...@@ -2639,7 +2639,7 @@ void sws_freeContext(SwsContext *c){ ...@@ -2639,7 +2639,7 @@ void sws_freeContext(SwsContext *c){
c->hChrFilterPos = NULL; c->hChrFilterPos = NULL;
#if defined(ARCH_X86) || defined(ARCH_X86_64) #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->funnyYCode) munmap(c->funnyYCode, MAX_FUNNY_CODE_SIZE);
if(c->funnyUVCode) munmap(c->funnyUVCode, MAX_FUNNY_CODE_SIZE); if(c->funnyUVCode) munmap(c->funnyUVCode, MAX_FUNNY_CODE_SIZE);
#else #else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment