File: meson.build

package info (click to toggle)
opus 1.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 29,948 kB
  • sloc: ansic: 533,894; sh: 4,541; asm: 723; makefile: 480; perl: 264; python: 77
file content (13 lines) | stat: -rw-r--r-- 226 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
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')