From 7ceb4dda6383044cc80c9c6d101ba3f2ff8df174 Mon Sep 17 00:00:00 2001 From: sr55 <sr55.hb@outlook.com> Date: Mon, 2 Jul 2018 21:50:41 +0100 Subject: [PATCH] libhb: Fix an ifdef typo --- libhb/common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libhb/common.c b/libhb/common.c index e8a1dee9f..5d3a430b6 100644 --- a/libhb/common.c +++ b/libhb/common.c @@ -31,7 +31,7 @@ #include <windows.h> #endif -#ifdef USE_QSV +#ifdef USE_NVENC #include "nvenc_common.h" #endif -- 2.40.0