# HG changeset patch # User reimar # Date 1124619565 0 # Node ID 7989bfeaca476535182a83c4b62b1e2d0d1e7e26 # Parent 67dc03c037e71fa5b6abc4ac564c18b1c9fc3ac4 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... diff -r 67dc03c037e7 -r 7989bfeaca47 Gui/mplayer/play.c --- 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" diff -r 67dc03c037e7 -r 7989bfeaca47 Gui/wm/ws.c --- 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"