summaryrefslogtreecommitdiffstats
path: root/Gui/mplayer
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/mplayer
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/mplayer')
-rw-r--r--Gui/mplayer/gtk/pl.c2
1 files changed, 1 insertions, 1 deletions
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"