]> granicus.if.org Git - handbrake/commitdiff
nvenc_common: fix compiler warning
authorJohn Stebbins <jstebbins.hb@gmail.com>
Mon, 11 Feb 2019 15:15:18 +0000 (08:15 -0700)
committerJohn Stebbins <jstebbins.hb@gmail.com>
Mon, 11 Feb 2019 15:15:18 +0000 (08:15 -0700)
libhb/nvenc_common.c

index f731e7928c5b2363ae730cb057f2a9e72ff0b8b7..f1b7f42804d9a09e67e0d78b01309d9a0be4fc96 100644 (file)
@@ -15,6 +15,8 @@
 #include <ffnvcodec/dynlink_loader.h>
 #endif 
 
+int hb_check_nvenc_available();
+
 int hb_nvenc_h264_available()
 {
     #ifdef USE_NVENC