[Mplayer-cvslog] CVS: main cfg-mplayer.h,1.122,1.123

Arpi of Ize arpi at mplayer.dev.hu
Thu Jan 17 02:28:23 CET 2002


Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv6394

Modified Files:
	cfg-mplayer.h 
Log Message:
-zr* added - patch by Rik Snel <rsnel at cube.dyndns.org>

Index: cfg-mplayer.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-mplayer.h,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -r1.122 -r1.123
--- cfg-mplayer.h	14 Jan 2002 23:55:51 -0000	1.122
+++ cfg-mplayer.h	17 Jan 2002 01:28:20 -0000	1.123
@@ -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
@@ -237,6 +241,10 @@
 
 #ifdef HAVE_AA
 	{"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




More information about the MPlayer-cvslog mailing list