# HG changeset patch # User arpi # Date 1011230900 0 # Node ID f1e1b02314ef99e9e85297854121ab19a8c153cf # Parent 3df2c500a2e91cfccbd32b6fa1b3b34e2d0b9e85 -zr* added - patch by Rik Snel diff -r 3df2c500a2e9 -r f1e1b02314ef cfg-mplayer.h --- a/cfg-mplayer.h Thu Jan 17 01:27:45 2002 +0000 +++ b/cfg-mplayer.h Thu Jan 17 01:28:20 2002 +0000 @@ -65,6 +65,10 @@ 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 @@ {"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