[vlc-commits] Contribs: fix compilation of iconv on Win64

Jean-Baptiste Kempf git at videolan.org
Sun Mar 10 12:56:59 CET 2013


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Mar 10 12:53:47 2013 +0100| [84a07d75ff1da356073c3fa240f58f2bc0fa42af] | committer: Jean-Baptiste Kempf

Contribs: fix compilation of iconv on Win64

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=84a07d75ff1da356073c3fa240f58f2bc0fa42af
---

 contrib/src/iconv/libiconv-win64.patch |   10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/contrib/src/iconv/libiconv-win64.patch b/contrib/src/iconv/libiconv-win64.patch
index 64a4c41..8e65f95 100644
--- a/contrib/src/iconv/libiconv-win64.patch
+++ b/contrib/src/iconv/libiconv-win64.patch
@@ -1281,3 +1281,13 @@ diff -ruN libiconv/lib/iconv.c libiconv.new/lib/iconv.c
            void **chain = &mmalloca_results[slot];
            for (; *chain != NULL;)
              {
+--- iconv.new/srclib/malloca.h	2011-08-07 15:42:06.000000000 +0200
++++ iconv/srclib/malloca.h	2013-03-10 12:50:30.804222836 +0100
+@@ -22,6 +22,7 @@
+ #include <alloca.h>
+ #include <stddef.h>
+ #include <stdlib.h>
++#include <stdint.h>
+ 
+ 
+ #ifdef __cplusplus



More information about the vlc-commits mailing list