0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 04:42:18 +02:00

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.
This commit is contained in:
jp9000 2014-05-30 03:31:49 -07:00
parent c55b1771cd
commit d2ff9d5bf4

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");