Skip to content
Snippets Groups Projects
Commit d4f9486b authored by Simon McVittie's avatar Simon McVittie
Browse files

library: Use INTERNAL_ERROR for assertion failure


CANNOT_LOAD is a misleading result for an invalid symbols file format.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent be833fb6
No related branches found
No related tags found
1 merge request!77Look for vulkaninfo, wflinfo in SRT_HELPERS_PATH
......@@ -534,7 +534,7 @@ _srt_check_library_presence (const char *helpers_path,
break;
default:
g_return_val_if_reached (SRT_LIBRARY_ISSUES_CANNOT_LOAD);
g_return_val_if_reached (SRT_LIBRARY_ISSUES_INTERNAL_ERROR);
}
for (gsize i = 0; hidden_deps != NULL && hidden_deps[i] != NULL; i++)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment