Check for duplicate sources/outputs/encoders/etc

With the recent change to module handling by BtbN, I felt that having
this information might be useful in case someone is actually using make
install to set up their libraries.
This commit is contained in:
jp9000
2014-07-28 16:08:56 -07:00
parent cd2c75a05d
commit 53aa0a60d5
6 changed files with 48 additions and 17 deletions

View File

@@ -17,7 +17,7 @@
#include "obs-internal.h"
static inline const struct obs_service_info *find_service(const char *id)
const struct obs_service_info *find_service(const char *id)
{
size_t i;
for (i = 0; i < obs->service_types.num; i++)