Signed-off-by: hmz007 <hmz007@gmail.com> Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
14 lines
226 B
Meson
14 lines
226 B
Meson
opus_headers = [
|
|
'opus.h',
|
|
'opus_multistream.h',
|
|
'opus_projection.h',
|
|
'opus_types.h',
|
|
'opus_defines.h',
|
|
]
|
|
|
|
if opt_custom_modes
|
|
opus_headers += ['opus_custom.h']
|
|
endif
|
|
|
|
install_headers(opus_headers, subdir: 'opus')
|