Mercurial > mplayer.hg
changeset 11387:19fe73d1cb03
provisions for new zoran driver (zr2)
author | rik |
---|---|
date | Tue, 04 Nov 2003 20:00:55 +0000 |
parents | 229079491864 |
children | a9de2f4781dd |
files | configure |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Tue Nov 04 19:58:37 2003 +0000 +++ b/configure Tue Nov 04 20:00:55 2003 +0000 @@ -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