Moved web_source into web_source.c
2 files changed, 3 insertions(+), 1 deletions(-)

M inc/web_source.h
M src/web_source.c
M inc/web_source.h +1 -1
@@ 25,5 25,5 @@ 
 
 #include <webkit2/webkit2.h>
 
-struct obs_source_info web_source;
+extern struct obs_source_info web_source;
 #endif

          
M src/web_source.c +2 -0
@@ 25,6 25,8 @@ struct web_source {
 	pthread_mutex_t mutex;
 };
 
+struct obs_source_info web_source;
+
 static const char* get_name(void* data) {
 	(void) data;
 	return "Wayland browser";