summaryrefslogtreecommitdiffstats
path: root/Gui
diff options
context:
space:
mode:
authorben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-31 19:59:06 +0000
committerben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-31 19:59:06 +0000
commit145fffc5f748849b0843210a97333e04033ead4a (patch)
tree381ff5e327a93a929183086edae154a76e1b19fc /Gui
parent1cad07f6cddba40362c31b1f08ddb4cb35063f1a (diff)
downloadmpv-145fffc5f748849b0843210a97333e04033ead4a.tar.bz2
mpv-145fffc5f748849b0843210a97333e04033ead4a.tar.xz
fix includes due to libmpdemux split (patch by Stefan Huehner)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19280 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui')
-rw-r--r--Gui/interface.c4
-rw-r--r--Gui/interface.h2
-rw-r--r--Gui/mplayer/gtk/pl.c2
3 files changed, 4 insertions, 4 deletions
diff --git a/Gui/interface.c b/Gui/interface.c
index c4f75ac5c4..2da6e96f77 100644
--- a/Gui/interface.c
+++ b/Gui/interface.c
@@ -36,13 +36,13 @@ extern af_cfg_t af_cfg;
#include <iconv.h>
#endif
-#include "libmpdemux/stream.h"
+#include "stream/stream.h"
#include "libmpdemux/demuxer.h"
#include "libmpdemux/stheader.h"
#include "libmpcodecs/dec_video.h"
#ifdef USE_DVDREAD
-#include "libmpdemux/stream_dvd.h"
+#include "stream/stream_dvd.h"
#endif
diff --git a/Gui/interface.h b/Gui/interface.h
index 727cf9c6e1..2720c64c7f 100644
--- a/Gui/interface.h
+++ b/Gui/interface.h
@@ -9,7 +9,7 @@
#include "cfg.h"
#ifdef USE_DVDREAD
- #include "libmpdemux/stream.h"
+ #include "stream/stream.h"
#endif
typedef struct
diff --git a/Gui/mplayer/gtk/pl.c b/Gui/mplayer/gtk/pl.c
index 1ae6989aa8..5b4988b365 100644
--- a/Gui/mplayer/gtk/pl.c
+++ b/Gui/mplayer/gtk/pl.c
@@ -12,7 +12,7 @@
#include "../../config.h"
#include "../../help_mp.h"
-#include "../libmpdemux/stream.h"
+#include "../stream/stream.h"
#include "../interface.h"
#include "../widgets.h"