[vlc-commits] contrib: xml2: fix for windows store

Rafaël Carré git at videolan.org
Thu Aug 15 12:09:23 CEST 2013


vlc | branch: master | Rafaël Carré <funman at videolan.org> | Thu Aug 15 11:52:05 2013 +0200| [b128c6af179134e56a1c9b73b9a89b9153c02ae4] | committer: Jean-Baptiste Kempf

contrib: xml2: fix for windows store

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

 contrib/src/libxml2/win32.patch |   11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/contrib/src/libxml2/win32.patch b/contrib/src/libxml2/win32.patch
index 2f586dd..1200f36 100644
--- a/contrib/src/libxml2/win32.patch
+++ b/contrib/src/libxml2/win32.patch
@@ -18,3 +18,14 @@
        xmlWrapStat = xmlWrapStatUtf8;
        xmlWrapOpen = xmlWrapOpenUtf8;
  #ifdef HAVE_ZLIB_H
+--- libxml2/configure.in.orig	2013-08-15 11:40:51.228070119 +0200
++++ libxml2/configure.in	2013-08-15 11:41:01.956070564 +0200
+@@ -968,7 +968,7 @@
+        *mingw32*) if test "$with_threads" != "pthread" && test "$with_threads" != "no"; then
+                WITH_THREADS="1"
+                THREADS_W32="1"
+-               THREAD_CFLAGS="$THREAD_CFLAGS -DHAVE_WIN32_THREADS"
++               THREAD_CFLAGS="$THREAD_CFLAGS -DHAVE_WIN32_THREADS -DHAVE_COMPILER_TLS"
+            fi
+        ;;
+     esac



More information about the vlc-commits mailing list