CVS: main/libvo video_out.c,1.38,1.39 Makefile,1.29,1.30
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)
participants (1)
-
Arpi of Ize