summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-17 01:28:20 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-17 01:28:20 +0000
commit6ebfaa607d19c1c0620e75192f0dcdd0d1a6fa37 (patch)
tree7c1136c2f31d72ac94151aa6d9977e4c77fd530a /cfg-mplayer.h
parent8e1b994f93f3c1f2447448b8a465fd92351fd3df (diff)
downloadmpv-6ebfaa607d19c1c0620e75192f0dcdd0d1a6fa37.tar.bz2
mpv-6ebfaa607d19c1c0620e75192f0dcdd0d1a6fa37.tar.xz
-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
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h8
1 files changed, 8 insertions, 0 deletions
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