Combine linux-xcomposite and linux-capture (xshm)

This commit is contained in:
jp9000
2014-08-29 17:20:02 -07:00
parent a9cd60a78f
commit 15fb027647
63 changed files with 276 additions and 289 deletions
+9
View File
@@ -21,8 +21,17 @@ OBS_MODULE_USE_DEFAULT_LOCALE("linux-xshm", "en-US")
extern struct obs_source_info xshm_input;
extern void xcomposite_load(void);
extern void xcomposite_unload(void);
bool obs_module_load(void)
{
obs_register_source(&xshm_input);
xcomposite_load();
return true;
}
void obs_module_unload(void)
{
xcomposite_unload();
}