vlc | branch: master | Sean McGovern <[email protected]> | Thu May 19 20:29:31 2016 -0400| [0fd1caa1143ce3feb32db45f5fbc0862b5cb6970] | committer: Thomas Guillem
contrib/upnp: fix build after e29343db7852f91e377915a0c8205a5efa03680d The indentation was causing the variables to be associated with the checksum rule above it. Signed-off-by: Thomas Guillem <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0fd1caa1143ce3feb32db45f5fbc0862b5cb6970 --- 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 _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
