sm-ext-Voice/opus/meson.build
2025-09-24 19:58:01 +01:00

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')