[vlc-commits] contribs: upnp: Add missing apply directive.
Hugo Beauzée-Luyssen
git at videolan.org
Tue May 10 19:43:05 CEST 2016
vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Tue May 10 19:42:34 2016 +0200| [b434daa80dd068f5afff3e30d48333fe8b62ef09] | committer: Hugo Beauzée-Luyssen
contribs: upnp: Add missing apply directive.
Sorry about that, failure during rebase.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b434daa80dd068f5afff3e30d48333fe8b62ef09
---
contrib/src/upnp/rules.mak | 1 +
1 file changed, 1 insertion(+)
diff --git a/contrib/src/upnp/rules.mak b/contrib/src/upnp/rules.mak
index 36f59e7..8e6df6e 100644
--- a/contrib/src/upnp/rules.mak
+++ b/contrib/src/upnp/rules.mak
@@ -31,6 +31,7 @@ ifdef HAVE_WIN32
ifdef HAVE_WINRT
$(APPLY) $(SRC)/upnp/winrt-dont-force-win32-winnt.patch
$(APPLY) $(SRC)/upnp/no-getifinfo.patch
+ $(APPLY) $(SRC)/upnp/winrt-inet.patch
endif
endif
$(APPLY) $(SRC)/upnp/libupnp-ipv6.patch
More information about the vlc-commits
mailing list