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

Diego Biurrun git at videolan.org
Fri Mar 22 12:59:15 CET 2013


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Mon Mar 18 22:27:03 2013 +0100| [2e2ec667416d8ed345491ac360fccc94e7a4772f] | committer: Diego Biurrun

configure: Enable hwaccels without external dependencies by default.

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

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

diff --git a/configure b/configure
index f690db1..111f9fd 100755
--- 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



More information about the ffmpeg-cvslog mailing list