blob: c1fb0b76f9fd8884e5cdf3c9f5ae137262a7ecb9 [file] [log] [blame]
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')