Add image source module to obs-studio basic UI

...We really need to make this search for modules and automatically load
them.
This commit is contained in:
jp9000 2014-06-27 15:39:12 -07:00
parent cf0b8be3a2
commit dfb7ff4139

View file

@ -481,6 +481,7 @@ void OBSBasic::OBSInit()
/* TODO: this is a test, all modules will be searched for and loaded
* automatically later */
obs_load_module("image-source");
obs_load_module("test-input");
obs_load_module("obs-ffmpeg");
obs_load_module("obs-libfdk");