summaryrefslogtreecommitdiffstats
path: root/Gui
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-16 00:00:13 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-16 00:00:13 +0000
commitda75336bd8a6ba5ef0c63a9945c2c494261279cf (patch)
tree0ebe1707bd095b73c626409580c1a34ad37e63ca /Gui
parent2abf35ba49f36f737d55773cb0126f3dcc65a5a4 (diff)
downloadmpv-da75336bd8a6ba5ef0c63a9945c2c494261279cf.tar.bz2
mpv-da75336bd8a6ba5ef0c63a9945c2c494261279cf.tar.xz
Don't look for header files in ../../ anymore. Compilation was broken unless
some random subdirectory of the Gui directory was added as header search path to CFLAGS ... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22628 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui')
-rw-r--r--Gui/mplayer/gtk/about.c6
-rw-r--r--Gui/mplayer/gtk/eq.c14
-rw-r--r--Gui/mplayer/gtk/fs.c12
-rw-r--r--Gui/mplayer/gtk/mb.c6
-rw-r--r--Gui/mplayer/gtk/menu.c18
-rw-r--r--Gui/mplayer/gtk/opts.c24
-rw-r--r--Gui/mplayer/gtk/pl.c8
-rw-r--r--Gui/mplayer/gtk/sb.c6
-rw-r--r--Gui/mplayer/gtk/url.c6
9 files changed, 50 insertions, 50 deletions
diff --git a/Gui/mplayer/gtk/about.c b/Gui/mplayer/gtk/about.c
index a1f093ff32..a19bb55065 100644
--- a/Gui/mplayer/gtk/about.c
+++ b/Gui/mplayer/gtk/about.c
@@ -1,7 +1,7 @@
-#include "../app.h"
-#include "../../config.h"
-#include "../../help_mp.h"
+#include "app.h"
+#include "config.h"
+#include "help_mp.h"
#include "mplayer/pixmaps/about.xpm"
#include "../widgets.h"
diff --git a/Gui/mplayer/gtk/eq.c b/Gui/mplayer/gtk/eq.c
index 222a2c684b..b2bdfcc787 100644
--- a/Gui/mplayer/gtk/eq.c
+++ b/Gui/mplayer/gtk/eq.c
@@ -9,13 +9,13 @@
#include <gdk/gdkkeysyms.h>
#include <gtk/gtk.h>
-#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 "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 "../widgets.h"
#include "mplayer.h"
diff --git a/Gui/mplayer/gtk/fs.c b/Gui/mplayer/gtk/fs.c
index 9b5923351d..1252f47857 100644
--- a/Gui/mplayer/gtk/fs.c
+++ b/Gui/mplayer/gtk/fs.c
@@ -7,17 +7,17 @@
#include <unistd.h>
#include "../gmplayer.h"
-#include "../../mplayer.h"
+#include "mplayer.h"
#include "mplayer/pixmaps/up.xpm"
#include "mplayer/pixmaps/dir.xpm"
#include "mplayer/pixmaps/file.xpm"
-#include "../app.h"
-#include "../interface.h"
-#include "../../config.h"
-#include "../../help_mp.h"
-#include "../../stream/stream.h"
+#include "app.h"
+#include "interface.h"
+#include "config.h"
+#include "help_mp.h"
+#include "stream/stream.h"
#include "../widgets.h"
#include "fs.h"
diff --git a/Gui/mplayer/gtk/mb.c b/Gui/mplayer/gtk/mb.c
index 75c4b68c72..5f3873d054 100644
--- a/Gui/mplayer/gtk/mb.c
+++ b/Gui/mplayer/gtk/mb.c
@@ -1,7 +1,7 @@
-#include "../app.h"
-#include "../../config.h"
-#include "../../help_mp.h"
+#include "app.h"
+#include "config.h"
+#include "help_mp.h"
#include "../pixmaps/error.xpm"
#include "../pixmaps/warning.xpm"
diff --git a/Gui/mplayer/gtk/menu.c b/Gui/mplayer/gtk/menu.c
index 11665d46de..5fefeab26c 100644
--- a/Gui/mplayer/gtk/menu.c
+++ b/Gui/mplayer/gtk/menu.c
@@ -3,21 +3,21 @@
#include <stdlib.h>
#include <string.h>
-#include "../../config.h"
-#include "../../help_mp.h"
-#include "../../mplayer.h"
-#include "../../access_mpcontext.h"
-#include "../../mixer.h"
+#include "config.h"
+#include "help_mp.h"
+#include "mplayer.h"
+#include "access_mpcontext.h"
+#include "mixer.h"
-#include "../app.h"
+#include "app.h"
#include "menu.h"
#include "../widgets.h"
#include "app.h"
-#include "../../stream/stream.h"
-#include "../../libmpdemux/demuxer.h"
-#include "../../libmpdemux/stheader.h"
+#include "stream/stream.h"
+#include "../libmpdemux/demuxer.h"
+#include "../libmpdemux/stheader.h"
#include "../pixmaps/ab.xpm"
#include "../pixmaps/half.xpm"
diff --git a/Gui/mplayer/gtk/opts.c b/Gui/mplayer/gtk/opts.c
index 286cc1498e..e8b5a80f41 100644
--- a/Gui/mplayer/gtk/opts.c
+++ b/Gui/mplayer/gtk/opts.c
@@ -7,16 +7,16 @@
#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 "../../mplayer.h"
-
-#include "../app.h"
-#include "../cfg.h"
-#include "../interface.h"
+#include "config.h"
+#include "help_mp.h"
+#include "mixer.h"
+#include "libao2/audio_out.h"
+#include "libvo/video_out.h"
+#include "mplayer.h"
+
+#include "app.h"
+#include "cfg.h"
+#include "interface.h"
#include "../widgets.h"
#include "opts.h"
#include "fs.h"
@@ -26,8 +26,8 @@ typedef struct sh_video_t sh_video_t;
typedef struct sh_audio_t sh_audio_t;
// for mpcodecs_[av]d_drivers:
-#include "../../libmpcodecs/vd.h"
-#include "../../libmpcodecs/ad.h"
+#include "libmpcodecs/vd.h"
+#include "libmpcodecs/ad.h"
GtkWidget * Preferences = NULL;
static GtkWidget * AConfig;
diff --git a/Gui/mplayer/gtk/pl.c b/Gui/mplayer/gtk/pl.c
index 5b4988b365..8ca2f1e3fa 100644
--- a/Gui/mplayer/gtk/pl.c
+++ b/Gui/mplayer/gtk/pl.c
@@ -10,11 +10,11 @@
#include <gdk/gdkkeysyms.h>
#include <gtk/gtk.h>
-#include "../../config.h"
-#include "../../help_mp.h"
-#include "../stream/stream.h"
+#include "config.h"
+#include "help_mp.h"
+#include "stream/stream.h"
-#include "../interface.h"
+#include "interface.h"
#include "../widgets.h"
#include "pl.h"
#include "common.h"
diff --git a/Gui/mplayer/gtk/sb.c b/Gui/mplayer/gtk/sb.c
index 44f0cb5a60..bae48c523f 100644
--- a/Gui/mplayer/gtk/sb.c
+++ b/Gui/mplayer/gtk/sb.c
@@ -9,9 +9,9 @@
#include "sb.h"
#include "common.h"
-#include "../app.h"
-#include "../../config.h"
-#include "../../help_mp.h"
+#include "app.h"
+#include "config.h"
+#include "help_mp.h"
#include "../widgets.h"
#include "app.h"
diff --git a/Gui/mplayer/gtk/url.c b/Gui/mplayer/gtk/url.c
index 4d9a37a26b..6ad8b61db2 100644
--- a/Gui/mplayer/gtk/url.c
+++ b/Gui/mplayer/gtk/url.c
@@ -11,10 +11,10 @@
#include "url.h"
#include "common.h"
-#include "../interface.h"
-#include "../app.h"
+#include "interface.h"
+#include "app.h"
#include "../widgets.h"
-#include "../help_mp.h"
+#include "help_mp.h"
GtkWidget * URL = NULL;