mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-03-05 01:40:45 -05:00
meson.build: bump sndfile version to 1.1.0
This commit follows 35817c0d85
Bump required sndfile version to 1.1.0 for SF_FORMAT_MPEG_LAYER
and other formats added in commit 35817c0d8c.
This commit is contained in:
parent
ea21281f38
commit
182f52603c
1 changed files with 1 additions and 1 deletions
|
|
@ -368,7 +368,7 @@ cdata.set('HAVE_OPUS', opus_dep.found())
|
|||
summary({'readline (for pw-cli)': readline_dep.found()}, bool_yn: true, section: 'Misc dependencies')
|
||||
cdata.set('HAVE_READLINE', readline_dep.found())
|
||||
ncurses_dep = dependency('ncursesw', required : false)
|
||||
sndfile_dep = dependency('sndfile', version : '>= 1.0.20', required : get_option('sndfile'))
|
||||
sndfile_dep = dependency('sndfile', version : '>= 1.1.0', required : get_option('sndfile'))
|
||||
summary({'sndfile': sndfile_dep.found()}, bool_yn: true, section: 'pw-cat/pw-play/pw-dump/filter-chain')
|
||||
cdata.set('HAVE_SNDFILE', sndfile_dep.found())
|
||||
pulseaudio_dep = dependency('libpulse', required : get_option('libpulse'))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue