[vlc-devel] [PATCH] contrib/upnp: fix build after e29343db7852f91e377915a0c8205a5efa03680d

Sean McGovern gseanmcg at gmail.com
Fri May 20 02:29:31 CEST 2016


The indentation was causing the variables to be associated with the
checksum rule above it.
---
 contrib/src/upnp/rules.mak |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrib/src/upnp/rules.mak b/contrib/src/upnp/rules.mak
index 56c20fa..74120f0 100644
--- a/contrib/src/upnp/rules.mak
+++ b/contrib/src/upnp/rules.mak
@@ -16,9 +16,9 @@ DEPS_upnp += pthreads $(DEPS_pthreads)
 LIBUPNP_ECFLAGS = -DPTW32_STATIC_LIB
 endif
 ifdef HAVE_WINSTORE
-	CONFIGURE_ARGS=--disable-ipv6 --enable-unspecified_server
+CONFIGURE_ARGS=--disable-ipv6 --enable-unspecified_server
 else
-	CONFIGURE_ARGS=--enable-ipv6
+CONFIGURE_ARGS=--enable-ipv6
 endif
 
 upnp: libupnp-$(UPNP_VERSION).tar.bz2 .sum-upnp
-- 
1.7.9.2



More information about the vlc-devel mailing list