2019-01-07 Fred Gleason <fredg@paravelsystems.com>

* Removed the 'rlm_icecast2' RLM.
	* Removed the 'rlm_tunein' RLM.
This commit is contained in:
Fred Gleason
2019-01-07 09:18:03 -05:00
parent fca09e5d0d
commit 3355c04543
2 changed files with 5 additions and 6 deletions

View File

@@ -18300,3 +18300,6 @@
metadata fields.
* Fixed a bug in 'pypad_tunein.py' that caused double-escaping of
metadata fields.
2019-01-07 Fred Gleason <fredg@paravelsystems.com>
* Removed the 'rlm_icecast2' RLM.
* Removed the 'rlm_tunein' RLM.

View File

@@ -21,9 +21,7 @@
AM_CFLAGS = -fPIC -Wall -I../
RLM_MODULES = rlm_icecast2.rlm\
rlm_shoutcast1.rlm\
rlm_tunein.rlm
RLM_MODULES = rlm_shoutcast1.rlm
all: $(RLM_MODULES)
@@ -44,9 +42,7 @@ header_HEADERS = rlm.h
EXTRA_DIST = Makefile-example\
rlm.h\
rlm_icecast2.c\
rlm_shoutcast1.c\
rlm_tunein.c
rlm_shoutcast1.c
CLEANFILES = *~\
*.idb\