From bf4cf84573de0e117b728e9b41bab94b8f00becd Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 28 Oct 2012 20:07:39 +0100 Subject: [PATCH] cleanup: remove references to CONFIG_XVID4 --- cfg-mplayer.h | 4 ---- 1 file changed, 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 --------------------