summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-07-02 19:25:34 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-07-02 19:25:34 +0000
commit76c3dc2348b13cee192cb71df784aff65600fe0a (patch)
tree6a59846f73053d9f4d6975688c1b4f20e607598f /cfg-mplayer.h
parentda580b3956186b7b9952a482ef00551e1d7f967f (diff)
downloadmpv-76c3dc2348b13cee192cb71df784aff65600fe0a.tar.bz2
mpv-76c3dc2348b13cee192cb71df784aff65600fe0a.tar.xz
-dsp option removed, displaying help text (-ao oss:dsp_path)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1256 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index d0601584e2..56d0279abd 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -46,7 +46,8 @@ struct config conf[]={
CONF_TYPE_PRINT, CONF_NOCFG, 0, 0},
{"vo", &video_driver, CONF_TYPE_STRING, 0, 0, 0},
{"ao", &audio_driver, CONF_TYPE_STRING, 0, 0, 0},
- {"dsp", &dsp, CONF_TYPE_STRING, 0, 0, 0},
+// {"dsp", &dsp, CONF_TYPE_STRING, CONF_NOCFG, 0, 0},
+ {"dsp", "Use -ao oss:dsp_path!\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0},
{"mixer", &mixer_device, CONF_TYPE_STRING, 0, 0, 0},
{"master", &mixer_usemaster, CONF_TYPE_FLAG, 0, 0, 1},
#ifdef HAVE_X11
@@ -181,4 +182,3 @@ struct config conf[]={
{"h", help_text, CONF_TYPE_PRINT, CONF_NOCFG, 0, 0},
{NULL, NULL, 0, 0, 0, 0}
};
-