[Mplayer-cvslog] CVS: main/Gui error.c,1.1,1.2 gui.mak,1.2,1.3
Zoltan Ponekker
pontscho at mplayer.dev.hu
Thu Sep 6 11:36:50 CEST 2001
Update of /cvsroot/mplayer/main/Gui
In directory mplayer:/var/tmp.root/cvs-serv10290/Gui
Modified Files:
error.c gui.mak
Log Message:
fix mwm bug's. faszom (C), and remove mixer.*
Index: error.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/error.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- error.c 25 Aug 2001 21:04:26 -0000 1.1
+++ error.c 6 Sep 2001 09:36:39 -0000 1.2
@@ -5,7 +5,7 @@
#include "error.h"
-int debug_level = 6;
+int debug_level = 2;
FILE * debug_file;
int debug_stderr = 0;
Index: gui.mak
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/gui.mak,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gui.mak 26 Aug 2001 19:54:34 -0000 1.2
+++ gui.mak 6 Sep 2001 09:36:39 -0000 1.3
@@ -3,7 +3,7 @@
SKINOBJ = skin/skin.o skin/font.o skin/cut.o
MPLAYERSRCS = $(MPLAYERDIR)mplayer.c $(MPLAYERDIR)widgets.c $(MPLAYERDIR)play.c \
- $(MPLAYERDIR)psignal.c $(MPLAYERDIR)mixer.c
+ $(MPLAYERDIR)psignal.c
MPLAYEROBJS = $(MPLAYERSRCS:.c=.o)
SRCS = $(SKINSRC) $(BITMAPSRCS) wm/ws.c wm/wsconv.c app.c config.c events.c timer.c language.c error.c
More information about the MPlayer-cvslog
mailing list