On Tue, Jun 13, 2017 at 02:55:34PM +0200, Diego Biurrun wrote:
> On Tue, Jun 13, 2017 at 03:31:12PM +0300, Martin Storsjö wrote:
> > --- a/configure
> > +++ b/configure
> > @@ -5159,6 +5159,10 @@ esac
> >  
> >  enabled asm || { arch=c; disable $ARCH_LIST $ARCH_EXT_LIST; }
> >  
> > +# d3d11va requires linking directly to dxgi and d3d11 if not building for
> > +# the desktop api partition
> > +enabled LoadLibrary || d3d11va_extralibs="-ldxgi -ld3d11"
> > +
> >  check_deps $CONFIG_LIST       \
> >             $CONFIG_EXTRA      \
> >             $HAVE_LIST         \
> 
> That's not a good place for the hack. Problem is, I don't see a good place
> anywhere. I'll try to think of something.

Move it above

  enabled vaapi && require vaapi va/va.h vaInitialize -lva

around line 4875 please. Then it's next to the other linker checks for
hardware-accelerated stuff.

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

Reply via email to