[MPlayer-dev-eng] Gui #include correction

Adam Tlałka atlka at pg.gda.pl
Sat May 13 10:05:15 CEST 2006


Welcome,

since gtk code is located in Gui/mplayer/gtk now include paths leading
to main dir should be corrected. Patch attached.

Regards
-- 
Adam Tlałka       mailto:atlka at pg.gda.pl    ^v^ ^v^ ^v^
PGP public key:   finger atlka at sunrise.pg.gda.pl
-------------- next part --------------
--- ../main_dist/./Gui/mplayer/gtk/sb.c	2006-05-13 07:53:04.000000000 +0200
+++ ./Gui/mplayer/gtk/sb.c	2006-05-13 09:00:26.000000000 +0200
@@ -10,8 +10,8 @@
 #include "common.h"
 
 #include "../app.h"
-#include "../../config.h"
-#include "../../help_mp.h"
+#include "../../../config.h"
+#include "../../../help_mp.h"
 
 #include "../widgets.h"
 #include "app.h"
--- ../main_dist/./Gui/mplayer/gtk/about.c	2006-01-06 07:56:59.000000000 +0100
+++ ./Gui/mplayer/gtk/about.c	2006-05-13 08:59:00.000000000 +0200
@@ -1,7 +1,7 @@
 
 #include "../app.h"
-#include "../../config.h"
-#include "../../help_mp.h"
+#include "../../../config.h"
+#include "../../../help_mp.h"
 
 #include "mplayer/pixmaps/about.xpm"
 #include "../widgets.h"
--- ../main_dist/./Gui/mplayer/gtk/menu.c	2006-05-13 07:53:04.000000000 +0200
+++ ./Gui/mplayer/gtk/menu.c	2006-05-13 08:56:45.000000000 +0200
@@ -3,10 +3,10 @@
 #include <stdlib.h>
 #include <string.h>
 
-#include "../../config.h"
-#include "../../help_mp.h"
-#include "../../mplayer.h"
-#include "../../mixer.h"
+#include "../../../config.h"
+#include "../../../help_mp.h"
+#include "../../../mplayer.h"
+#include "../../../mixer.h"
 
 #include "../app.h"
 
--- ../main_dist/./Gui/mplayer/gtk/mb.c	2005-12-09 07:26:14.000000000 +0100
+++ ./Gui/mplayer/gtk/mb.c	2006-05-13 08:57:43.000000000 +0200
@@ -1,7 +1,7 @@
 
 #include "../app.h"
-#include "../../config.h"
-#include "../../help_mp.h"
+#include "../../../config.h"
+#include "../../../help_mp.h"
 
 #include "../pixmaps/error.xpm"
 #include "../pixmaps/warning.xpm"
--- ../main_dist/./Gui/mplayer/gtk/opts.c	2006-05-13 07:53:04.000000000 +0200
+++ ./Gui/mplayer/gtk/opts.c	2006-05-13 09:04:05.000000000 +0200
@@ -7,11 +7,11 @@
 #include <gdk/gdkkeysyms.h>
 #include <gtk/gtk.h>
 
-#include "../../config.h"
-#include "../../help_mp.h"
-#include "../../mixer.h"
-#include "../../libao2/audio_out.h"
-#include "../../libvo/video_out.h"
+#include "../../../config.h"
+#include "../../../help_mp.h"
+#include "../../../mixer.h"
+#include "../../../libao2/audio_out.h"
+#include "../../../libvo/video_out.h"
 
 #include "../app.h"
 #include "../cfg.h"
--- ../main_dist/./Gui/mplayer/gtk/pl.c	2005-12-09 07:26:14.000000000 +0100
+++ ./Gui/mplayer/gtk/pl.c	2006-05-13 08:59:57.000000000 +0200
@@ -10,8 +10,8 @@
 #include <gdk/gdkkeysyms.h>
 #include <gtk/gtk.h>
 
-#include "../../config.h"
-#include "../../help_mp.h"
+#include "../../../config.h"
+#include "../../../help_mp.h"
 #include "../libmpdemux/stream.h"
 
 #include "../interface.h"
--- ../main_dist/./Gui/mplayer/gtk/eq.c	2006-05-13 07:53:04.000000000 +0200
+++ ./Gui/mplayer/gtk/eq.c	2006-05-13 09:05:02.000000000 +0200
@@ -11,11 +11,11 @@
 
 #include "../app.h"
 #include "../cfg.h"
-#include "../../config.h"
-#include "../../help_mp.h"
-#include "../../mplayer.h"
-#include "../../libaf/equalizer.h"
-#include "../../libvo/video_out.h"
+#include "../../../config.h"
+#include "../../../help_mp.h"
+#include "../../../mplayer.h"
+#include "../../../libaf/equalizer.h"
+#include "../../../libvo/video_out.h"
 #include "../widgets.h"
 #include "mplayer.h"
 
--- ../main_dist/./Gui/mplayer/menu.c	2005-12-09 07:26:13.000000000 +0100
+++ ./Gui/mplayer/menu.c	2006-05-13 09:48:17.000000000 +0200
@@ -4,9 +4,9 @@
 #include <inttypes.h>
 
 #include "app.h"
-#include "../config.h"
-#include "../help_mp.h"
-#include "../mp_msg.h"
+#include "../../config.h"
+#include "../../help_mp.h"
+#include "../../mp_msg.h"
 
 #include "widgets.h"
 


More information about the MPlayer-dev-eng mailing list