[vlc-commits] [Git][videolan/vlc][master] test: meson: fix missing comma
Steve Lhomme (@robUx4)
gitlab at videolan.org
Mon Feb 16 08:16:25 UTC 2026
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
5c3c5bf2 by Ahmed Sobhy at 2026-02-16T07:53:34+00:00
test: meson: fix missing comma
Fix syntax error where the dictionary entry was missing a trailing comma, causing meson setup to fail
- - - - -
1 changed file:
- test/modules/meson.build
Changes:
=====================================
test/modules/meson.build
=====================================
@@ -78,7 +78,7 @@ endif
vlc_tests += {
'name' : 'test_modules_demux_libmp4',
'sources' : files('demux/libmp4.c'),
- 'suite' : ['modules', 'test_modules']
+ 'suite' : ['modules', 'test_modules'],
'link_with' : [libvlc, libvlccore],
}
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/5c3c5bf2c5ecf6ce8f2e8cc57bcb1350d50cd6ee
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/5c3c5bf2c5ecf6ce8f2e8cc57bcb1350d50cd6ee
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