[vlc-commits] [Git][videolan/vlc][master] test: meson: add vlc-window executable
Steve Lhomme (@robUx4)
gitlab at videolan.org
Sun May 25 10:27:14 UTC 2025
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
88e3c334 by Alexandre Janniaux at 2025-05-25T10:10:52+00:00
test: meson: add vlc-window executable
The test driver allows testing vlc_window module implementations, but
was not compiled by the meson subsystem yet.
Tested on Windows 11.
- - - - -
1 changed file:
- test/meson.build
Changes:
=====================================
test/meson.build
=====================================
@@ -127,3 +127,10 @@ executable('vlc-demux-dec-run', 'vlc-demux-run.c',
link_with: [libvlc_demux_dec_run, libvlc, libvlccore, vlc_libcompat],
install: false,
win_subsystem: 'console')
+
+executable('vlc-window', 'vlc-window.c',
+ include_directories: [vlc_include_dirs],
+ link_with: [libvlc, libvlccore, vlc_libcompat],
+ c_args: common_args,
+ install: false,
+ win_subsystem: 'console')
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/88e3c3344a7dbe579efb1c4b5f4ef4452b6b63fc
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/88e3c3344a7dbe579efb1c4b5f4ef4452b6b63fc
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