mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-01-03 14:56:34 -05:00
Remove libkate support
Basic kate support is possible without needing libkate
This commit is contained in:
parent
5b59406718
commit
1c901869e6
@ -137,14 +137,6 @@ PKG_HAVE_WITH_MODULES([SPEEX], [speex], [
|
||||
LIBS="${LIBS} ${SPEEX_LIBS}"
|
||||
])
|
||||
|
||||
dnl
|
||||
dnl libkate
|
||||
dnl
|
||||
PKG_HAVE_WITH_MODULES([KATE], [kate], [
|
||||
CFLAGS="${CFLAGS} ${KATE_CFLAGS}"
|
||||
LIBS="${LIBS} ${KATE_LIBS}"
|
||||
])
|
||||
|
||||
dnl
|
||||
dnl libcurl
|
||||
dnl
|
||||
@ -248,7 +240,6 @@ Format/Codec support:
|
||||
Ogg : ${have_ogg}
|
||||
Theora : ${have_theora}
|
||||
Speex : ${have_speex}
|
||||
Kate : ${have_kate}
|
||||
|
||||
Features:
|
||||
YP support : ${enable_yp}
|
||||
|
Loading…
Reference in New Issue
Block a user