[MPlayer-cvslog] CVS: main/Gui interface.h,1.40,1.41
    Diego Biurrun CVS 
    syncmail at mplayerhq.hu
       
    Wed Jan  4 16:54:49 CET 2006
    
    
  
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/main/Gui
In directory mail:/var2/tmp/cvs-serv3207
Modified Files:
	interface.h 
Log Message:
Bandaid fix for compilation failure when creating main/.depend with GUI
enabled.  This is only a problem if .developer is not present.
Index: interface.h
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/interface.h,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- interface.h	8 Dec 2005 22:12:56 -0000	1.40
+++ interface.h	4 Jan 2006 15:54:47 -0000	1.41
@@ -2,7 +2,7 @@
 #ifndef _INTERFACE_H
 #define _INTERFACE_H
 
-#include "config.h"
+#include "../config.h"
 #include "mplayer/play.h"
 #include "mplayer.h"
 #include "libvo/font_load.h"
    
    
More information about the MPlayer-cvslog
mailing list