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