[vlc-commits] [Git][videolan/vlc][master] meson: fix missing code called from MP4 tests

Steve Lhomme (@robUx4) gitlab at videolan.org
Mon Feb 16 09:12:54 UTC 2026



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
14ccbdbb by Steve Lhomme at 2026-02-16T09:42:32+01:00
meson: fix missing code called from MP4 tests

Fixes #29611

- - - - -


1 changed file:

- test/modules/meson.build


Changes:

=====================================
test/modules/meson.build
=====================================
@@ -77,8 +77,11 @@ endif
 
 vlc_tests += {
     'name' : 'test_modules_demux_libmp4',
-    'sources' : files('demux/libmp4.c'),
+    'sources' : files(
+        'demux/libmp4.c',
+        '../../modules/demux/mp4/libmp4.c'),
     'suite' : ['modules', 'test_modules'],
+    'dependencies' : [z_dep],
     'link_with' : [libvlc, libvlccore],
 }
 



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/14ccbdbb0db4175be4178b69df5586bbdd5cb54e

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/14ccbdbb0db4175be4178b69df5586bbdd5cb54e
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