From cf9955dbc35e8e3bb9ac8febbec76cfecd7e739b Mon Sep 17 00:00:00 2001 From: dec05eba Date: Tue, 4 Mar 2025 23:28:19 +0100 Subject: Convert to meson project --- src/main.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index ef0568b..b09cf14 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,8 +1,10 @@ #include "../include/QuickMedia.hpp" #include +#include int main(int argc, char **argv) { setlocale(LC_ALL, "C"); // Sigh... stupid C + // mallopt(M_MMAP_THRESHOLD, 65536); QuickMedia::Program program; return program.run(argc, argv); } -- cgit v1.2.3-70-g09d2