changeset 18003:9fc72c7291d5

more cruft
author rfelker
date Thu, 30 Mar 2006 23:47:03 +0000
parents 3ef9d2209e34
children bcd805923554
files configure mplayer.c
diffstat 2 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Thu Mar 30 23:44:35 2006 +0000
+++ b/configure	Thu Mar 30 23:47:03 2006 +0000
@@ -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!"
--- a/mplayer.c	Thu Mar 30 23:44:35 2006 +0000
+++ b/mplayer.c	Thu Mar 30 23:47:03 2006 +0000
@@ -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);