UI: Add 'win-dshow' plugin initialization

I really need to make this thing automatically search for plugins some
time.  I've got to admit it's kind of annoying.
master
jp9000 2014-05-30 03:31:49 -07:00
parent c55b1771cd
commit d2ff9d5bf4
1 changed files with 1 additions and 0 deletions

View File

@ -477,6 +477,7 @@ void OBSBasic::OBSInit()
#elif _WIN32
obs_load_module("win-wasapi");
obs_load_module("win-capture");
obs_load_module("win-dshow");
#else
obs_load_module("linux-xshm");
obs_load_module("linux-xcomposite");