[vlc-commits] contrib: libarchive: Fix the winrt build fix

Steve Lhomme git at videolan.org
Wed May 27 16:44:01 CEST 2020


vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Wed May 27 15:20:08 2020 +0200| [fcc06bcee6b83df58586a6fa08c7b0f9c7b5d963] | committer: Steve Lhomme

contrib: libarchive: Fix the winrt build fix

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

 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