On Wed, Jun 07, 2017 at 01:09:15PM +0200, Diego Biurrun wrote: > On Tue, Jun 06, 2017 at 06:51:07PM +0200, wm4 wrote: > > --- a/configure > > +++ b/configure > > @@ -4877,6 +4877,10 @@ if enabled libxcb; then > > check_pkg_config libxcb_xfixes xcb-xfixes xcb/xfixes.h > > xcb_xfixes_get_cursor_image > > fi > > > > +enabled d3d11va && > > + check_type "windows.h d3d11.h" ID3D11VideoDevice || > > + disable d3d11va > > This should be below > > check_type "d3d9.h dxva2api.h" DXVA2_ConfigPictureDecode > -D_WIN32_WINNT=0x0602
.. and ID3D11VideoDevice be added to the _deps for d3d11va. Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
