From 8a6542db8b53aa2a6572ecd94e4f2a35285becc4 Mon Sep 17 00:00:00 2001 From: John Stebbins Date: Mon, 11 Feb 2019 08:15:18 -0700 Subject: nvenc_common: fix compiler warning --- libhb/nvenc_common.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libhb/nvenc_common.c') 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 -- cgit v1.2.3