[MPlayer-cvslog] CVS: main/TOOLS/netstream netstream.c,1.9,1.10

Diego Biurrun CVS syncmail at mplayerhq.hu
Fri Nov 18 17:16:36 CET 2005


CVS change done by Diego Biurrun CVS

Update of /cvsroot/mplayer/main/TOOLS/netstream
In directory mail:/var2/tmp/cvs-serv3609/netstream

Modified Files:
	netstream.c 
Log Message:
Unify include path handling by using -I.


Index: netstream.c
===================================================================
RCS file: /cvsroot/mplayer/main/TOOLS/netstream/netstream.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- netstream.c	31 Jul 2005 00:26:06 -0000	1.9
+++ netstream.c	18 Nov 2005 16:16:33 -0000	1.10
@@ -396,7 +396,7 @@
 }
 
 // for libmpdvdkit2:
-#include "../get_path.c"
+#include "get_path.c"
 
 int verbose=0;
 




More information about the MPlayer-cvslog mailing list