summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authorUoti Urpala <uau@mplayer2.org>2012-08-21 18:52:31 +0300
committerwm4 <wm4@nowhere>2012-09-18 21:04:46 +0200
commit435d7c97c900a53adedcca32b07bb4a9a5f890d3 (patch)
tree24734f7004cfc6da51b1b60b5e850449e32b7f7c /cfg-mplayer.h
parentd21b109bf7d3f36c13298d794c856eff834946c3 (diff)
downloadmpv-435d7c97c900a53adedcca32b07bb4a9a5f890d3.tar.bz2
mpv-435d7c97c900a53adedcca32b07bb4a9a5f890d3.tar.xz
cleanup: remove pointless #defines
Remove the following #defines, which should never change in practice: CONFIG_FAKE_MONO, OUTBURST, FAST_OSD, FAST_OSD_TABLE The configure script hardcoded these to particular values in config.h. They could only be changed by manually editing it. I don't think anyone would want to. X11_FULLSCREEN This once did something, but became meaningless years ago and was now always set to true if the files using it were compiled at all. Conflicts: configure libvo/osd.c libvo/vo_gl.c Merged from mplayer2. The OSD defines were already removed in this fork.
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index 4e2756b298..4acdf96657 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -470,9 +470,7 @@ const m_option_t common_opts[] = {
// ------------------------- codec/vfilter options --------------------
// MP3-only: select stereo/left/right
-#ifdef CONFIG_FAKE_MONO
{"stereo", &fakemono, CONF_TYPE_INT, CONF_RANGE, 0, 2, NULL},
-#endif
{"af*", &af_cfg.list, CONF_TYPE_STRING_LIST, 0, 0, 0, NULL},
{"af-adv", (void *) audio_filter_conf, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL},