mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 10:40:21 +00:00
Rename ultragrid modules to ultragrid_* instead of module_*
This commit is contained in:
@@ -272,7 +272,7 @@ const void *load_library(const char *name, enum library_class cls, int abi_versi
|
||||
// Library was not found or was not loaded due to unsatisfied
|
||||
// dependencies. If the latter one, display reason why dlopen() failed.
|
||||
if (library_class_info.find(cls) != library_class_info.end()) {
|
||||
string filename = "module_";
|
||||
string filename = "ultragrid_";
|
||||
if (strlen(library_class_info.at(cls).file_prefix) > 0) {
|
||||
filename += library_class_info.at(cls).file_prefix;
|
||||
filename += "_";
|
||||
|
||||
Reference in New Issue
Block a user