shithub: opus

ref: 7b05f44f4baadf34d8d1073f4ff69f1806d5cdb4
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')