[vlc-commits] [Git][videolan/vlc][master] 2 commits: configure: bump libupnp version requirement

Steve Lhomme (@robUx4) gitlab at videolan.org
Thu Apr 23 09:49:17 UTC 2026



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
2653efc1 by Alaric Senat at 2026-04-23T08:40:24+00:00
configure: bump libupnp version requirement

Follow up of 873ae491aa76611fcaecbec715c15d8385f09bc0.

- - - - -
ebf349b5 by Alaric Senat at 2026-04-23T08:40:24+00:00
meson: upnp: set a minimal version requirement

VLC only supports libupnp starting 1.8.5.

- - - - -


2 changed files:

- configure.ac
- modules/services_discovery/meson.build


Changes:

=====================================
configure.ac
=====================================
@@ -4722,7 +4722,7 @@ PKG_ENABLE_MODULES_VLC([MTP], [mtp access_mtp], [libmtp >= 1.0.0], [MTP devices
 dnl
 dnl UPnP Plugin (Intel SDK)
 dnl
-PKG_ENABLE_MODULES_VLC([UPNP], [upnp], [libupnp >= 1.8.3], [Intel UPNP SDK],[auto])
+PKG_ENABLE_MODULES_VLC([UPNP], [upnp], [libupnp >= 1.8.5], [Intel UPNP SDK],[auto])
 
 dnl
 dnl UPnP Server


=====================================
modules/services_discovery/meson.build
=====================================
@@ -39,7 +39,7 @@ if mtp_dep.found()
 endif
 
 # UPnP Plugin (Intel SDK)
-upnp_dep = dependency('libupnp', 'UPNP', required: get_option('upnp'))
+upnp_dep = dependency('libupnp', 'UPNP', version: '>= 1.8.5', required: get_option('upnp'))
 if upnp_dep.found()
 
     upnp_darwin_deps = []



View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/9dabeb01a97c4b46e217ad2f6d9156291f466fc1...ebf349b5cad4fbe4b69bbe25d34efffca2f3995c

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/9dabeb01a97c4b46e217ad2f6d9156291f466fc1...ebf349b5cad4fbe4b69bbe25d34efffca2f3995c
You're receiving this email because of your account on code.videolan.org.




More information about the vlc-commits mailing list