summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cfg-mplayer.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index bfb6eea704..e84d96f96a 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -327,12 +327,10 @@ static config_t mplayer_opts[]={
#endif
#ifdef STREAMING_LIVE_DOT_COM
- // -sdp option, specifying that the source is a SDP file
- {"sdp", &isSDPFile, CONF_TYPE_FLAG, 0, 0, 1, NULL},
+ {"sdp", "-sdp is deprecated, use sdp://file instead.", CONF_TYPE_PRINT, 0, 0, 0, NULL},
// -rtsp-stream-over-tcp option, specifying TCP streaming of RTP/RTCP
{"rtsp-stream-over-tcp", &rtspStreamOverTCP, CONF_TYPE_FLAG, 0, 0, 1, NULL},
#else
- {"sdp", "SDP file support requires the \"LIVE.COM Streaming Media\" libraries!\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
{"rtsp-stream-over-tcp", "RTSP support requires the \"LIVE.COM Streaming Media\" libraries!\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
#endif