comparison configure @ 11387:19fe73d1cb03

provisions for new zoran driver (zr2)
author rik
date Tue, 04 Nov 2003 20:00:55 +0000
parents 3544f1823f6b
children 6736b7fd66a8
comparison
equal deleted inserted replaced
11386:229079491864 11387:19fe73d1cb03
4900 fi 4900 fi
4901 fi 4901 fi
4902 if test "$_zr" = yes ; then 4902 if test "$_zr" = yes ; then
4903 if test "$_libavcodec" = yes ; then 4903 if test "$_libavcodec" = yes ; then
4904 _def_zr='#define HAVE_ZR 1' 4904 _def_zr='#define HAVE_ZR 1'
4905 _vosrc="$_vosrc vo_zr.c jpeg_enc.c" 4905 _vosrc="$_vosrc vo_zr2.c vo_zr.c jpeg_enc.c"
4906 _vomodules="zr $_vomodules" 4906 _vomodules="zr zr2 $_vomodules"
4907 echores "$_zr" 4907 echores "$_zr"
4908 else 4908 else
4909 echores "libavcodec (static) is required by zr, sorry" 4909 echores "libavcodec (static) is required by zr, sorry"
4910 _novomodules="zr $_novomodules" 4910 _novomodules="zr $_novomodules"
4911 _def_zr='#undef HAVE_ZR' 4911 _def_zr='#undef HAVE_ZR'
4912 fi 4912 fi
4913 else 4913 else
4914 _def_zr='#undef HAVE_ZR' 4914 _def_zr='#undef HAVE_ZR'
4915 _novomodules="zr $_novomodules" 4915 _novomodules="zr zr2 $_novomodules"
4916 echores "$_zr" 4916 echores "$_zr"
4917 fi 4917 fi
4918 4918
4919 echocheck "bl" 4919 echocheck "bl"
4920 if test "$_bl" = yes ; then 4920 if test "$_bl" = yes ; then