summaryrefslogtreecommitdiffstats
path: root/options/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'options/options.h')
-rw-r--r--options/options.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/options/options.h b/options/options.h
index 126e4cb59a..1935888032 100644
--- a/options/options.h
+++ b/options/options.h
@@ -355,8 +355,6 @@ struct filter_opts {
int deinterlace;
};
-extern const m_option_t mp_opts[];
-extern const struct MPOpts mp_default_opts;
extern const struct m_sub_options vo_sub_opts;
extern const struct m_sub_options dvd_conf;
extern const struct m_sub_options mp_subtitle_sub_opts;
@@ -364,5 +362,6 @@ extern const struct m_sub_options mp_osd_render_sub_opts;
extern const struct m_sub_options filter_conf;
extern const struct m_sub_options resample_conf;
extern const struct m_sub_options stream_conf;
+extern const struct m_sub_options mp_opt_root;
#endif