diff options
author | James Almer <jamrial@gmail.com> | 2015-03-25 03:49:30 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2015-03-25 03:51:10 -0300 |
commit | 7c4910758ac2c47b8016e9334f78637aa800d967 (patch) | |
tree | 45c1dc30911a5af538b2467f82f409827e8dcb43 | |
parent | 21175d8586d368f5f0b2ed0edda22f8f1c108330 (diff) | |
download | ffmpeg-7c4910758ac2c47b8016e9334f78637aa800d967.tar.gz |
configure: add missing dependency for nvenc_h265
Should fix compilation of builds without nvenc
Signed-off-by: James Almer <jamrial@gmail.com>
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |