summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-10-28 20:07:39 +0100
committerwm4 <wm4@nowhere>2012-10-30 19:50:20 +0100
commitbf4cf84573de0e117b728e9b41bab94b8f00becd (patch)
tree7a32d9f9a39b8eb87d754804848bbb54d7515d03 /cfg-mplayer.h
parentb0317a8bee839c3ffccd666581acb25baa5106d7 (diff)
downloadmpv-bf4cf84573de0e117b728e9b41bab94b8f00becd.tar.bz2
mpv-bf4cf84573de0e117b728e9b41bab94b8f00becd.tar.xz
cleanup: remove references to CONFIG_XVID4
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index d317f0eb32..e93a7f8d40 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -318,7 +318,6 @@ const m_option_t msgl_config[]={
};
extern const m_option_t lavc_decode_opts_conf[];
-extern const m_option_t xvid_dec_opts[];
const m_option_t common_opts[] = {
// ------------------------- common options --------------------
@@ -504,9 +503,6 @@ const m_option_t common_opts[] = {
{"lavdopts", (void *) lavc_decode_opts_conf, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL},
{"lavfdopts", (void *) lavfdopts_conf, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL},
-#ifdef CONFIG_XVID4
- {"xvidopts", (void *)xvid_dec_opts, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL},
-#endif
{"codecs-file", &codecs_file, CONF_TYPE_STRING, 0, 0, 0, NULL},
// ------------------------- subtitles options --------------------