Reinhard Tartler <[email protected]> writes: > From: Gwenole Beauchesne <[email protected]> > > ffmpeg | branch: master | Gwenole Beauchesne > <[email protected]> | Tue Mar 29 09:12:03 2011 +0200| > [f99abb15a1f666b66a83ec31b13bfe01e3dd3845] | committer: Gwenole Beauchesne > > vaapi: disable if check_lib failed. > >> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f99abb15a1f666b66a83ec31b13bfe01e3dd3845 > --- > configure | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/configure b/configure > index dbcada5..a0059a9 100755 > --- a/configure > +++ b/configure > @@ -2832,7 +2832,7 @@ for thread in $THREADS_LIST; do > done > > check_lib math.h sin -lm > -disabled vaapi || check_lib va/va.h vaInitialize -lva > +disabled vaapi || check_lib va/va.h vaInitialize -lva || disable vaapi
This doesn't change anything unless the dependencies are incomplete. Whatever it is meant to fix, it should be done differently. -- Måns Rullgård [email protected] _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
