SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
12
multimedia/shotcut/patches/patch-src_util_cpp
Normal file
12
multimedia/shotcut/patches/patch-src_util_cpp
Normal file
|
@ -0,0 +1,12 @@
|
|||
Index: src/util.cpp
|
||||
--- src/util.cpp.orig
|
||||
+++ src/util.cpp
|
||||
@@ -538,6 +538,8 @@ bool Util::isMemoryLow()
|
||||
meminfo.close();
|
||||
LOG_INFO() << "available RAM = " << availableKB << "KB";
|
||||
return availableKB < kLowMemoryThresholdKB;
|
||||
+#else
|
||||
+ return false;
|
||||
#endif
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue