Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
Kdenlive
Commits
1d2cf8f0
Commit
1d2cf8f0
authored
Nov 13, 2019
by
Jean-Baptiste Mardelle
Browse files
Fix Windows compilation
parent
0adfcd21
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main.cpp
View file @
1d2cf8f0
...
...
@@ -57,8 +57,8 @@
extern
"C"
{
// Inform the driver we could make use of the discrete gpu
__declspec
(
dllexport
)
DWORD
NvOptimusEnablement
=
0x00000001
;
__declspec
(
dllexport
)
int
AmdPowerXpressRequestHighPerformance
=
1
;
//
__declspec(dllexport) DWORD NvOptimusEnablement = 0x00000001;
//
__declspec(dllexport) int AmdPowerXpressRequestHighPerformance = 1;
}
#endif
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment