diff options
author | John Stebbins <[email protected]> | 2019-02-11 08:15:18 -0700 |
---|---|---|
committer | John Stebbins <[email protected]> | 2019-02-11 08:15:18 -0700 |
commit | 8a6542db8b53aa2a6572ecd94e4f2a35285becc4 (patch) | |
tree | 01ba12166f6929964333f59ab907e2599cf9771f /libhb | |
parent | 0dfaca7611915764f4693dba189fc02d1bbf45fa (diff) |
nvenc_common: fix compiler warning
Diffstat (limited to 'libhb')
-rw-r--r-- | libhb/nvenc_common.c | 2 |
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 |