[Mplayer-cvslog] CVS: main configure,1.802,1.803
Rik Snel CVS
rik at mplayerhq.hu
Tue Nov 4 21:01:01 CET 2003
- Previous message: [Mplayer-cvslog] CVS: main/libmpcodecs vd_zrmjpeg.c,NONE,1.1 Makefile,1.112,1.113 img_format.c,1.9,1.10 img_format.h,1.14,1.15 mp_image.h,1.27,1.28 vd.c,1.72,1.73
- Next message: [Mplayer-cvslog] CVS: main codec-cfg.c,1.107,1.108
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv17517
Modified Files:
configure
Log Message:
provisions for new zoran driver (zr2)
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.802
retrieving revision 1.803
diff -u -r1.802 -r1.803
--- configure 3 Nov 2003 16:35:17 -0000 1.802
+++ configure 4 Nov 2003 20:00:55 -0000 1.803
@@ -4902,8 +4902,8 @@
if test "$_zr" = yes ; then
if test "$_libavcodec" = yes ; then
_def_zr='#define HAVE_ZR 1'
- _vosrc="$_vosrc vo_zr.c jpeg_enc.c"
- _vomodules="zr $_vomodules"
+ _vosrc="$_vosrc vo_zr2.c vo_zr.c jpeg_enc.c"
+ _vomodules="zr zr2 $_vomodules"
echores "$_zr"
else
echores "libavcodec (static) is required by zr, sorry"
@@ -4912,7 +4912,7 @@
fi
else
_def_zr='#undef HAVE_ZR'
- _novomodules="zr $_novomodules"
+ _novomodules="zr zr2 $_novomodules"
echores "$_zr"
fi
- Previous message: [Mplayer-cvslog] CVS: main/libmpcodecs vd_zrmjpeg.c,NONE,1.1 Makefile,1.112,1.113 img_format.c,1.9,1.10 img_format.h,1.14,1.15 mp_image.h,1.27,1.28 vd.c,1.72,1.73
- Next message: [Mplayer-cvslog] CVS: main codec-cfg.c,1.107,1.108
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list