git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
72ad96c
)
configure: Enable hwaccels without external dependencies by default.
author
Diego Biurrun
<diego@biurrun.de>
Mon, 18 Mar 2013 21:27:03 +0000
(22:27 +0100)
committer
Diego Biurrun
<diego@biurrun.de>
Thu, 21 Mar 2013 13:19:03 +0000
(14:19 +0100)
configure
patch
|
blob
|
history
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