[Mplayer-cvslog] CVS: main/Gui interface.c,1.8,1.9
Dariush Pietrzak
eyck at mplayerhq.hu
Thu Apr 18 16:04:01 CEST 2002
Update of /cvsroot/mplayer/main/Gui
In directory mail:/var/tmp.root/cvs-serv20201
Modified Files:
interface.c
Log Message:
ifdef reading dvd args, without it non-dvd compilation fails.
(correct me if i'm wrong)
Index: interface.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/interface.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- interface.c 17 Apr 2002 21:12:11 -0000 1.8
+++ interface.c 18 Apr 2002 14:03:50 -0000 1.9
@@ -47,7 +47,9 @@
void guiGetEvent( int type,char * arg )
{
+#ifdef USE_DVDREAD
dvd_priv_t * dvdp = (dvd_priv_t *) arg;
+#endif
switch ( type )
{
case guiXEvent:
More information about the MPlayer-cvslog
mailing list