summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-07-29 18:12:23 +0200
committerwm4 <wm4@nowhere>2012-07-30 01:40:42 +0200
commit6009965cdd7984245188e3c7e68e28d60dd06078 (patch)
treed9feea74acd28b5a5adcdd724ebb7c9fa977f137 /cfg-mplayer.h
parent897d1c01bca01bf874d4cd45a9bb4fc9b2b2806f (diff)
downloadmpv-6009965cdd7984245188e3c7e68e28d60dd06078.tar.bz2
mpv-6009965cdd7984245188e3c7e68e28d60dd06078.tar.xz
sub: remove unrar_exec
This removes the ability to open compressed bitmap subtitles from rar files. The code makes me afraid, and I never needed this feature.
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index 32a513c437..dd6537678b 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -44,8 +44,6 @@ extern char *lirc_configfile;
extern char *vo_geometry;
extern int stop_xscreensaver;
-extern char *unrar_executable;
-
extern char *mp_msg_charset;
extern int mp_msg_color;
extern int mp_msg_module;
@@ -827,9 +825,6 @@ const m_option_t mplayer_opts[]={
OPT_STRING("vobsub", vobsub_name, 0),
{"vobsubid", &vobsub_id, CONF_TYPE_INT, CONF_RANGE, 0, 31, NULL},
-#ifdef CONFIG_UNRAR_EXEC
- {"unrarexec", &unrar_executable, CONF_TYPE_STRING, 0, 0, 0, NULL},
-#endif
{"sstep", &step_sec, CONF_TYPE_INT, CONF_MIN, 0, 0, NULL},