[Mplayer-cvslog] CVS: main configure,1.802,1.803

Rik Snel CVS rik at mplayerhq.hu
Tue Nov 4 21:01:01 CET 2003


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
 



More information about the MPlayer-cvslog mailing list