Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 657452 Details for
Bug 739320
media-video/vlc-3.0.11.1 fails to build with net-libs/libupnp-1.14.0
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
libupnp-1.14.0-compatibility.patch
libupnp-1.14.0-compatibility.patch (text/plain), 988 bytes, created by
Thomas Deutschmann (RETIRED)
on 2020-08-30 00:25:21 UTC
(
hide
)
Description:
libupnp-1.14.0-compatibility.patch
Filename:
MIME Type:
Creator:
Thomas Deutschmann (RETIRED)
Created:
2020-08-30 00:25:21 UTC
Size:
988 bytes
patch
obsolete
>--- a/modules/services_discovery/upnp.cpp >+++ b/modules/services_discovery/upnp.cpp >@@ -1700,19 +1700,12 @@ UpnpInstanceWrapper *UpnpInstanceWrapper::get(vlc_object_t *p_obj, services_disc > return NULL; > } > >- #ifdef UPNP_ENABLE_IPV6 > char* psz_miface = var_InheritString( p_obj, "miface" ); > if (psz_miface == NULL) > psz_miface = getPreferedAdapter(); > msg_Info( p_obj, "Initializing libupnp on '%s' interface", psz_miface ? psz_miface : "default" ); > int i_res = UpnpInit2( psz_miface, 0 ); > free( psz_miface ); >- #else >- /* If UpnpInit2 isnt available, initialize on first IPv4-capable interface */ >- char *psz_hostip = getIpv4ForMulticast(); >- int i_res = UpnpInit( psz_hostip, 0 ); >- free(psz_hostip); >- #endif /* UPNP_ENABLE_IPV6 */ > if( i_res != UPNP_E_SUCCESS ) > { > msg_Err( p_obj, "Initialization failed: %s", UpnpGetErrorMessage( i_res ) );
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 739320
:
657182
| 657452 |
657456