Skip to content

Commit

Permalink
nvenc_common: fix compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jstebbins committed Feb 11, 2019
1 parent 0dfaca7 commit 8a6542d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libhb/nvenc_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
#include <ffnvcodec/dynlink_loader.h>
#endif

int hb_check_nvenc_available();

int hb_nvenc_h264_available()
{
#ifdef USE_NVENC
Expand Down

0 comments on commit 8a6542d

Please sign in to comment.