mirror of
https://github.com/mpv-player/mpv
synced 2024-12-17 20:34:58 +00:00
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:
parent
e963c4c874
commit
a67c3d4c59
6
configure
vendored
6
configure
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user