From 83553838027401b6e2c415d6bfbf386404400b8e Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 18 Mar 2013 22:27:03 +0100 Subject: [PATCH] configure: Enable hwaccels without external dependencies by default. (cherry picked from commit 2e2ec667416d8ed345491ac360fccc94e7a4772f) This is a fixup for f074618 to reenable auto-detection of dxva in the build environment. Signed-off-by: Reinhard Tartler --- configure | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure b/configure index 05e75b73f7..6ab04ae322 100755 --- a/configure +++ b/configure @@ -1845,6 +1845,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