[vlc-commits] [Git][videolan/vlc][master] 2 commits: meson: add missing plugin headers
Steve Lhomme (@robUx4)
gitlab at videolan.org
Sun Aug 23 04:37:06 UTC 2026
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
dde88188 by Steve Lhomme at 2026-08-23T04:18:18+00:00
meson: add missing plugin headers
- - - - -
28781c4b by Steve Lhomme at 2026-08-23T04:18:18+00:00
meson: remove headers not installed by autotools
Found in noinst_HEADERS.
- - - - -
1 changed file:
- include/meson.build
Changes:
=====================================
include/meson.build
=====================================
@@ -33,8 +33,8 @@ install_headers(
'vlc_boxes.h',
'vlc_charset.h',
'vlc_chroma_probe.h',
+ 'vlc_clock.h',
'vlc_codec.h',
- 'vlc_codecs.h',
'vlc_common.h',
'vlc_config.h',
'vlc_config_cat.h',
@@ -44,14 +44,15 @@ install_headers(
'vlc_decoder.h',
'vlc_demux.h',
'vlc_dialog.h',
+ 'vlc_diffutil.h',
'vlc_epg.h',
'vlc_es.h',
'vlc_es_out.h',
- 'vlc_extensions.h',
+ 'vlc_executor.h',
'vlc_filter.h',
'vlc_fingerprinter.h',
- 'vlc_fixups.h',
'vlc_fourcc.h',
+ 'vlc_frame.h',
'vlc_fs.h',
'vlc_gcrypt.h',
'vlc_http.h',
@@ -62,10 +63,9 @@ install_headers(
'vlc_input_item.h',
'vlc_interface.h',
'vlc_interrupt.h',
- 'vlc_intf_strings.h',
- 'vlc_iso_lang.h',
'vlc_keystore.h',
'vlc_list.h',
+ 'vlc_list.hpp',
'vlc_hash.h',
'vlc_media_library.h',
'vlc_media_source.h',
@@ -83,7 +83,6 @@ install_headers(
'vlc_opengl_interop.h',
'vlc_opengl_picture.h',
'vlc_opengl_sampler.h',
- 'vlc_pgpkey.h',
'vlc_picture.h',
'vlc_picture_fifo.h',
'vlc_picture_pool.h',
@@ -91,14 +90,19 @@ install_headers(
'vlc_playlist.h',
'vlc_playlist_export.h',
'vlc_plugin.h',
+ 'vlc_poll.h',
'vlc_preparser.h',
+ 'vlc_preparser_ipc.h',
'vlc_probe.h',
+ 'vlc_process.h',
+ 'vlc_queue.h',
'vlc_rand.h',
'vlc_renderer_discovery.h',
'vlc_replay_gain.h',
'vlc_services_discovery.h',
'vlc_sort.h',
'vlc_sout.h',
+ 'vlc_spawn.h',
'vlc_spu.h',
'vlc_stream.h',
'vlc_stream_extractor.h',
@@ -109,7 +113,7 @@ install_headers(
'vlc_tick.h',
'vlc_timestamp_helper.h',
'vlc_tls.h',
- 'vlc_update.h',
+ 'vlc_tracer.h',
'vlc_url.h',
'vlc_variables.h',
'vlc_vector.h',
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/23e672fdc178898eff42f4ef6decadff23f9ce60...28781c4bf3a2557dd83cd33636e4784852e5b776
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/23e672fdc178898eff42f4ef6decadff23f9ce60...28781c4bf3a2557dd83cd33636e4784852e5b776
You're receiving this email because of your account on code.videolan.org. Manage all notifications: https://code.videolan.org/-/profile/notifications | Help: https://code.videolan.org/help
More information about the vlc-commits
mailing list