libhb: Fix an ifdef typo
authorsr55 <sr55.hb@outlook.com>
Mon, 2 Jul 2018 20:50:41 +0000 (21:50 +0100)
committersr55 <sr55.hb@outlook.com>
Mon, 2 Jul 2018 20:50:41 +0000 (21:50 +0100)
libhb/common.c

index e8a1dee9fa3553d457bd4dc03d04092b6589384f..5d3a430b602891e52616b9de1939de47d44c6e0a 100644 (file)
@@ -31,7 +31,7 @@
 #include <windows.h>
 #endif
 
-#ifdef USE_QSV
+#ifdef USE_NVENC
 #include "nvenc_common.h"
 #endif