diff options
author | sr55 <[email protected]> | 2018-07-02 21:50:41 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2018-07-02 21:50:41 +0100 |
commit | 7ceb4dda6383044cc80c9c6d101ba3f2ff8df174 (patch) | |
tree | d33950077698a763c6ea625f558f1fd86f086eca /libhb/common.c | |
parent | f12ebd45ef608ccc75b8e4382e58aafe414831d8 (diff) |
libhb: Fix an ifdef typo
Diffstat (limited to 'libhb/common.c')
-rw-r--r-- | libhb/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |