git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
configure: Enable hwaccels without external dependencies by default.
[ffmpeg.git]
/
configure
diff --git
a/configure
b/configure
index
f690db1
..
111f9fd
100755
(executable)
--- 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