mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 09:03:40 +02:00
2019-01-07 Fred Gleason <fredg@paravelsystems.com>
* Removed the 'rlm_icecast2' RLM. * Removed the 'rlm_tunein' RLM.
This commit is contained in:
@@ -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.
|
||||
|
@@ -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\
|
||||
|
Reference in New Issue
Block a user