[MPlayer-cvslog] r22831 - trunk/libvo/vo_xvmc.c

Diego Biurrun diego at biurrun.de
Mon Mar 26 18:31:27 CEST 2007


On Mon, Mar 26, 2007 at 05:53:23PM +0200, iive wrote:
> 
> Log:
> prevent building xvmc with the old api.
> temporal solution until configure can handle it.
> 
> --- trunk/libvo/vo_xvmc.c	(original)
> +++ trunk/libvo/vo_xvmc.c	Mon Mar 26 17:53:23 2007
> @@ -47,6 +47,11 @@
>  
> +#include "libavcodec/avcodec.h"
> +#if LIBAVCODEC_BUILD < ((51<<16)+(40<<8)+2)
> +#error You need at least libavcodecs v51.40.2

libavcodec has no plural

This check is pointless.  You are testing for the in-tree libavcodec
version, but this one will always be sufficient.

Diego




More information about the MPlayer-cvslog mailing list