[Mplayer-cvslog] CVS: main/libvo video_out.c,1.38,1.39 Makefile,1.29,1.30
    Arpi of Ize 
    arpi at mplayer.dev.hu
       
    Sat Feb  9 02:30:37 CET 2002
    
        - Previous message: [Mplayer-cvslog] CVS: main mplayer.c,1.388,1.389
- Next message: [Mplayer-cvslog] CVS: main/DOCS/German cd-dvd.html,1.10,1.11 documentation.html,1.38,1.39 encoding.html,1.3,1.4 formats.html,1.4,1.5 sound.html,1.10,1.11
-  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
  
Update of /cvsroot/mplayer/main/libvo
In directory mplayer:/var/tmp.root/cvs-serv1547
Modified Files:
	video_out.c Makefile 
Log Message:
vo_yuv4mpeg added
Index: video_out.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/video_out.c,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- video_out.c	7 Feb 2002 02:29:55 -0000	1.38
+++ video_out.c	9 Feb 2002 01:30:35 -0000	1.39
@@ -84,6 +84,7 @@
 extern vo_functions_t video_out_ggi;
 extern vo_functions_t video_out_aa;
 extern vo_functions_t video_out_mpegpes;
+extern vo_functions_t video_out_yuv4mpeg;
 extern vo_functions_t video_out_dxr3;
 #ifdef HAVE_VESA
 extern vo_functions_t video_out_vesa;
@@ -154,6 +155,7 @@
         &video_out_pgm,
         &video_out_md5,
 	&video_out_mpegpes,
+	&video_out_yuv4mpeg,
 #ifdef HAVE_VESA
 	&video_out_vesa,
 #endif
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/Makefile,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- Makefile	15 Jan 2002 12:13:53 -0000	1.29
+++ Makefile	9 Feb 2002 01:30:35 -0000	1.30
@@ -3,7 +3,7 @@
 
 LIBNAME = libvo.a
 
-SRCS=aspect.c aclib.c osd.c font_load.c video_out.c vo_null.c vo_pgm.c vo_md5.c vo_mpegpes.c x11_common.c $(OPTIONAL_SRCS) img_format.c sub.c
+SRCS=aspect.c aclib.c osd.c font_load.c video_out.c vo_null.c vo_pgm.c vo_md5.c vo_mpegpes.c x11_common.c vo_yuv4mpeg.c $(OPTIONAL_SRCS) img_format.c sub.c
 OBJS=$(SRCS:.c=.o)
 
 ifeq ($(VIDIX),yes)
    
    
        
	- Previous message: [Mplayer-cvslog] CVS: main mplayer.c,1.388,1.389
- Next message: [Mplayer-cvslog] CVS: main/DOCS/German cd-dvd.html,1.10,1.11 documentation.html,1.38,1.39 encoding.html,1.3,1.4 formats.html,1.4,1.5 sound.html,1.10,1.11
-  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
More information about the MPlayer-cvslog
mailing list