summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-04 21:04:28 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-04 21:04:28 +0000
commit474a0e6223ad23dd5af8f9db37bf840df37510a7 (patch)
tree38643bddb1a3f56b34185f21ee85833a6b84160a /cfg-mplayer.h
parent95a34e058da0f3eb394b8f1851ffbfc4373f1e2a (diff)
downloadmpv-474a0e6223ad23dd5af8f9db37bf840df37510a7.tar.bz2
mpv-474a0e6223ad23dd5af8f9db37bf840df37510a7.tar.xz
-slave patch by Kilian A. Foth <foth@informatik.uni-hamburg.de>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3323 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index 670616dec6..06d227a584 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -244,6 +244,8 @@ struct config conf[]={
{"nodapsync", &dapsync, CONF_TYPE_FLAG, 0, 1, 0},
{"softsleep", &softsleep, CONF_TYPE_FLAG, 0, 0, 1},
+ {"slave", &slave_mode, CONF_TYPE_FLAG, 0, 0, 1},
+
#define MAIN_CONF
#include "cfg-common.h"