summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2015-03-25 03:49:30 -0300
committerJames Almer <jamrial@gmail.com>2015-03-25 03:51:10 -0300
commit7c4910758ac2c47b8016e9334f78637aa800d967 (patch)
tree45c1dc30911a5af538b2467f82f409827e8dcb43 /configure
parent21175d8586d368f5f0b2ed0edda22f8f1c108330 (diff)
configure: add missing dependency for nvenc_h265
Should fix compilation of builds without nvenc Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index ede517eb22..a96bfb788b 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"