[Git][pulseaudio/webrtc-audio-processing][master] meson: Install some new headers

Arun Raghavan (@arun) gitlab at gitlab.freedesktop.org
Thu Jan 9 21:07:08 UTC 2025



Arun Raghavan pushed to branch master at PulseAudio / webrtc-audio-processing


Commits:
845e79a2 by Arun Raghavan at 2025-01-09T15:53:16-05:00
meson: Install some new headers

The main header has moved to api/audio/... and there are a bunch of new
dependent headers.

- - - - -


2 changed files:

- webrtc/api/meson.build
- webrtc/rtc_base/meson.build


Changes:

=====================================
webrtc/api/meson.build
=====================================
@@ -18,9 +18,15 @@ api_sources = [
 
 api_headers = [
   ['', 'array_view.h'],
+  ['', 'location.h'],
+  ['', 'ref_count.h'],
   ['', 'scoped_refptr.h'],
+  ['audio', 'audio_processing.h'],
+  ['audio', 'audio_processing_statistics.h'],
   ['audio', 'echo_canceller3_config.h'],
   ['audio', 'echo_control.h'],
+  ['task_queue', 'task_queue_base.h'],
+  ['units', 'time_delta.h'],
 ]
 
 foreach h : api_headers


=====================================
webrtc/rtc_base/meson.build
=====================================
@@ -26,11 +26,16 @@ base_headers = [
   [ '', 'arraysize.h' ],
   [ '', 'checks.h' ],
   [ '', 'ref_count.h' ],
+  [ '', 'thread_annotations.h' ],
   [ '', 'type_traits.h' ],
+  [ 'numerics', 'divide_round.h' ],
   [ 'numerics', 'safe_compare.h' ],
+  [ 'numerics', 'safe_conversions.h' ],
+  [ 'numerics', 'safe_conversions_impl.h' ],
   [ 'system', 'file_wrapper.h' ],
   [ 'system', 'inline.h' ],
   [ 'system', 'rtc_export.h' ],
+  [ 'units', 'unit_base.h' ],
 ]
 
 foreach h : base_headers



View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/webrtc-audio-processing/-/commit/845e79a2a79966609a8009631bce7da71a8c9de7

-- 
View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/webrtc-audio-processing/-/commit/845e79a2a79966609a8009631bce7da71a8c9de7
You're receiving this email because of your account on gitlab.freedesktop.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/pulseaudio-commits/attachments/20250109/0e63aa51/attachment-0001.htm>


More information about the pulseaudio-commits mailing list