projects
/
handbrake
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f12ebd4
)
libhb: Fix an ifdef typo
author
sr55
<sr55.hb@outlook.com>
Mon, 2 Jul 2018 20:50:41 +0000
(21:50 +0100)
committer
sr55
<sr55.hb@outlook.com>
Mon, 2 Jul 2018 20:50:41 +0000
(21:50 +0100)
libhb/common.c
patch
|
blob
|
history
diff --git
a/libhb/common.c
b/libhb/common.c
index e8a1dee9fa3553d457bd4dc03d04092b6589384f..5d3a430b602891e52616b9de1939de47d44c6e0a 100644
(file)
--- 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