diff options
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 |