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:
parent
fb1c29f732
commit
58b130116b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue