fix: ensure DirectX capturer is supported. (backport: 3-0-x) (#13738)

* Ensure DirectX capturer is supported.

* Actually try building on Windows.
This commit is contained in:
trop[bot] 2018-07-20 14:25:29 +10:00 committed by Samuel Attard
parent 8d9775b0b1
commit 2955b0168c
2 changed files with 10 additions and 4 deletions

View file

@ -36,7 +36,7 @@ class DesktopCapturer : public mate::EventEmitter<DesktopCapturer>,
std::unique_ptr<DesktopMediaList> media_list_;
#if defined(OS_WIN)
bool using_directx_capturer_;
bool using_directx_capturer_ = false;
#endif // defined(OS_WIN)
protected: