vlc | branch: master | Steve Lhomme <[email protected]> | Fri Jun 10 09:59:14 2016 +0200| [c2aecb53cba5837d41580c2b43239ec4dc44ddfa] | committer: Jean-Baptiste Kempf
contrib: upnp: fix the debug configure flag Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c2aecb53cba5837d41580c2b43239ec4dc44ddfa --- contrib/src/upnp/rules.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/src/upnp/rules.mak b/contrib/src/upnp/rules.mak index ae06ee2..00ca94e 100644 --- a/contrib/src/upnp/rules.mak +++ b/contrib/src/upnp/rules.mak @@ -21,7 +21,7 @@ else CONFIGURE_ARGS=--enable-ipv6 endif ifndef WITH_OPTIMIZATION -CONFIGURE_ARGS += -enable-debug +CONFIGURE_ARGS += --enable-debug endif upnp: libupnp-$(UPNP_VERSION).tar.bz2 .sum-upnp _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
