mirror of
https://repo.dec05eba.com/gpu-screen-recorder
synced 2026-03-31 09:07:13 +09:00
FreeBSD: Add support
This commit is contained in:
@@ -2931,7 +2931,9 @@ static void set_display_server_environment_variables() {
|
||||
|
||||
int main(int argc, char **argv) {
|
||||
setlocale(LC_ALL, "C"); // Sigh... stupid C
|
||||
#ifdef __linux__
|
||||
mallopt(M_MMAP_THRESHOLD, 65536);
|
||||
#endif
|
||||
|
||||
signal(SIGINT, stop_handler);
|
||||
signal(SIGTERM, stop_handler);
|
||||
|
||||
Reference in New Issue
Block a user