Skip to content

Commit

Permalink
Make it a little easier to disable DirectShow
Browse files Browse the repository at this point in the history
  • Loading branch information
RobDangerous committed May 4, 2022
1 parent b7d9f05 commit fb5456c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ if (platform === Platform.Windows) {
project.addLib('strmiids');
project.addLib('winmm');
}
else {
project.addDefine('KINC_NO_DIRECTSHOW');
}

project.addLib('wbemuuid');

Expand Down

0 comments on commit fb5456c

Please sign in to comment.