Switch to AUTORELEASE for simplicity. Add libarchive dependency since it's now used. Build with ninja for faster compilation. Refresh SIMD CMake patch and add musl patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
10 lines
197 B
Diff
10 lines
197 B
Diff
--- a/src/ccutil/ocrclass.h
|
|
+++ b/src/ccutil/ocrclass.h
|
|
@@ -28,6 +28,7 @@
|
|
|
|
#include <chrono>
|
|
#include <ctime>
|
|
+#include <sys/time.h>
|
|
#ifdef _WIN32
|
|
#include <winsock2.h> // for timeval
|
|
#endif
|