summaryrefslogtreecommitdiffstats
path: root/libhb
diff options
context:
space:
mode:
authorJohn Stebbins <[email protected]>2019-02-11 08:15:18 -0700
committerJohn Stebbins <[email protected]>2019-02-11 08:15:18 -0700
commit8a6542db8b53aa2a6572ecd94e4f2a35285becc4 (patch)
tree01ba12166f6929964333f59ab907e2599cf9771f /libhb
parent0dfaca7611915764f4693dba189fc02d1bbf45fa (diff)
nvenc_common: fix compiler warning
Diffstat (limited to 'libhb')
-rw-r--r--libhb/nvenc_common.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libhb/nvenc_common.c b/libhb/nvenc_common.c
index f731e7928..f1b7f4280 100644
--- a/libhb/nvenc_common.c
+++ b/libhb/nvenc_common.c
@@ -15,6 +15,8 @@
#include <ffnvcodec/dynlink_loader.h>
#endif
+int hb_check_nvenc_available();
+
int hb_nvenc_h264_available()
{
#ifdef USE_NVENC