[vlc-commits] contrib: upnp: fix the debug configure flag
Steve Lhomme
git at videolan.org
Fri Jun 10 14:15:43 CEST 2016
vlc | branch: master | Steve Lhomme <robux4 at videolabs.io> | 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 <jb at videolan.org>
> 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
More information about the vlc-commits
mailing list