revert to UPnP/1.1 (UDA v1.1) as default.

see https://github.com/miniupnp/miniupnp/issues/167
fixes #167
This commit is contained in:
Thomas Bernard 2015-12-19 11:52:38 +01:00
parent fb1c29f732
commit 58b130116b
1 changed files with 4 additions and 3 deletions

View File

@ -6,9 +6,10 @@
# This software is subject to the conditions detailed in the
# LICENCE file provided within the distribution
# default to UPnP Device Architecture (UDA) v2.0
UPNP_VERSION_MAJOR=2
UPNP_VERSION_MINOR=0
# default to UPnP Device Architecture (UDA) v1.1
# some control points do not like UDA v2.0
UPNP_VERSION_MAJOR=1
UPNP_VERSION_MINOR=1
for argv; do
case "$argv" in