mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
configure: remove non-pkg-config check for shout
Fixes: 653327
This commit is contained in:
parent
d9f4c59c49
commit
f528f62b53
1 changed files with 0 additions and 6 deletions
|
@ -896,12 +896,6 @@ dnl *** shout2 ***
|
||||||
translit(dnm, m, l) AM_CONDITIONAL(USE_SHOUT2, true)
|
translit(dnm, m, l) AM_CONDITIONAL(USE_SHOUT2, true)
|
||||||
AG_GST_CHECK_FEATURE(SHOUT2, [Shoutcast/Icecast client library], shout2, [
|
AG_GST_CHECK_FEATURE(SHOUT2, [Shoutcast/Icecast client library], shout2, [
|
||||||
AG_GST_PKG_CHECK_MODULES(SHOUT2, shout >= 2.0)
|
AG_GST_PKG_CHECK_MODULES(SHOUT2, shout >= 2.0)
|
||||||
if test $HAVE_SHOUT2 = no
|
|
||||||
then
|
|
||||||
AM_PATH_SHOUT2(HAVE_SHOUT2="yes")
|
|
||||||
AC_SUBST(SHOUT2_CFLAGS)
|
|
||||||
AC_SUBST(SHOUT2_LIBS)
|
|
||||||
fi
|
|
||||||
])
|
])
|
||||||
|
|
||||||
dnl *** soup ***
|
dnl *** soup ***
|
||||||
|
|
Loading…
Reference in a new issue