summaryrefslogtreecommitdiffstats
path: root/vlc
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2018-05-11 22:05:51 +0000
committer Eric Hameleers <alien@slackware.com>2018-05-11 22:05:51 +0000
commit140cab424732323f4affc01607738f1c7e877463 (patch)
tree0d85204c0e7712ff16f0205d9c24492e5d05cd99 /vlc
parent42b8ea3b1309ae2c8b87084bdac796e3fa8e7645 (diff)
downloadasb-140cab424732323f4affc01607738f1c7e877463.tar.gz
asb-140cab424732323f4affc01607738f1c7e877463.tar.xz
Initial revision
Diffstat (limited to 'vlc')
-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"
+