diff options
Diffstat (limited to 'libhb/handbrake/nvenc_common.h')
-rw-r--r-- | libhb/handbrake/nvenc_common.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libhb/handbrake/nvenc_common.h b/libhb/handbrake/nvenc_common.h index f7873b882..1a94c77fc 100644 --- a/libhb/handbrake/nvenc_common.h +++ b/libhb/handbrake/nvenc_common.h @@ -7,5 +7,10 @@ * For full terms see the file COPYING file or visit http://www.gnu.org/licenses/gpl-2.0.html */ +#ifndef HANDBRAKE_NVENC_COMMON_H +#define HANDBRAKE_NVENC_COMMON_H + int hb_nvenc_h264_available(); int hb_nvenc_h265_available(); + +#endif // HANDBRAKE_NVENC_COMMON_H |