parent
c5cbcb0967
commit
1ea3c23f48
@ -1 +1 @@
|
|||||||
libebml-0.7.7.tar.bz2
|
libebml-0.7.8.tar.bz2
|
||||||
|
@ -1,37 +0,0 @@
|
|||||||
diff -up libebml-0.7.7/ebml/EbmlEndian.h~ libebml-0.7.7/ebml/EbmlEndian.h
|
|
||||||
--- libebml-0.7.7/ebml/EbmlEndian.h~ 2008-01-08 22:53:31.000000000 +0100
|
|
||||||
+++ libebml-0.7.7/ebml/EbmlEndian.h 2008-01-08 22:53:31.000000000 +0100
|
|
||||||
@@ -39,6 +39,7 @@
|
|
||||||
#define LIBEBML_ENDIAN_H
|
|
||||||
|
|
||||||
#include <algorithm>
|
|
||||||
+#include <cstring>
|
|
||||||
|
|
||||||
#include "EbmlConfig.h" // contains _ENDIANESS_
|
|
||||||
|
|
||||||
diff -up libebml-0.7.7/ebml/EbmlBinary.h~ libebml-0.7.7/ebml/EbmlBinary.h
|
|
||||||
--- libebml-0.7.7/ebml/EbmlBinary.h~ 2008-01-08 22:50:40.000000000 +0100
|
|
||||||
+++ libebml-0.7.7/ebml/EbmlBinary.h 2008-01-08 22:50:40.000000000 +0100
|
|
||||||
@@ -38,6 +38,7 @@
|
|
||||||
#define LIBEBML_BINARY_H
|
|
||||||
|
|
||||||
#include <string>
|
|
||||||
+#include <cstring>
|
|
||||||
|
|
||||||
#include "EbmlTypes.h"
|
|
||||||
#include "EbmlElement.h"
|
|
||||||
diff -up libebml-0.7.7/ebml/c/libebml_t.h~ libebml-0.7.7/ebml/c/libebml_t.h
|
|
||||||
--- libebml-0.7.7/ebml/c/libebml_t.h~ 2008-01-08 22:53:02.000000000 +0100
|
|
||||||
+++ libebml-0.7.7/ebml/c/libebml_t.h 2008-01-08 22:53:02.000000000 +0100
|
|
||||||
@@ -123,9 +123,9 @@ typedef enum open_mode {
|
|
||||||
MODE_SAFE
|
|
||||||
} open_mode;
|
|
||||||
|
|
||||||
-#if !defined(min)
|
|
||||||
+/* #if !defined(min)
|
|
||||||
#define min(x,y) ((x)<(y) ? (x) : (y))
|
|
||||||
-#endif
|
|
||||||
+#endif */
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
}
|
|
Loading…
Reference in new issue