mirror of
https://github.com/mpv-player/mpv
synced 2025-02-17 04:58:06 +00:00
more cruft
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18004 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
f93707e51a
commit
e5782cf37b
1
configure
vendored
1
configure
vendored
@ -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!"
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user