summaryrefslogtreecommitdiffstats
path: root/stream/stream.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream.c')
-rw-r--r--stream/stream.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/stream/stream.c b/stream/stream.c
index d04b7fb8d8..9fab0443e6 100644
--- a/stream/stream.c
+++ b/stream/stream.c
@@ -72,8 +72,6 @@ extern const stream_info_t stream_info_pvr;
extern const stream_info_t stream_info_ftp;
extern const stream_info_t stream_info_vstream;
extern const stream_info_t stream_info_smb;
-extern const stream_info_t stream_info_sdp;
-extern const stream_info_t stream_info_rtsp_sip;
extern const stream_info_t stream_info_null;
extern const stream_info_t stream_info_mf;
@@ -97,10 +95,6 @@ static const stream_info_t* const auto_open_streams[] = {
#ifdef CONFIG_LIBNEMESI
&stream_info_rtsp,
#endif
-#ifdef CONFIG_LIVE555
- &stream_info_sdp,
- &stream_info_rtsp_sip,
-#endif
&stream_info_udp,
&stream_info_http2,
#endif