[Mplayer-cvslog] CVS: main/libmpcodecs vd.c,1.25,1.26 Makefile,1.14,1.15
Alex Beregszaszi
alex at mplayer.dev.hu
Fri Mar 22 23:14:04 CET 2002
- Previous message: [Mplayer-cvslog] CVS: main codec-cfg.c,1.75,1.76 codec-cfg.h,1.49,1.50
- Next message: [Mplayer-cvslog] CVS: main/DOCS/German bugreports.html,1.11,1.12 codecs.html,1.27,1.28 faq.html,1.21,1.22 mencoder.1,1.4,1.5 mplayer.1,1.7,1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/libmpcodecs
In directory mplayer:/var/tmp.root/cvs-serv13111
Modified Files:
vd.c Makefile
Log Message:
added zlib
Index: vd.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vd.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- vd.c 21 Mar 2002 01:21:35 -0000 1.25
+++ vd.c 22 Mar 2002 22:14:01 -0000 1.26
@@ -45,6 +45,7 @@
extern vd_functions_t mpcodecs_vd_ijpg;
extern vd_functions_t mpcodecs_vd_libmpeg2;
extern vd_functions_t mpcodecs_vd_huffyuv;
+extern vd_functions_t mpcodecs_vd_zlib;
vd_functions_t* mpcodecs_vd_drivers[] = {
&mpcodecs_vd_null,
@@ -86,6 +87,9 @@
#endif
&mpcodecs_vd_libmpeg2,
&mpcodecs_vd_huffyuv,
+#ifdef HAVE_ZLIB
+ &mpcodecs_vd_zlib,
+#endif
NULL
};
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/Makefile,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- Makefile 21 Mar 2002 01:21:35 -0000 1.14
+++ Makefile 22 Mar 2002 22:14:01 -0000 1.15
@@ -3,7 +3,7 @@
LIBNAME = libmpcodecs.a
-SRCS=dec_video.c vd.c vd_null.c vd_cinepak.c vd_qtrpza.c vd_ffmpeg.c vd_dshow.c vd_vfw.c vd_odivx.c vd_divx4.c vd_raw.c vd_xanim.c vd_msvidc.c vd_fli.c vd_qtrle.c vd_qtsmc.c vd_roqvideo.c vd_cyuv.c vd_nuv.c vd_libmpeg2.c vd_msrle.c vd_huffyuv.c
+SRCS=dec_video.c vd.c vd_null.c vd_cinepak.c vd_qtrpza.c vd_ffmpeg.c vd_dshow.c vd_vfw.c vd_odivx.c vd_divx4.c vd_raw.c vd_xanim.c vd_msvidc.c vd_fli.c vd_qtrle.c vd_qtsmc.c vd_roqvideo.c vd_cyuv.c vd_nuv.c vd_libmpeg2.c vd_msrle.c vd_huffyuv.c vd_zlib.c
ifeq ($(PNG),yes)
SRCS += vd_mpng.c
- Previous message: [Mplayer-cvslog] CVS: main codec-cfg.c,1.75,1.76 codec-cfg.h,1.49,1.50
- Next message: [Mplayer-cvslog] CVS: main/DOCS/German bugreports.html,1.11,1.12 codecs.html,1.27,1.28 faq.html,1.21,1.22 mencoder.1,1.4,1.5 mplayer.1,1.7,1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list