diff options
author | Diego Biurrun <diego@biurrun.de> | 2013-03-22 13:24:16 +0100 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2013-03-22 13:24:16 +0100 |
commit | 90f1aa38b6664b9c260b4c7bda5df49e38b964bc (patch) | |
tree | ad68c303e8d198973f28778cde1a46d092260964 | |
parent | fc5c81ce0a4463822a3693277d21ceaf16b873b7 (diff) | |
download | ffmpeg-90f1aa38b6664b9c260b4c7bda5df49e38b964bc.tar.gz |
configure: Enable hwaccels without external dependencies by default.
Fixes ticket #2368.
(cherry picked from commit 2e2ec667416d8ed345491ac360fccc94e7a4772f)
-rwxr-xr-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2169,6 +2169,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)' FFSERVERLDFLAGS=-Wl,-E |