[MPlayer-dev-eng] [MPlayer-cvslog] r31573 - trunk/configure

Reimar Döffinger Reimar.Doeffinger at gmx.de
Mon Jun 28 07:51:54 CEST 2010


On Sun, Jun 27, 2010 at 09:55:17PM +0200, siretart wrote:
> Author: siretart
> Date: Sun Jun 27 21:55:17 2010
> New Revision: 31573
> 
> Log:
> libvpx does not require static libavcodec
> 
> Modified:
>    trunk/configure
> 
> Modified: trunk/configure
> ==============================================================================
> --- trunk/configure	Sun Jun 27 21:20:38 2010	(r31572)
> +++ trunk/configure	Sun Jun 27 21:55:17 2010	(r31573)
> @@ -7577,9 +7577,6 @@ echores "$_libschroedinger_lavc"
>  echocheck "libvpx"
>  if test "$_libvpx_lavc" = auto; then
>    _libvpx_lavc=no
> -  if test "$_libavcodec_a" != yes; then
> -    res_comment="libavcodec (static) is required by libvpx, sorry"
> -  else
>      cat > $TMPC << EOF
>  #include <vpx/vpx_encoder.h>
>  #include <vpx/vpx_decoder.h>
> @@ -7593,7 +7590,6 @@ int main(void) {
>  }
>  EOF
>      cc_check -lvpx && _libvpx_lavc=yes && extra_ldflags="$extra_ldflags -lvpx"
> -  fi
>  fi

This is _wrong_, we should _not_ link against -lvpx _ever_ if we link against
dynamic libavcodec, please revert (but feel free to change the comment to e.g.
"libvpx irrelevant when using dynamic libavcodec").



More information about the MPlayer-dev-eng mailing list