provisions for new zoran driver (zr2)

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11388 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
rik 2003-11-04 20:00:55 +00:00
parent e963c4c874
commit a67c3d4c59
1 changed files with 3 additions and 3 deletions

6
configure vendored
View File

@ -4902,8 +4902,8 @@ fi
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 @@ if test "$_zr" = yes ; then
fi
else
_def_zr='#undef HAVE_ZR'
_novomodules="zr $_novomodules"
_novomodules="zr zr2 $_novomodules"
echores "$_zr"
fi