xref: /aosp_15_r20/external/libopus/include/meson.build (revision a58d3d2adb790c104798cd88c8a3aff4fa8b82cc)
1opus_headers = [
2  'opus.h',
3  'opus_multistream.h',
4  'opus_projection.h',
5  'opus_types.h',
6  'opus_defines.h',
7]
8
9if opt_custom_modes
10  opus_headers += ['opus_custom.h']
11endif
12
13install_headers(opus_headers, subdir: 'opus')
14