[vlc-commits] [Git][videolan/vlc][master] splitter: add shortcut for "splitter"
Felix Paul Kühne (@fkuehne)
gitlab at videolan.org
Fri May 23 10:28:29 UTC 2025
Felix Paul Kühne pushed to branch master at VideoLAN / VLC
Commits:
c1f935f0 by Alexandre Janniaux at 2025-05-23T10:14:22+00:00
splitter: add shortcut for "splitter"
The module is used by name in the codebase, so ensure the name is
actually available for the module.
Both Meson and Autoconf compile the module as "video_splitter_plugin",
but Autoconf doesn't use CPPFLAGS, which makes the module being named
"splitter" since it only compiles "splitter.c". But Meson will correctly
name the module as "video_splitter".
- - - - -
1 changed file:
- modules/video_output/splitter.c
Changes:
=====================================
modules/video_output/splitter.c
=====================================
@@ -330,6 +330,7 @@ static int vlc_vidsplit_Open(vout_display_t *vd,
}
vlc_module_begin()
+ add_shortcut("splitter")
set_shortname(N_("Splitter"))
set_description(N_("Video splitter display plugin"))
set_subcategory(SUBCAT_VIDEO_VOUT)
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/c1f935f0005741ce4cb722eb27769035a7b3b5b3
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/c1f935f0005741ce4cb722eb27769035a7b3b5b3
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