Added media-video/distroav-6.1.1

This commit is contained in:
saundersp
2025-07-25 23:09:33 +02:00
parent b78060fc62
commit d9125ff2c1
5 changed files with 83 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
--- a/src/plugin-main.cpp
+++ b/src/plugin-main.cpp
@@ -246,6 +246,7 @@ const NDIlib_v4 *load_ndilib()
}
#if defined(__linux__) || defined(__APPLE__)
locations << "/usr/lib";
+ locations << "/usr/lib64";
locations << "/usr/local/lib";
#endif
for (QString location : locations) {