changeset 16284:7989bfeaca47

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...
author reimar
date Sun, 21 Aug 2005 10:19:25 +0000
parents 67dc03c037e7
children 2de4d051dd21
files Gui/mplayer/play.c Gui/wm/ws.c
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Gui/mplayer/play.c	Sun Aug 21 10:03:59 2005 +0000
+++ b/Gui/mplayer/play.c	Sun Aug 21 10:19:25 2005 +0000
@@ -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"
--- a/Gui/wm/ws.c	Sun Aug 21 10:03:59 2005 +0000
+++ b/Gui/wm/ws.c	Sun Aug 21 10:19:25 2005 +0000
@@ -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"