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:
Mart Raudsepp 2022-09-19 20:48:01 +03:00
parent cf2581953b
commit beece4e778

View file

@ -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 = []