[Mplayer-cvslog] CVS: main cfg-mplayer.h,1.180,1.181

Arpi of Ize arpi at mplayerhq.hu
Sun Nov 10 14:57:44 CET 2002


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

Modified Files:
	cfg-mplayer.h 
Log Message:
Switch containing options for DirectFB library was renamed to dfbopts.
Layer selection is done as "subdevice" - integer nuber after -vo
directfb: where -1 is autodetection and 0,1,2... are for layers
example: mplayer -vo directfb:2 -dfbopts matrox-crtc2,matrox-tv-standard=pal *.avi


Index: cfg-mplayer.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-mplayer.h,v
retrieving revision 1.180
retrieving revision 1.181
diff -u -r1.180 -r1.181
--- cfg-mplayer.h	1 Nov 2002 18:22:46 -0000	1.180
+++ cfg-mplayer.h	10 Nov 2002 13:57:35 -0000	1.181
@@ -21,6 +21,11 @@
 extern char *fb_dev_name;
 #endif
 #endif
+#ifdef HAVE_DIRECTFB
+#if DIRECTFBVERSION > 912
+extern char *dfb_params;
+#endif
+#endif
 #ifdef HAVE_PNG
 extern int z_compression;
 #endif
@@ -235,6 +240,11 @@
 #else
 #ifdef HAVE_DIRECTFB
 	{"fb", &fb_dev_name, CONF_TYPE_STRING, 0, 0, 0, NULL},
+#endif
+#endif
+#ifdef HAVE_DIRECTFB
+#if DIRECTFBVERSION > 912
+	{"dfbopts", &dfb_params, CONF_TYPE_STRING, 0, 0, 0, NULL},
 #endif
 #endif
 




More information about the MPlayer-cvslog mailing list