summaryrefslogtreecommitdiffstats
path: root/libmpdemux/stream.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmpdemux/stream.c')
-rw-r--r--libmpdemux/stream.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libmpdemux/stream.c b/libmpdemux/stream.c
index 7c665d51f8..74bbe65992 100644
--- a/libmpdemux/stream.c
+++ b/libmpdemux/stream.c
@@ -67,7 +67,7 @@ extern stream_info_t stream_info_dvdnav;
#ifdef LIBSMBCLIENT
extern stream_info_t stream_info_smb;
#endif
-#ifdef STREAMING_LIVE_DOT_COM
+#ifdef STREAMING_LIVE555
extern stream_info_t stream_info_sdp;
extern stream_info_t stream_info_rtsp_sip;
#endif;
@@ -90,7 +90,7 @@ stream_info_t* auto_open_streams[] = {
&stream_info_asf,
&stream_info_pnm,
&stream_info_rtsp,
-#ifdef STREAMING_LIVE_DOT_COM
+#ifdef STREAMING_LIVE555
&stream_info_sdp,
&stream_info_rtsp_sip,
#endif