diff --git a/cfg-mplayer.h b/cfg-mplayer.h index 2f57b868de..520c093e38 100644 --- a/cfg-mplayer.h +++ b/cfg-mplayer.h @@ -65,6 +65,10 @@ extern int WinID; extern int vo_aa_parseoption(struct config * conf, char *opt, char * param); #endif +#ifdef HAVE_ZR +extern int vo_zr_parseoption(struct config * conf, char *opt, char * param); +#endif + #ifdef HAVE_NEW_GUI extern char * skinName; #endif @@ -239,6 +243,10 @@ static config_t mplayer_opts[]={ {"aa*", vo_aa_parseoption, CONF_TYPE_FUNC_FULL, 0, 0, 0 , NULL}, #endif +#ifdef HAVE_ZR + {"zr*", vo_zr_parseoption, CONF_TYPE_FUNC_FULL, 0, 0, 0 }, +#endif + #ifdef HAVE_LIRC {"lircconf", &lirc_configfile, CONF_TYPE_STRING, CONF_GLOBAL, 0, 0, NULL}, #endif