[vlc-commits] [Git][videolan/vlc][master] service_discovery: add radio module in meson builds

Steve Lhomme (@robUx4) gitlab at videolan.org
Thu Aug 21 14:58:34 UTC 2025



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
7265c079 by Steve Lhomme at 2025-08-21T14:44:45+00:00
service_discovery: add radio module in meson builds

Missing from c6d6c0c5966023080a4b98a2091fab01f4713f5c

- - - - -


1 changed file:

- modules/services_discovery/meson.build


Changes:

=====================================
modules/services_discovery/meson.build
=====================================
@@ -5,6 +5,12 @@ vlc_modules += {
     'dependencies' : [threads_dep]
 }
 
+# Radio
+vlc_modules += {
+    'name' : 'radio',
+    'sources' : files('radio.c'),
+}
+
 # SAP
 vlc_modules += {
     'name' : 'sap',



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/7265c07979b927f3703f48b88665a35ea2839813

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/7265c07979b927f3703f48b88665a35ea2839813
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list