[Mplayer-cvslog] CVS: main/libvo Makefile,1.17,1.18 video_out.c,1.24,1.25

Arpi of Ize arpi at mplayer.dev.hu
Mon Oct 29 01:48:23 CET 2001


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

Modified Files:
	Makefile video_out.c 
Log Message:
vo_odivx disabled

Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/Makefile,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- Makefile	24 Oct 2001 07:34:41 -0000	1.17
+++ Makefile	29 Oct 2001 00:48:20 -0000	1.18
@@ -3,7 +3,7 @@
 
 LIBNAME = libvo.a
 
-SRCS=aspect.c aclib.c osd.c font_load.c yuv2rgb.c video_out.c vo_null.c vo_pgm.c vo_md5.c vo_mpegpes.c vo_odivx.c x11_common.c $(OPTIONAL_SRCS)
+SRCS=aspect.c aclib.c osd.c font_load.c yuv2rgb.c video_out.c vo_null.c vo_pgm.c vo_md5.c vo_mpegpes.c x11_common.c $(OPTIONAL_SRCS)
 OBJS=$(SRCS:.c=.o)
 
 ifeq ($(TARGET_ARCH_X86),yes)

Index: video_out.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/video_out.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- video_out.c	17 Oct 2001 18:24:50 -0000	1.24
+++ video_out.c	29 Oct 2001 00:48:20 -0000	1.25
@@ -60,7 +60,7 @@
 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_odivx;
 extern vo_functions_t video_out_pgm;
 extern vo_functions_t video_out_md5;
 extern vo_functions_t video_out_syncfb;
@@ -124,7 +124,7 @@
 	&video_out_png,
 #endif	
         &video_out_null,
-        &video_out_odivx,
+//        &video_out_odivx,
         &video_out_pgm,
         &video_out_md5,
 	&video_out_mpegpes,




More information about the MPlayer-cvslog mailing list