Mercurial > mplayer.hg
changeset 4213:f1e1b02314ef
-zr* added - patch by Rik Snel <rsnel@cube.dyndns.org>
author | arpi |
---|---|
date | Thu, 17 Jan 2002 01:28:20 +0000 |
parents | 3df2c500a2e9 |
children | 664984198aef |
files | cfg-mplayer.h |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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