[MPlayer-cvslog] CVS: main/Gui/wm ws.c,1.78,1.79 wsxdnd.c,1.7,1.8

Diego Biurrun CVS syncmail at mplayerhq.hu
Thu Dec 8 23:13:00 CET 2005


CVS change done by Diego Biurrun CVS

Update of /cvsroot/mplayer/main/Gui/wm
In directory mail:/var2/tmp/cvs-serv25985/Gui/wm

Modified Files:
	ws.c wsxdnd.c 
Log Message:
Unify include paths, -I.. is in CFLAGS.


Index: ws.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/wm/ws.c,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- ws.c	21 Aug 2005 10:19:25 -0000	1.78
+++ ws.c	8 Dec 2005 22:12:57 -0000	1.79
@@ -18,18 +18,18 @@
 
 #include <inttypes.h>
 
-#include "../../config.h"
-#include "../../libvo/x11_common.h"
-#include "../../libvo/video_out.h"
+#include "../config.h"
+#include "../libvo/x11_common.h"
+#include "../libvo/video_out.h"
 #include "ws.h"
 #include "wsxdnd.h"
-#include "../../cpudetect.h"
-#include "../../postproc/swscale.h"
-#include "../../postproc/rgb2rgb.h"
-#include "../../libmpcodecs/vf_scale.h"
-#include "../../mp_msg.h"
-#include "../../help_mp.h"
-#include "../../mplayer.h"
+#include "../cpudetect.h"
+#include "../postproc/swscale.h"
+#include "../postproc/rgb2rgb.h"
+#include "../libmpcodecs/vf_scale.h"
+#include "../mp_msg.h"
+#include "../help_mp.h"
+#include "../mplayer.h"
 
 #include <X11/extensions/XShm.h>
 #ifdef HAVE_XSHAPE

Index: wsxdnd.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/wm/wsxdnd.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- wsxdnd.c	15 Dec 2004 01:22:24 -0000	1.7
+++ wsxdnd.c	8 Dec 2005 22:12:57 -0000	1.8
@@ -11,8 +11,8 @@
 
 #include <X11/Xatom.h>
 
-#include "../../mp_msg.h"
-#include "../../help_mp.h"
+#include "../mp_msg.h"
+#include "../help_mp.h"
 
 #define XDND_VERSION 3L
 




More information about the MPlayer-cvslog mailing list