[Bug 263854] multimedia/vlc broken, when UPNP is enabled
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 263854] multimedia/vlc broken, when UPNP is enabled"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 07 May 2022 23:40:15 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263854 --- Comment #1 from Mikhail T. <mi@ALDAN.algebra.com> --- Created attachment 233802 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=233802&action=edit Use UpnpInit2 regardless of IPV6 Ok, the problem stems from my NOT having the WITHOUT_INET6 set. The code in the upstream version of upnp.cpp incorrectly ties usage of UpnpInit2 vs. the old UpnpInit to UPNP_ENABLE_IPV6. The attached patch turns it on, when UPNP_VERSION >= 10803 too. This should be communicated upstream, I suppose... -- You are receiving this mail because: You are the assignee for the bug.