Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2013-03-19 01:27:03 +0400
committerDiego Biurrun <diego@biurrun.de>2013-03-21 17:19:03 +0400
commit2e2ec667416d8ed345491ac360fccc94e7a4772f (patch)
treed98d4d3eabf835743b8c34fc474afd24316554ba /configure
parent72ad96c8544cff11b66fa3412023c6c535703f74 (diff)
configure: Enable hwaccels without external dependencies by default.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
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