shithub: opus

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