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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVittorio Giovara <vittorio.giovara@gmail.com>2014-12-03 06:12:40 +0300
committerVittorio Giovara <vittorio.giovara@gmail.com>2014-12-03 15:54:23 +0300
commit7834a54c66d46471b246b411627efe2e8ef9dd47 (patch)
tree74528be5a17fcc0bd49e910f5d681b316e9ef5f2 /configure
parent894545cb717427a47f800dc7738b923afde139a6 (diff)
configure: enable vda hwaccel by default
Following the old thread suggestions. Vittorio
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 355a95bdbb..9ac4a8e5fe 100755
--- a/configure
+++ b/configure
@@ -2245,7 +2245,7 @@ enable static
enable swscale_alpha
# By default, enable only those hwaccels that have no external dependencies.
-enable dxva2 vdpau
+enable dxva2 vda vdpau
# build settings
SHFLAGS='-shared -Wl,-soname,$$(@F)'