meson: Install some new headers

The main header has moved to api/audio/... and there are a bunch of new
dependent headers.
This commit is contained in:
Arun Raghavan 2025-01-09 15:53:16 -05:00
parent 0743cb5ce5
commit 845e79a2a7
2 changed files with 11 additions and 0 deletions

View File

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

View File

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