Skip to content
Snippets Groups Projects
Commit 7c491075 authored by James Almer's avatar James Almer
Browse files

configure: add missing dependency for nvenc_h265


Should fix compilation of builds without nvenc

Signed-off-by: default avatarJames Almer <jamrial@gmail.com>
parent 21175d85
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment