[Mplayer-cvslog] CVS: main/postproc postprocess_template.c,1.61,1.62
Colin Leroy CVS
colin at mplayerhq.hu
Tue Oct 29 01:54:23 CET 2002
Update of /cvsroot/mplayer/main/postproc
In directory mail:/var/tmp.root/cvs-serv17723/postproc
Modified Files:
postprocess_template.c
Log Message:
fix compilation on non-x86 with gcc 2.95
Index: postprocess_template.c
===================================================================
RCS file: /cvsroot/mplayer/main/postproc/postprocess_template.c,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- postprocess_template.c 28 Oct 2002 19:30:58 -0000 1.61
+++ postprocess_template.c 29 Oct 2002 00:54:07 -0000 1.62
@@ -2359,6 +2359,7 @@
);
//printf("%d\n", test);
#else
+{
int y;
int d=0;
int sysd=0;
@@ -2459,6 +2460,7 @@
}
}
}
+}
#endif
}
More information about the MPlayer-cvslog
mailing list