summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authorszabii <szabii@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-03-19 18:14:21 +0000
committerszabii <szabii@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-03-19 18:14:21 +0000
commit5c58141a5fae7c0767b7fc0599f274c77cb738d5 (patch)
treeebfe2a16753a933a1c2d3b2f103adfacd79c7a8d /cfg-mplayer.h
parented05b55be4916b56938bbf5d369932f8d97b8839 (diff)
downloadmpv-5c58141a5fae7c0767b7fc0599f274c77cb738d5.tar.bz2
mpv-5c58141a5fae7c0767b7fc0599f274c77cb738d5.tar.xz
new option: -include
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@163 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index 1505fb13c0..c9c68f1c70 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -4,6 +4,7 @@
struct config conf[]={
/* name, pointer, type, flags, min, max */
+ {"include", cfg_include, CONF_TYPE_FUNC_PARAM, 0, 0, 0}, /* this must be the first!!! */
{"o", "Option -o has been renamed to -vo (video-out), use -vo !\n",
CONF_TYPE_PRINT, CONF_NOCFG, 0, 0},
{"vo", &video_driver, CONF_TYPE_STRING, 0, 0, 0},