On Mon, Apr 04, 2011 at 02:33:47PM +0100, Måns Rullgård wrote:
> Luca Barbato <[email protected]> writes:
> 
> > VAAPI 0.32 is the minimum version required for the vc1 improvements
> > ---
> >  configure |    4 +++-
> >  1 files changed, 3 insertions(+), 1 deletions(-)
> >
> > diff --git a/configure b/configure
> > index 7755f28..bf99a9b 100755
> > --- a/configure
> > +++ b/configure
> > @@ -2827,7 +2827,9 @@ for thread in $THREADS_LIST; do
> >  done
> >  
> >  check_lib math.h sin -lm
> > -enabled vaapi && require vaapi va/va.h vaInitialize -lva
> > +enabled vaapi && require vaapi va/va.h vaInitialize -lva &&
> > +                { check_cpp_condition va/va_version.h 
> > "VA_CHECK_VERSION(0,32,0)" ||
> > +                  warn "VA-API < 0.32 detected, limited support enable, 
> > please update"; }
> 
> What exactly is the disabled by using the old version?

apparently only the vc1 decoder on sandy bridge judging from the
patch set. The warning seems too noisy for that.

Janne
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to