Implemented basic icy support for the httpd output
[mk: folded with patch "Put icy related functions in extra source files"; moved icy_server.c from HAVE_CURL to ENABLE_HTTPD_OUTPUT; removed an unused variable]
This commit is contained in:
committed by
Max Kellermann
parent
200be26371
commit
92ba754fc6
@@ -75,6 +75,7 @@ mpd_headers = \
|
||||
src/input/curl_input_plugin.h \
|
||||
src/input/lastfm_input_plugin.h \
|
||||
src/input/mms_input_plugin.h \
|
||||
src/icy_server.h \
|
||||
src/icy_metadata.h \
|
||||
src/client.h \
|
||||
src/listen.h \
|
||||
@@ -537,6 +538,7 @@ endif
|
||||
|
||||
if ENABLE_HTTPD_OUTPUT
|
||||
OUTPUT_SRC += \
|
||||
src/icy_server.c \
|
||||
src/output/httpd_client.c \
|
||||
src/output/httpd_output_plugin.c
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user