mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-04 06:36:08 -05: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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user