[MPlayer-cvslog] CVS: main/postproc swscale.c,1.149,1.150
Reimar Döffinger CVS
syncmail at mplayerhq.hu
Tue Feb 1 10:00:14 CET 2005
CVS change done by Reimar Döffinger CVS
Update of /cvsroot/mplayer/main/postproc
In directory mail:/var2/tmp/cvs-serv4398
Modified Files:
swscale.c
Log Message:
Compile fix on non-x86
Index: swscale.c
===================================================================
RCS file: /cvsroot/mplayer/main/postproc/swscale.c,v
retrieving revision 1.149
retrieving revision 1.150
diff -u -r1.149 -r1.150
--- swscale.c 31 Jan 2005 15:57:27 -0000 1.149
+++ swscale.c 1 Feb 2005 09:00:12 -0000 1.150
@@ -2568,6 +2568,7 @@
if(c->hChrFilterPos) free(c->hChrFilterPos);
c->hChrFilterPos = NULL;
+#if defined(ARCH_X86) || defined(ARCH_X86_64)
#ifdef HAVE_SYS_MMAN_H
if(c->funnyYCode) munmap(c->funnyYCode, MAX_FUNNY_CODE_SIZE);
if(c->funnyUVCode) munmap(c->funnyUVCode, MAX_FUNNY_CODE_SIZE);
@@ -2577,6 +2578,7 @@
#endif
c->funnyYCode=NULL;
c->funnyUVCode=NULL;
+#endif
if(c->lumMmx2Filter) free(c->lumMmx2Filter);
c->lumMmx2Filter=NULL;
More information about the MPlayer-cvslog
mailing list