[FFmpeg-cvslog] configure: Enable hwaccels without external dependencies by default.

Diego Biurrun git at videolan.org
Fri Mar 22 13:25:26 CET 2013


ffmpeg | branch: release/1.2 | Diego Biurrun <diego at biurrun.de> | Fri Mar 22 13:24:16 2013 +0100| [90f1aa38b6664b9c260b4c7bda5df49e38b964bc] | committer: Carl Eugen Hoyos

configure: Enable hwaccels without external dependencies by default.

Fixes ticket #2368.
(cherry picked from commit 2e2ec667416d8ed345491ac360fccc94e7a4772f)

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=90f1aa38b6664b9c260b4c7bda5df49e38b964bc
---

 configure |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/configure b/configure
index dff53d8..d557cac 100755
--- a/configure
+++ b/configure
@@ -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



More information about the ffmpeg-cvslog mailing list