summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authorrsf <rsf@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-09-23 22:35:04 +0000
committerrsf <rsf@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-09-23 22:35:04 +0000
commitb383ffa4b7ececfa96e12d4ecb2e18f9d924bcbb (patch)
tree32231c5ce39fd686fd3e4f3a66cc8acb5f7473b5 /cfg-mplayer.h
parentc7a4d689a60755ac3ea05cd70eb0f9462125fdb4 (diff)
downloadmpv-b383ffa4b7ececfa96e12d4ecb2e18f9d924bcbb.tar.bz2
mpv-b383ffa4b7ececfa96e12d4ecb2e18f9d924bcbb.tar.xz
"LIVE.COM Streaming Media" is now called "LIVE555 Streaming Media".
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16573 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index b7af65bb9d..7e67af6b44 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -81,7 +81,7 @@ extern void vo_zr_revertoption(m_option_t* opt,char* pram);
extern m_option_t dxr2_opts[];
#endif
-#ifdef STREAMING_LIVE_DOT_COM
+#ifdef STREAMING_LIVE555
extern int isSDPFile;
extern int rtspStreamOverTCP;
#endif
@@ -287,12 +287,12 @@ m_option_t mplayer_opts[]={
{"dxr2", &dxr2_opts, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL},
#endif
-#ifdef STREAMING_LIVE_DOT_COM
+#ifdef STREAMING_LIVE555
{"sdp", "-sdp is obsolete, use sdp://file instead.\n", 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
- {"rtsp-stream-over-tcp", "RTSP 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 \"LIVE555 Streaming Media\" libraries.\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
#endif
//---------------------- mplayer-only options ------------------------