[Mplayer-cvslog] CVS: main cfg-common.h,1.48,1.49

Alban Bedel CVS albeu at mplayerhq.hu
Sat Jul 20 15:53:55 CEST 2002


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

Modified Files:
	cfg-common.h 
Log Message:
Add direct rendering method 2


Index: cfg-common.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-common.h,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- cfg-common.h	8 Jul 2002 07:20:37 -0000	1.48
+++ cfg-common.h	20 Jul 2002 13:53:40 -0000	1.49
@@ -137,6 +137,9 @@
 #ifdef USE_LIBAVCODEC
 	{"lavdopts", lavc_decode_opts_conf, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL},
 #endif
+#ifdef HAVE_XVID
+	{"xvidopts", xvid_dec_opts, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL},
+#endif
 // ------------------------- subtitles options --------------------
 
 #ifdef USE_SUB
@@ -257,6 +260,10 @@
 
 #ifdef USE_LIBAVCODEC
 extern struct config lavc_decode_opts_conf[];
+#endif
+
+#ifdef HAVE_XVID
+extern struct config xvid_dec_opts[];
 #endif
 
 #endif




More information about the MPlayer-cvslog mailing list