[Mplayer-cvslog] CVS: main/Gui gui.mak,1.1,1.2 language.c,1.1,1.2 shmem.c,1.1,NONE shmem.h,1.1,NONE

Arpi of Ize arpi at mplayer.dev.hu
Sun Aug 26 21:54:43 CEST 2001


Update of /cvsroot/mplayer/main/Gui
In directory mplayer:/var/tmp.root/cvs-serv11016

Modified Files:
	gui.mak language.c 
Removed Files:
	shmem.c shmem.h 
Log Message:
shmem.c removed

Index: gui.mak
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/gui.mak,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gui.mak	25 Aug 2001 21:04:26 -0000	1.1
+++ gui.mak	26 Aug 2001 19:54:34 -0000	1.2
@@ -6,6 +6,6 @@
 	     $(MPLAYERDIR)psignal.c $(MPLAYERDIR)mixer.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 shmem.c
+SRCS = $(SKINSRC) $(BITMAPSRCS) wm/ws.c wm/wsconv.c app.c config.c events.c timer.c language.c error.c
 OBJS = $(SRCS:.c=.o)
 

Index: language.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/language.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- language.c	25 Aug 2001 21:04:26 -0000	1.1
+++ language.c	26 Aug 2001 19:54:34 -0000	1.2
@@ -16,6 +16,8 @@
 char * langNEMDB = "Sorry, not enough memory for draw buffer.";
 char * langNEMFMR = "Sorry, not enough memory for menu rendering.";
 char * langNEMFMM = "Sorry, not enough memory for main window shape mask.";
+
+#if 0
 char * langLIRCSNW = "LIRC support not working. Disabled.";
 char * langAudioDriverSelectNotSupported = "Your audio driver DOES NOT support select(). Recompile mplayer with #undef HAVE_AUDIO_SELECT in config.h !";
 char * langNotSupportedFileFormat = "Sorry, this file format not recognized/supported. If this file is an AVI, ASF or MPEG stream, please contact the author!";
@@ -40,4 +42,4 @@
                              "Or you should disable DShow support.";
 char * langCantInitVideoDriver = "FATAL: Cannot initialize video driver!";
 char * langUnknowError = "Unknow error. Please contact the developer team.";
-
+#endif

--- shmem.c DELETED ---

--- shmem.h DELETED ---




More information about the MPlayer-cvslog mailing list