[Mplayer-cvslog] CVS: main mplayer.c, 1.754, 1.755 mencoder.c, 1.246, 1.247
Sascha Sommer CVS
syncmail at mplayerhq.hu
Fri Apr 30 22:05:56 CEST 2004
CVS change done by Sascha Sommer CVS
Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv12769
Modified Files:
mplayer.c mencoder.c
Log Message:
10l on cygwin WIN32 gets defined in config.h
Index: mplayer.c
===================================================================
RCS file: /cvsroot/mplayer/main/mplayer.c,v
retrieving revision 1.754
retrieving revision 1.755
diff -u -r1.754 -r1.755
--- mplayer.c 30 Apr 2004 16:56:00 -0000 1.754
+++ mplayer.c 30 Apr 2004 20:05:54 -0000 1.755
@@ -1,5 +1,7 @@
#include <stdio.h>
#include <stdlib.h>
+#include "config.h"
+
#ifdef WIN32
#define _UWIN 1 /*disable Non-underscored versions of non-ANSI functions as otherwise int eof would conflict with eof()*/
#include <windows.h>
@@ -31,7 +33,6 @@
#include <errno.h>
#include "version.h"
-#include "config.h"
#include "mp_msg.h"
Index: mencoder.c
===================================================================
RCS file: /cvsroot/mplayer/main/mencoder.c,v
retrieving revision 1.246
retrieving revision 1.247
diff -u -r1.246 -r1.247
--- mencoder.c 30 Apr 2004 16:56:00 -0000 1.246
+++ mencoder.c 30 Apr 2004 20:05:54 -0000 1.247
@@ -20,6 +20,8 @@
#include <stdlib.h>
#include <string.h>
#include <signal.h>
+#include "config.h"
+
#ifdef __MINGW32__
#define SIGQUIT 3
#endif
@@ -29,7 +31,6 @@
#include <sys/time.h>
-#include "config.h"
#include "version.h"
#include "mp_msg.h"
More information about the MPlayer-cvslog
mailing list