From: Diego Biurrun Date: Mon, 18 Mar 2013 21:27:03 +0000 (+0100) Subject: configure: Enable hwaccels without external dependencies by default. X-Git-Tag: n2.0~26^2~784 X-Git-Url: http://git.videolan.org/?p=ffmpeg.git;a=commitdiff_plain;h=2e2ec667416d8ed345491ac360fccc94e7a4772f;ds=sidebyside configure: Enable hwaccels without external dependencies by default. --- diff --git a/configure b/configure index f690db1f18..111f9fdc19 100755 --- a/configure +++ b/configure @@ -1908,6 +1908,9 @@ enable safe_bitstream_reader enable static enable swscale_alpha +# By default, enable only those hwaccels that have no external dependencies. +enable dxva2 vdpau + # build settings SHFLAGS='-shared -Wl,-soname,$$(@F)' AVSERVERLDFLAGS=-Wl,-E