[MPlayer-cvslog] CVS: main/input input.c, 1.124, 1.125 joystick.c, 1.7, 1.8 lirc.c, 1.6, 1.7

Diego Biurrun CVS syncmail at mplayerhq.hu
Tue Oct 25 23:23:48 CEST 2005


CVS change done by Diego Biurrun CVS

Update of /cvsroot/mplayer/main/input
In directory mail:/var2/tmp/cvs-serv30167

Modified Files:
	input.c joystick.c lirc.c 
Log Message:
Unify include paths, -I.. is in CFLAGS.


Index: input.c
===================================================================
RCS file: /cvsroot/mplayer/main/input/input.c,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -r1.124 -r1.125
--- input.c	25 Oct 2005 18:46:25 -0000	1.124
+++ input.c	25 Oct 2005 21:23:45 -0000	1.125
@@ -1,4 +1,4 @@
-#include "../config.h"
+#include "config.h"
 
 #include <stdlib.h>
 #include <string.h>
@@ -17,13 +17,13 @@
 #ifdef MP_DEBUG
 #include <assert.h>
 #endif
-#include "../osdep/getch2.h"
-#include "../osdep/keycodes.h"
-#include "../osdep/timer.h"
+#include "osdep/getch2.h"
+#include "osdep/keycodes.h"
+#include "osdep/timer.h"
 #include "mp_msg.h"
 #include "help_mp.h"
-#include "../m_config.h"
-#include "../m_option.h"
+#include "m_config.h"
+#include "m_option.h"
 
 #include "joystick.h"
 

Index: joystick.c
===================================================================
RCS file: /cvsroot/mplayer/main/input/joystick.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- joystick.c	25 Oct 2005 18:45:39 -0000	1.7
+++ joystick.c	25 Oct 2005 21:23:45 -0000	1.8
@@ -1,5 +1,5 @@
 
-#include "../config.h"
+#include "config.h"
 
 #ifdef HAVE_JOYSTICK
 

Index: lirc.c
===================================================================
RCS file: /cvsroot/mplayer/main/input/lirc.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- lirc.c	27 Jun 2005 08:16:23 -0000	1.6
+++ lirc.c	25 Oct 2005 21:23:45 -0000	1.7
@@ -1,5 +1,5 @@
 
-#include "../config.h"
+#include "config.h"
 
 #ifdef HAVE_LIRC
 
@@ -12,8 +12,8 @@
 #include <sys/time.h>
 #include <stdlib.h>
 
-#include "../mp_msg.h"
-#include "../help_mp.h"
+#include "mp_msg.h"
+#include "help_mp.h"
 #include "input.h"
 
 static struct lirc_config *lirc_config;




More information about the MPlayer-cvslog mailing list