[vlc-devel] [PATCH] contrib/upnp: fix build after e29343db7852f91e377915a0c8205a5efa03680d
Thomas Guillem
thomas at gllm.fr
Fri May 20 11:08:05 CEST 2016
LGTM.
On Fri, May 20, 2016, at 02:29, Sean McGovern wrote:
> 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
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel
More information about the vlc-devel
mailing list