summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-10-28 23:25:18 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-10-28 23:25:18 +0000
commit6d9b5684fdb40ec4b64ef88e03e9ba8224483266 (patch)
tree6ebbce633ab2b7f9e656ecca2c1095c61beb15cf /cfg-mplayer.h
parent7bbf1acf5eafc072a573b5caea74be0d811801b1 (diff)
downloadmpv-6d9b5684fdb40ec4b64ef88e03e9ba8224483266.tar.bz2
mpv-6d9b5684fdb40ec4b64ef88e03e9ba8224483266.tar.xz
Allow attaching gdb on crash automatically.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13795 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index a7d5e695e7..53ec4e0d1a 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -329,6 +329,10 @@ m_option_t mplayer_opts[]={
//---------------------- mplayer-only options ------------------------
+#ifdef CRASH_DEBUG
+ {"crash-debug", &crash_debug, CONF_TYPE_FLAG, CONF_GLOBAL, 0, 1, NULL},
+ {"nocrash-debug", &crash_debug, CONF_TYPE_FLAG, CONF_GLOBAL, 1, 0, NULL},
+#endif
{"osdlevel", &osd_level, CONF_TYPE_INT, CONF_RANGE, 0, 3, NULL},
#ifdef HAVE_MENU
{"menu", &use_menu, CONF_TYPE_FLAG, CONF_GLOBAL, 0, 1, NULL},