[MPlayer-cvslog] CVS: main mplayer.c, 1.925, 1.926 configure, 1.1153, 1.1154

Richard Felker CVS syncmail at mplayerhq.hu
Fri Mar 31 01:47:05 CEST 2006


CVS change done by Richard Felker CVS

Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv27028

Modified Files:
	mplayer.c configure 
Log Message:
more cruft

Index: mplayer.c
===================================================================
RCS file: /cvsroot/mplayer/main/mplayer.c,v
retrieving revision 1.925
retrieving revision 1.926
diff -u -r1.925 -r1.926
--- mplayer.c	30 Mar 2006 23:44:35 -0000	1.925
+++ mplayer.c	30 Mar 2006 23:47:03 -0000	1.926
@@ -586,7 +586,7 @@
 #endif
   }
   mp_msg(MSGT_CPLAYER,MSGL_FATAL,"\n" MSGTR_IntBySignal,x,
-      current_module?current_module:mp_gettext("unknown")
+      current_module?current_module:"unknown"
   );
   if (identify)
       mp_msg(MSGT_GLOBAL, MSGL_INFO, "ID_SIGNAL=%d\n", x);

Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.1153
retrieving revision 1.1154
diff -u -r1.1153 -r1.1154
--- configure	30 Mar 2006 22:15:50 -0000	1.1153
+++ configure	30 Mar 2006 23:47:03 -0000	1.1154
@@ -362,7 +362,6 @@
   --enable-profile       compile profiling information into mplayer [disable]
   --disable-sighandler   disable sighandler for crashes [enable]
   --enable-crash-debug   enable automatic gdb attach on crash [disable]
-  --enable-i18n          _experimental_ gnu gettext() support [autodetect]
   --enable-dynamic-plugins  Enable support for dynamic a/v plugins [disable]
 
 Hazardous options a.k.a. "DO NOT REPORT ANY BUGS!"




More information about the MPlayer-cvslog mailing list