[vlc-commits] contrib: libarchive: Fix the winrt build fix
Steve Lhomme
git at videolan.org
Fri Jun 19 15:48:09 CEST 2020
vlc/vlc-3.0 | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Wed May 27 15:20:08 2020 +0200| [a38b481548daf47893b0b4b4055e918e1d137ee7] | committer: Steve Lhomme
contrib: libarchive: Fix the winrt build fix
(cherry picked from commit fcc06bcee6b83df58586a6fa08c7b0f9c7b5d963)
Signed-off-by: Steve Lhomme <robux4 at ycbcr.xyz>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=a38b481548daf47893b0b4b4055e918e1d137ee7
---
contrib/src/libarchive/winrt.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/src/libarchive/winrt.patch b/contrib/src/libarchive/winrt.patch
index ca30be82bf..e67a3de894 100644
--- a/contrib/src/libarchive/winrt.patch
+++ b/contrib/src/libarchive/winrt.patch
@@ -357,7 +357,7 @@ index 38e4a839..8178aaf5 100644
}
+#else
+int
-+__archive_mktemp(const char *tmpdir)
++__archive_mktempx(const char *tmpdir, wchar_t *template)
+{
+ return -1;
+}
More information about the vlc-commits
mailing list