summaryrefslogtreecommitdiffstats
path: root/vlc/build/patches/ebml_limits.patch
diff options
context:
space:
mode:
Diffstat (limited to 'vlc/build/patches/ebml_limits.patch')
-rw-r--r--vlc/build/patches/ebml_limits.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/vlc/build/patches/ebml_limits.patch b/vlc/build/patches/ebml_limits.patch
new file mode 100644
index 00000000..d7c28d19
--- /dev/null
+++ b/vlc/build/patches/ebml_limits.patch
@@ -0,0 +1,10 @@
+--- libebml-1.3.6/src/EbmlSInteger.cpp.orig 2018-05-11 22:47:22.489391690 +0200
++++ libebml-1.3.6/src/EbmlSInteger.cpp 2018-05-11 22:47:42.029391797 +0200
+@@ -34,6 +34,7 @@
+ */
+ #include <cassert>
+ #include <climits>
++#include <limits>
+
+ #include "ebml/EbmlSInteger.h"
+