[MPlayer-cvslog] CVS: main/Gui/mplayer play.c,1.89,1.90
Reimar Döffinger CVS
syncmail at mplayerhq.hu
Sun Aug 21 12:19:27 CEST 2005
CVS change done by Reimar Döffinger CVS
Update of /cvsroot/mplayer/main/Gui/mplayer
In directory mail:/var2/tmp/cvs-serv23242/Gui/mplayer
Modified Files:
play.c
Log Message:
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...
Index: play.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/mplayer/play.c,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- play.c 25 Mar 2004 21:49:48 -0000 1.89
+++ play.c 21 Aug 2005 10:19:25 -0000 1.90
@@ -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"
More information about the MPlayer-cvslog
mailing list