Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
b128c6af
Commit
b128c6af
authored
Aug 15, 2013
by
Rafaël Carré
Committed by
Jean-Baptiste Kempf
Aug 15, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib: xml2: fix for windows store
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
3a42671f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
contrib/src/libxml2/win32.patch
contrib/src/libxml2/win32.patch
+11
-0
No files found.
contrib/src/libxml2/win32.patch
View file @
b128c6af
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment