summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-08-03 06:53:10 +0200
committerwm4 <wm4@nowhere>2012-08-03 06:53:10 +0200
commita78bb28ed63908ce2e02916dfefc0b0eb0af5807 (patch)
tree380896ad9acc6897616f68b320de8c505920f98f /cfg-mplayer.h
parentadde96a814b7fcca6f468c89a08fe92ff5f87a4f (diff)
downloadmpv-a78bb28ed63908ce2e02916dfefc0b0eb0af5807.tar.bz2
mpv-a78bb28ed63908ce2e02916dfefc0b0eb0af5807.tar.xz
sub: simplify code by always defining sub_cp
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 9857443aa8..4f776405ef 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -565,9 +565,7 @@ const m_option_t common_opts[] = {
OPT_STRINGLIST("sub", sub_name, 0),
OPT_PATHLIST("sub-paths", sub_paths, 0),
-#ifdef CONFIG_ICONV
{"subcp", &sub_cp, CONF_TYPE_STRING, 0, 0, 0, NULL},
-#endif
{"subdelay", &sub_delay, CONF_TYPE_FLOAT, 0, 0.0, 10.0, NULL},
{"subfps", &sub_fps, CONF_TYPE_FLOAT, 0, 0.0, 10.0, NULL},
OPT_MAKE_FLAGS("autosub", sub_auto, 0),