[Mplayer-cvslog] CVS: main/libvo video_out.c,1.21,1.22
Arpi of Ize
arpi at mplayer.dev.hu
Thu Sep 27 14:23:25 CEST 2001
Update of /cvsroot/mplayer/main/libvo
In directory mplayer:/var/tmp.root/cvs-serv1723
Modified Files:
video_out.c
Log Message:
tdfxfb yuv driver by Zeljko Stevanovic <zsteva at ptt.yu>
Index: video_out.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/video_out.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- video_out.c 8 Sep 2001 20:48:02 -0000 1.21
+++ video_out.c 27 Sep 2001 12:23:23 -0000 1.22
@@ -57,6 +57,7 @@
extern vo_functions_t video_out_fsdga;
extern vo_functions_t video_out_sdl;
extern vo_functions_t video_out_3dfx;
+extern vo_functions_t video_out_tdfxfb;
extern vo_functions_t video_out_null;
extern vo_functions_t video_out_odivx;
extern vo_functions_t video_out_pgm;
@@ -82,6 +83,9 @@
#endif
#ifdef HAVE_3DFX
&video_out_3dfx,
+#endif
+#ifdef HAVE_TDFXFB
+ &video_out_tdfxfb,
#endif
#ifdef HAVE_XV
&video_out_xv,
More information about the MPlayer-cvslog
mailing list