# HG changeset patch # User albeu # Date 1049300871 0 # Node ID 2552d4413fd8233fed2a21813d2a74cdf2ae9ff5 # Parent 20f8944a6e0ce94e33968e439268bcb594202f51 Remove -sdp, use sdp:// instead. diff -r 20f8944a6e0c -r 2552d4413fd8 cfg-mplayer.h --- a/cfg-mplayer.h Wed Apr 02 16:26:58 2003 +0000 +++ b/cfg-mplayer.h Wed Apr 02 16:27:51 2003 +0000 @@ -327,12 +327,10 @@ #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