diff options
Diffstat (limited to 'core/cfg-mplayer.h')
-rw-r--r-- | core/cfg-mplayer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/cfg-mplayer.h b/core/cfg-mplayer.h index 22017f930b..651ec61a77 100644 --- a/core/cfg-mplayer.h +++ b/core/cfg-mplayer.h @@ -282,6 +282,8 @@ const m_option_t msgl_config[]={ extern const m_option_t lavc_decode_opts_conf[]; +#define OPT_BASE_STRUCT struct MPOpts + const m_option_t common_opts[] = { // ------------------------- common options -------------------- OPT_FLAG("quiet", quiet, CONF_GLOBAL), |