[MPlayer-cvslog] CVS: main/libvo video_out.c,1.97,1.98
Nicolas Plourde CVS
syncmail at mplayerhq.hu
Thu May 5 02:17:29 CEST 2005
CVS change done by Nicolas Plourde CVS
Update of /cvsroot/mplayer/main/libvo
In directory mail:/var2/tmp/cvs-serv31168/libvo
Modified Files:
video_out.c
Log Message:
do not define video_out_macosx if corevideo is not present
Index: video_out.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/video_out.c,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -r1.97 -r1.98
--- video_out.c 29 Apr 2005 11:41:07 -0000 1.97
+++ video_out.c 5 May 2005 00:17:27 -0000 1.98
@@ -121,7 +121,9 @@
extern vo_functions_t video_out_tga;
#endif
#ifdef MACOSX
+#ifdef MACOSX_COREVIDEO
extern vo_functions_t video_out_macosx;
+#endif
extern vo_functions_t video_out_quartz;
#endif
#ifdef HAVE_PNM
@@ -140,7 +142,9 @@
&video_out_directx,
#endif
#ifdef MACOSX
+#ifdef MACOSX_COREVIDEO
&video_out_macosx,
+#endif
&video_out_quartz,
#endif
#ifdef HAVE_XMGA
More information about the MPlayer-cvslog
mailing list