[vlc-commits] [Git][videolan/vlc][master] src: meson: add input_es_out test

Felix Paul Kühne (@fkuehne) gitlab at videolan.org
Sun Feb 23 18:28:00 UTC 2025



Felix Paul Kühne pushed to branch master at VideoLAN / VLC


Commits:
d8b9b80e by Alexandre Janniaux at 2025-02-23T18:07:05+00:00
src: meson: add input_es_out test

The test was added in autoconf buildsystem in the following commit:
967e3744601ad518bf5cd5d4dd55cc322e5d5174.

- - - - -


1 changed file:

- src/meson.build


Changes:

=====================================
src/meson.build
=====================================
@@ -414,3 +414,26 @@ libvlccore = library(
 )
 
 libvlccore_dep = declare_dependency(link_with: libvlccore, sources: vlc_about)
+
+vlc_tests += {
+    'name' : 'input_es_out',
+    'sources' : files(
+        'input/test/es_out.c',
+        'input/es_out.c',
+        'input/es_out.h',
+        'input/source.c',
+        'input/source.h',
+        'input/item.c',
+        'input/item.h',
+        'clock/clock.c',
+        'clock/clock.h',
+        'text/strings.c',
+        'clock/clock_internal.c',
+        'clock/clock_internal.h',
+        'clock/input_clock.c',
+        'clock/input_clock.h',
+  ),
+  'suite' : ['src'],
+  'link_with' : [libvlccore],
+  'include_directories' : [include_directories('.')],
+}



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

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