[FFmpeg-cvslog] configure: add missing dependency for nvenc_h265

James Almer git at videolan.org
Wed Mar 25 07:51:54 CET 2015


ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Wed Mar 25 03:49:30 2015 -0300| [7c4910758ac2c47b8016e9334f78637aa800d967] | committer: James Almer

configure: add missing dependency for nvenc_h265

Should fix compilation of builds without nvenc

Signed-off-by: James Almer <jamrial at gmail.com>

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

 configure |    1 +
 1 file changed, 1 insertion(+)

diff --git a/configure b/configure
index ede517e..a96bfb7 100755
--- a/configure
+++ b/configure
@@ -2420,6 +2420,7 @@ libutvideo_decoder_deps="libutvideo"
 libutvideo_encoder_deps="libutvideo"
 libzvbi_teletext_decoder_deps="libzvbi"
 nvenc_encoder_deps="nvenc"
+nvenc_h265_encoder_deps="nvenc"
 
 # demuxers / muxers
 ac3_demuxer_select="ac3_parser"



More information about the ffmpeg-cvslog mailing list