1
0
Эх сурвалжийг харах

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.
jp9000 11 жил өмнө
parent
commit
d2ff9d5bf4

+ 1 - 0
obs/window-basic-main.cpp

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