summarylogtreecommitdiffstats
path: root/0001-Fix-fseeko-errors.patch
blob: 4b0064ea67d5e77c24957450cb4244b9bbfe9a45 (plain)
1
2
3
4
5
6
7
8
--- a/libvmaf/src/svm.cpp
+++ b/libvmaf/src/svm.cpp
@@ -1,3 +1,5 @@
+#define _NEWLIB_VERSION 1
+
 #include <math.h>
 #include <stdio.h>
 #include <stdlib.h>