[Mplayer-cvslog] CVS: main/libvo vo_dxr3.c,1.31,1.32

David Holm mswitch at mplayer.dev.hu
Tue Jan 15 11:10:23 CET 2002


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

Modified Files:
	vo_dxr3.c 
Log Message:
Moved declaration of picture_* out of ifdef MP1E as not to break compilation for those of you who disable libmp1e


Index: vo_dxr3.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_dxr3.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- vo_dxr3.c	15 Jan 2002 00:22:56 -0000	1.31
+++ vo_dxr3.c	15 Jan 2002 10:10:20 -0000	1.32
@@ -46,11 +46,11 @@
 rte_context *mp1e_context = NULL;
 rte_codec *mp1e_codec = NULL;
 rte_buffer mp1e_buffer;
+#endif
 
 /* Color buffer data used with libmp1e */
 static unsigned char *picture_data[3];
 static unsigned int picture_linesize[3];
-#endif
 
 /* Resolutions and positions */
 static int v_width, v_height;




More information about the MPlayer-cvslog mailing list