summaryrefslogtreecommitdiffstats
path: root/cfg-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'cfg-common.h')
-rw-r--r--cfg-common.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/cfg-common.h b/cfg-common.h
index 84befe486e..e48ecd6d34 100644
--- a/cfg-common.h
+++ b/cfg-common.h
@@ -137,6 +137,9 @@
#ifdef USE_LIBAVCODEC
{"lavdopts", lavc_decode_opts_conf, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL},
#endif
+#ifdef HAVE_XVID
+ {"xvidopts", xvid_dec_opts, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL},
+#endif
// ------------------------- subtitles options --------------------
#ifdef USE_SUB
@@ -259,4 +262,8 @@ extern char** vo_plugin_args;
extern struct config lavc_decode_opts_conf[];
#endif
+#ifdef HAVE_XVID
+extern struct config xvid_dec_opts[];
+#endif
+
#endif