1
mirror of https://github.com/mpv-player/mpv synced 2024-07-11 23:47:56 +02:00

-zr* added - patch by Rik Snel <rsnel@cube.dyndns.org>

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4214 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2002-01-17 01:28:20 +00:00
parent 8e1b994f93
commit 6ebfaa607d

View File

@ -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