File: meson.options

package info (click to toggle)
libresample 0.1.3-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 372 kB
  • sloc: sh: 2,466; ansic: 970; makefile: 50
file content (13 lines) | stat: -rw-r--r-- 268 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
option(
  'libsndfile',
  type : 'feature',
  value : 'auto',
  description : 'Build the resample-sndfile tool (depends on libsndfile)',
)

option(
  'libsamplerate',
  type : 'feature',
  value : 'auto',
  description : 'Compare against libsamplerate for testing',
)