[vlc-commits] [Git][videolan/vlc][master] meson: fix program executed for xiph_test

Steve Lhomme (@robUx4) gitlab at videolan.org
Thu Jun 8 13:07:14 UTC 2023



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
f7d92482 by Pierre Lamot at 2023-06-08T12:40:00+00:00
meson: fix program executed for xiph_test

- - - - -


1 changed file:

- modules/demux/meson.build


Changes:

=====================================
modules/demux/meson.build
=====================================
@@ -34,7 +34,7 @@ xiph_test = executable('xiph_test',
     files('xiph_test.c'),
     include_directories: [vlc_include_dirs])
 
-test('xiph_test', hpack_test, suite: 'demux')
+test('xiph_test', xiph_test, suite: 'demux')
 
 # Demux dump
 vlc_modules += {



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

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