vlc-git: re apply mingwandroid's patch for winRT to test

This commit is contained in:
martell
2014-12-11 19:19:17 +00:00
parent b3d8c14824
commit b84552c82a

View File

@@ -143,9 +143,10 @@ prepare() {
git am "${srcdir}"/0003-MinGW-w64-don-t-pass-static-to-pkg-config-if-SYS-min.patch
git am "${srcdir}"/0004-pollfd-is-defined-from-Vista-onwards.patch
git am "${srcdir}"/0005-Revert-Win32-prefer-the-static-libraries-when-creati.patch
git am "${srcdir}"/0006-Search-for-freeaddrinfo-in-SOCKET_LIBS.patch
if [ "${_variant}" != "winrt" ]; then
git am "${srcdir}"/0006-Search-for-freeaddrinfo-in-SOCKET_LIBS.patch
git am "${srcdir}"/0008-Use-libdir-for-plugins-on-msys2.patch
fi