comparison cfg-mplayer.h @ 16572:56a5f69e9b35

"LIVE.COM Streaming Media" is now called "LIVE555 Streaming Media".
author rsf
date Fri, 23 Sep 2005 22:35:04 +0000
parents da2926d990ce
children 971ff1108066
comparison
equal deleted inserted replaced
16571:865ef897f786 16572:56a5f69e9b35
79 79
80 #ifdef HAVE_DXR2 80 #ifdef HAVE_DXR2
81 extern m_option_t dxr2_opts[]; 81 extern m_option_t dxr2_opts[];
82 #endif 82 #endif
83 83
84 #ifdef STREAMING_LIVE_DOT_COM 84 #ifdef STREAMING_LIVE555
85 extern int isSDPFile; 85 extern int isSDPFile;
86 extern int rtspStreamOverTCP; 86 extern int rtspStreamOverTCP;
87 #endif 87 #endif
88 88
89 #ifdef HAVE_NEW_GUI 89 #ifdef HAVE_NEW_GUI
285 285
286 #ifdef HAVE_DXR2 286 #ifdef HAVE_DXR2
287 {"dxr2", &dxr2_opts, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL}, 287 {"dxr2", &dxr2_opts, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL},
288 #endif 288 #endif
289 289
290 #ifdef STREAMING_LIVE_DOT_COM 290 #ifdef STREAMING_LIVE555
291 {"sdp", "-sdp is obsolete, use sdp://file instead.\n", CONF_TYPE_PRINT, 0, 0, 0, NULL}, 291 {"sdp", "-sdp is obsolete, use sdp://file instead.\n", CONF_TYPE_PRINT, 0, 0, 0, NULL},
292 // -rtsp-stream-over-tcp option, specifying TCP streaming of RTP/RTCP 292 // -rtsp-stream-over-tcp option, specifying TCP streaming of RTP/RTCP
293 {"rtsp-stream-over-tcp", &rtspStreamOverTCP, CONF_TYPE_FLAG, 0, 0, 1, NULL}, 293 {"rtsp-stream-over-tcp", &rtspStreamOverTCP, CONF_TYPE_FLAG, 0, 0, 1, NULL},
294 #else 294 #else
295 {"rtsp-stream-over-tcp", "RTSP support requires the \"LIVE.COM Streaming Media\" libraries.\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL}, 295 {"rtsp-stream-over-tcp", "RTSP support requires the \"LIVE555 Streaming Media\" libraries.\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
296 #endif 296 #endif
297 297
298 //---------------------- mplayer-only options ------------------------ 298 //---------------------- mplayer-only options ------------------------
299 299
300 #ifdef CRASH_DEBUG 300 #ifdef CRASH_DEBUG