No subject


Thu Jun 18 06:10:30 UTC 2009


,----[line 7209ff.
| if test "$_zr" = yes ; then
|   if test "$_libavcodec_a" = yes ; then
|     def_zr='#define CONFIG_ZR 1'
|     _vomodules="zr zr2 $_vomodules"
|   else
|     _res_comment="libavcodec (static) is required by zr, sorry"
|     _novomodules="zr $_novomodules"
|     def_zr='#undef CONFIG_ZR'
|   fi
| else
|   def_zr='#undef CONFIG_ZR'
|   _novomodules="zr zr2 $_novomodules"
| fi
| echores "$_zr"
`----

We deliberatly do not compile libavcodec.a in mplayer, because we need
to link against the system copy of libavcodec.so.52. Therefore it is
unfortunately not just a matter of adding --enable-zr. C.f. also with
the configure switches of the current package in debian/unstable.

TBH, I'm pretty puzzled why the configure script does that check this
way. Can you perhaps try to patch the configure script to not bail out
in this case? If that works, please send in that patch and I'll gladly
integrate it in the mplayer package.

Unfortunately, I cannot test such a package myself because I don't own
such hardware.

-- 
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4





More information about the pkg-multimedia-maintainers mailing list