From: John Stebbins Date: Mon, 11 Feb 2019 15:15:18 +0000 (-0700) Subject: nvenc_common: fix compiler warning X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8a6542db8b53aa2a6572ecd94e4f2a35285becc4;p=handbrake nvenc_common: fix compiler warning --- 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 #endif +int hb_check_nvenc_available(); + int hb_nvenc_h264_available() { #ifdef USE_NVENC