Re: [FFmpeg-devel] [PATCH] configure: properly add dxva2 link dependencies

2016-11-16 Thread Hendrik Leppkes
On Sun, Nov 13, 2016 at 10:18 AM, Hendrik Leppkes wrote: > On Sat, Nov 12, 2016 at 2:02 AM, Hendrik Leppkes wrote: >> Fixes building with --disable-everything --enable-shared --enable-dxva2 >> >> The hwcontext DXVA2 implementation in avutil needs this library now, instead >> of just the ffmpeg pr

Re: [FFmpeg-devel] [PATCH] configure: properly add dxva2 link dependencies

2016-11-13 Thread Hendrik Leppkes
On Sat, Nov 12, 2016 at 2:02 AM, Hendrik Leppkes wrote: > Fixes building with --disable-everything --enable-shared --enable-dxva2 > > The hwcontext DXVA2 implementation in avutil needs this library now, instead > of just the ffmpeg program. > --- > configure | 3 ++- > 1 file changed, 2 insertion

[FFmpeg-devel] [PATCH] configure: properly add dxva2 link dependencies

2016-11-11 Thread Hendrik Leppkes
Fixes building with --disable-everything --enable-shared --enable-dxva2 The hwcontext DXVA2 implementation in avutil needs this library now, instead of just the ffmpeg program. --- configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure b/configure index c00c591.