[MPlayer-cvslog] CVS: main/Gui/mplayer play.h,1.31,1.32

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/mplayer
In directory mail:/var2/tmp/cvs-serv3207/mplayer

Modified Files:
	play.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: play.h
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/mplayer/play.h,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- play.h	8 Dec 2005 22:12:56 -0000	1.31
+++ play.h	4 Jan 2006 15:54:47 -0000	1.32
@@ -2,7 +2,7 @@
 #ifndef __GUI_PLAY_H
 #define __GUI_PLAY_H
 
-#include "../config.h"
+#include "../../config.h"
 
 #include "./mplayer.h"
 




More information about the MPlayer-cvslog mailing list