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

Reimar Döffinger Reimar.Doeffinger at stud.uni-karlsruhe.de
Mon Mar 26 20:34:43 CEST 2007


Hello,
On Mon, Mar 26, 2007 at 06:31:27PM +0200, Diego Biurrun wrote:
> 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.

Even for the shared version I don't think we have any intentions to
support old version (and at least from vd_ffmpeg all these #ifdefs were
removed long ago).

Greetings,
Reimar Döffinger



More information about the MPlayer-cvslog mailing list