[Mplayer-cvslog] CVS: main/libvo video_out.c,1.58,1.59

Arpi of Ize arpi at mplayerhq.hu
Sat Sep 28 21:03:53 CEST 2002


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

Modified Files:
	video_out.c 
Log Message:
-vo directx driver by Sascha Sommer <saschasommer at freenet.de>


Index: video_out.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/video_out.c,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- video_out.c	18 Sep 2002 01:22:03 -0000	1.58
+++ video_out.c	28 Sep 2002 19:03:50 -0000	1.59
@@ -70,6 +70,9 @@
 extern vo_functions_t video_out_aa;
 extern vo_functions_t video_out_mpegpes;
 extern vo_functions_t video_out_yuv4mpeg;
+#ifdef HAVE_DIRECTX
+extern vo_functions_t video_out_directx;
+#endif
 #ifdef HAVE_DXR2
 extern vo_functions_t video_out_dxr2;
 #endif
@@ -121,6 +124,9 @@
 #endif
 #ifdef HAVE_SDL
         &video_out_sdl,
+#endif
+#ifdef HAVE_DIRECTX
+        &video_out_directx,
 #endif
 #ifdef HAVE_GGI
 	&video_out_ggi,




More information about the MPlayer-cvslog mailing list