From 715592ae833a40201c56f746190e985cffea575e Mon Sep 17 00:00:00 2001 From: reimar Date: Sun, 21 Aug 2005 10:19:25 +0000 Subject: 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 --- Gui/mplayer/play.c | 1 + Gui/wm/ws.c | 1 + 2 files changed, 2 insertions(+) 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" -- cgit v1.2.3