Fix previous commit
Replace HAVE_UPNP_OPTSSDP by UPNP_HAVE_OPTSSDP in upnpapi.c.
This commit is contained in:
parent
731512b0e5
commit
a3d038c885
@ -2,6 +2,12 @@
|
|||||||
Version 1.6.16
|
Version 1.6.16
|
||||||
*******************************************************************************
|
*******************************************************************************
|
||||||
|
|
||||||
|
2012-03-15 Fabrice Fontaine <fabrice.fontaine(at)orange.com>
|
||||||
|
|
||||||
|
Fix previous commit
|
||||||
|
|
||||||
|
Replace HAVE_UPNP_OPTSSDP by UPNP_HAVE_OPTSSDP in upnpapi.c.
|
||||||
|
|
||||||
2012-03-15 Fabrice Fontaine <fabrice.fontaine(at)orange.com>
|
2012-03-15 Fabrice Fontaine <fabrice.fontaine(at)orange.com>
|
||||||
|
|
||||||
Add --disable-optssdp option
|
Add --disable-optssdp option
|
||||||
|
@ -175,10 +175,10 @@ int UpnpSdkDeviceRegisteredV4 = 0;
|
|||||||
* == 0 if unregistered, == 1 if registered. */
|
* == 0 if unregistered, == 1 if registered. */
|
||||||
int UpnpSdkDeviceregisteredV6 = 0;
|
int UpnpSdkDeviceregisteredV6 = 0;
|
||||||
|
|
||||||
#ifdef HAVE_UPNP_OPTSSDP
|
#ifdef UPNP_HAVE_OPTSSDP
|
||||||
/*! Global variable used in discovery notifications. */
|
/*! Global variable used in discovery notifications. */
|
||||||
Upnp_SID gUpnpSdkNLSuuid;
|
Upnp_SID gUpnpSdkNLSuuid;
|
||||||
#endif /* HAVE_UPNP_OPTSSDP */
|
#endif /* UPNP_HAVE_OPTSSDP */
|
||||||
|
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user