Files
obs-studio/libobs
Sebastian Beckmann 62429135ba libobs: Use RTLD_NOW to load modules
RTLD_LAZY means that symbols will only be resolved when first used,
while RTLD_NOW tries to resolve them immediately. This means that if
there are missing symbols (e.g, because a function got removed from
libobs), dlopen with RTLD_LAZY will happily open that module but we get
a runtime crash when the module tries to use that symbol, while with
RTLD_NOW we instead get a (nicer) error on dlopen.
2025-09-03 16:01:57 -04:00
..
2022-07-19 09:28:51 -03:00
2025-09-03 16:01:57 -04:00
2025-08-28 16:58:24 -04:00
2023-05-20 01:31:18 -07:00
2023-05-20 01:31:18 -07:00
2025-09-03 15:34:26 -04:00
2025-09-03 15:34:26 -04:00
2025-08-22 20:21:36 -04:00
2025-08-22 21:11:53 -04:00
2025-09-03 14:14:49 -04:00
2025-09-03 14:14:49 -04:00