Commit c779fc37 authored by Max Kellermann's avatar Max Kellermann

output/shout: declare minimum version 2.4.0

This version was released 7 years ago, and it's reasonable to require at least this version.
parent e08c13ad
ver 0.23.7 (not yet released)
* decoder
- opus: fix missing song length on high-latency files
* output
- shout: require at least libshout 2.4.0
* mixer
- software: update volume of disabled outputs
* support libiconv
......
......@@ -99,7 +99,7 @@ if get_option('recorder')
need_encoder = true
endif
libshout_dep = dependency('shout', required: get_option('shout'))
libshout_dep = dependency('shout', version: '>= 2.4.0', required: get_option('shout'))
output_features.set('HAVE_SHOUT', libshout_dep.found())
if libshout_dep.found()
output_plugins_sources += 'ShoutOutputPlugin.cxx'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment