[Mplayer-cvslog] CVS: main/libvo video_out.c,1.37,1.38
Richard Felker CVS
rfelker at mplayer.dev.hu
Thu Feb 7 03:29:58 CET 2002
Update of /cvsroot/mplayer/main/libvo
In directory mplayer:/var/tmp.root/cvs-serv15135/libvo
Modified Files:
video_out.c
Log Message:
finished making vesa optional
Index: video_out.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/video_out.c,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- video_out.c 3 Feb 2002 09:28:58 -0000 1.37
+++ video_out.c 7 Feb 2002 02:29:55 -0000 1.38
@@ -85,7 +85,7 @@
extern vo_functions_t video_out_aa;
extern vo_functions_t video_out_mpegpes;
extern vo_functions_t video_out_dxr3;
-#ifdef TARGET_LINUX
+#ifdef HAVE_VESA
extern vo_functions_t video_out_vesa;
#endif
extern vo_functions_t video_out_directfb;
@@ -154,7 +154,7 @@
&video_out_pgm,
&video_out_md5,
&video_out_mpegpes,
-#if defined( ARCH_X86 ) && defined( TARGET_LINUX )
+#ifdef HAVE_VESA
&video_out_vesa,
#endif
#ifdef HAVE_DIRECTFB
More information about the MPlayer-cvslog
mailing list