]> 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:20:27 +0000 (08:20 -0700)
(cherry picked from commit 8a6542db8b53aa2a6572ecd94e4f2a35285becc4)

libhb/nvenc_common.c

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