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

Diego Biurrun git at videolan.org
Sun May 12 12:55:43 CEST 2013


ffmpeg | branch: release/1.1 | Diego Biurrun <diego at biurrun.de> | Mon Mar 18 22:27:03 2013 +0100| [83553838027401b6e2c415d6bfbf386404400b8e] | committer: Reinhard Tartler

configure: Enable hwaccels without external dependencies by default.

(cherry picked from commit 2e2ec667416d8ed345491ac360fccc94e7a4772f)

This is a fixup for f074618 to reenable auto-detection of dxva in the
build environment.

Signed-off-by: Reinhard Tartler <siretart at tauware.de>

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

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

diff --git a/configure b/configure
index 05e75b7..6ab04ae 100755
--- a/configure
+++ b/configure
@@ -1845,6 +1845,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