summaryrefslogtreecommitdiffstats
path: root/Gui
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-08-21 10:19:25 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-08-21 10:19:25 +0000
commit715592ae833a40201c56f746190e985cffea575e (patch)
treea71097f0697ca66d2c5a758fee5e7d29a52c0661 /Gui
parentdd5d24d367e4a98b0a4397c0bbdbddb920a6999a (diff)
downloadmpv-715592ae833a40201c56f746190e985cffea575e.tar.bz2
mpv-715592ae833a40201c56f746190e985cffea575e.tar.xz
100l, video_out.h is now needed for some vo_ variables.
This is ugly, but interface.c already does it like that, so why bother... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16285 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui')
-rw-r--r--Gui/mplayer/play.c1
-rw-r--r--Gui/wm/ws.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/Gui/mplayer/play.c b/Gui/mplayer/play.c
index c784e7d58e..fec350203d 100644
--- a/Gui/mplayer/play.c
+++ b/Gui/mplayer/play.c
@@ -13,6 +13,7 @@
#include "../../help_mp.h"
#include "../../mplayer.h"
#include "../../libvo/x11_common.h"
+#include "../../libvo/video_out.h"
#include "../../input/input.h"
#include "../app.h"
diff --git a/Gui/wm/ws.c b/Gui/wm/ws.c
index 3af1af3ddb..b216307a53 100644
--- a/Gui/wm/ws.c
+++ b/Gui/wm/ws.c
@@ -20,6 +20,7 @@
#include "../../config.h"
#include "../../libvo/x11_common.h"
+#include "../../libvo/video_out.h"
#include "ws.h"
#include "wsxdnd.h"
#include "../../cpudetect.h"