From 6ebfaa607d19c1c0620e75192f0dcdd0d1a6fa37 Mon Sep 17 00:00:00 2001 From: arpi Date: Thu, 17 Jan 2002 01:28:20 +0000 Subject: -zr* added - patch by Rik Snel git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4214 b3059339-0415-0410-9bf9-f77b7e298cf2 --- cfg-mplayer.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'cfg-mplayer.h') 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 -- cgit v1.2.3