obs-studio/test
jp9000 2bd8ab7c09 (API Change) libobs: Add global module config path
API Changed:
---------------------------
From:
- bool obs_startup(const char *locale, profiler_name_store_t *store);

To:
- bool obs_startup(const char *locale, const char *module_config_path,
		profiler_name_store_t *store);

Summary:
---------------------------
This allows plugin modules to store plugin-specific configuration data
(rather than only allowing objects to store configuration data).  This
will be useful for things like caching data, for example looking up and
storing ingests from remote (rather than storing locally), or caching
font data (so it doesn't have to build a font cache each time), among
other things.

Also adds a module-specific directory for the UI
2015-08-19 12:16:20 -07:00
..
osx (API Change) libobs: Add profile_name_store_t parameter to obs_startup 2015-08-12 15:30:29 +02:00
test-input (API Change) Fix filter rendering design flaw 2015-03-25 10:03:06 -07:00
win (API Change) libobs: Add global module config path 2015-08-19 12:16:20 -07:00
CMakeLists.txt Full rewrite of all CMakeLists 2014-01-24 18:56:32 +01:00