mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
shout: fix minimum requirement to libshout >= 2.4.3
commit e64c6f0b93
added usage of the SHOUT_USAGE_UNKNOWN symbol, but this
became available in the Icecast-libshout 2.4.3 release, not 2.4.2
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3048>
This commit is contained in:
parent
cf2581953b
commit
beece4e778
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
shout2_sources = ['gstshout2.c']
|
||||
|
||||
shout2_dep = dependency('shout', version : '>= 2.4.2', required : get_option('shout2'))
|
||||
shout2_dep = dependency('shout', version : '>= 2.4.3', required : get_option('shout2'))
|
||||
|
||||
if shout2_dep.found()
|
||||
shout2_extra_args = []
|
||||
|
|
Loading…
Reference in a new issue