From e5782cf37b2f6e340d17a8a9eec6d6461f1fee42 Mon Sep 17 00:00:00 2001 From: rfelker Date: Thu, 30 Mar 2006 23:47:03 +0000 Subject: [PATCH] more cruft git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18004 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 1 - mplayer.c | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/configure b/configure index 13ed99f18e..d2bc5948ff 100755 --- a/configure +++ b/configure @@ -362,7 +362,6 @@ Advanced options: --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!" diff --git a/mplayer.c b/mplayer.c index 672006bdd7..365668f755 100644 --- a/mplayer.c +++ b/mplayer.c @@ -586,7 +586,7 @@ static void exit_sighandler(int x){ #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);