shithub: opus

ref: 31b922e79cbaad7b5143c044ce58b01b4a9be7f8
dir: /include/meson.build/

View raw version
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')