[FFmpeg-cvslog] build: Have old H.264/HEVC nvenc encoders select their new counterparts

Diego Biurrun git at videolan.org
Thu Apr 13 23:21:28 EEST 2017


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Sat Dec  3 15:36:32 2016 +0100| [6bd9590b33742f1cceecc0c0d81b3caf3d8a4e1a] | committer: Diego Biurrun

build: Have old H.264/HEVC nvenc encoders select their new counterparts

This makes sense and takes care of missing build dependencies.

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

 configure | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure b/configure
index 1183090613..98b123aee8 100755
--- a/configure
+++ b/configure
@@ -2234,8 +2234,8 @@ vc1_qsv_decoder_select="qsvdec vc1_qsv_hwaccel vc1_parser"
 vp8_qsv_decoder_deps="libmfx"
 vp8_qsv_decoder_select="qsvdec vp8_qsv_hwaccel vp8_parser"
 
-nvenc_h264_encoder_deps="nvenc"
-nvenc_hevc_encoder_deps="nvenc"
+nvenc_h264_encoder_select="h264_nvenc_encoder"
+nvenc_hevc_encoder_select="hevc_nvenc_encoder"
 
 # parsers
 h264_parser_select="golomb h264dsp h264parse"



More information about the ffmpeg-cvslog mailing list