[MPlayer-cvslog] CVS: main AUTHORS, 1.160, 1.161 cfg-mplayer.h, 1.251, 1.252 configure, 1.1066, 1.1067
Ross Finlayson CVS
syncmail at mplayerhq.hu
Sat Sep 24 00:35:05 CEST 2005
- Previous message: [MPlayer-cvslog] CVS: main/etc mplayer.desktop,1.5,1.6
- Next message: [MPlayer-cvslog] CVS: main/libmpdemux demuxer.c, 1.206, 1.207 demux_rtp_codec.cpp, 1.7, 1.8 demux_rtp.cpp, 1.28, 1.29 Makefile, 1.96, 1.97 stream.c, 1.78, 1.79 stream_livedotcom.c, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
CVS change done by Ross Finlayson CVS
Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv28336
Modified Files:
AUTHORS cfg-mplayer.h configure
Log Message:
"LIVE.COM Streaming Media" is now called "LIVE555 Streaming Media".
Index: AUTHORS
===================================================================
RCS file: /cvsroot/mplayer/main/AUTHORS,v
retrieving revision 1.160
retrieving revision 1.161
diff -u -r1.160 -r1.161
--- AUTHORS 13 Sep 2005 21:04:44 -0000 1.160
+++ AUTHORS 23 Sep 2005 22:35:02 -0000 1.161
@@ -256,8 +256,8 @@
* open source Cinepak decoder
* open source CYUV decoder
-Finlayson, Ross <finlayson at live.com>
- * LIVE.COM Streaming Media library author
+Finlayson, Ross <finlayson at live555.com>
+ * LIVE555 Streaming Media library author
* RTP/RTSP streaming support
Forghieri, Daniele (xdanny) <guru at digitalfantasy.it>
Index: cfg-mplayer.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-mplayer.h,v
retrieving revision 1.251
retrieving revision 1.252
diff -u -r1.251 -r1.252
--- cfg-mplayer.h 2 Sep 2005 08:44:55 -0000 1.251
+++ cfg-mplayer.h 23 Sep 2005 22:35:02 -0000 1.252
@@ -81,7 +81,7 @@
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 @@
{"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 ------------------------
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.1066
retrieving revision 1.1067
diff -u -r1.1066 -r1.1067
--- configure 23 Sep 2005 00:55:51 -0000 1.1066
+++ configure 23 Sep 2005 22:35:03 -0000 1.1067
@@ -189,7 +189,7 @@
--disable-network disable network support (for: http/mms/rtp) [enable]
--enable-winsock2 enable winsock2 usage [autodetect]
--enable-smb enable Samba (SMB) input support [autodetect]
- --enable-live enable LIVE.COM Streaming Media support [autodetect]
+ --enable-live enable LIVE555 Streaming Media support [autodetect]
--disable-dvdread Disable libdvdread support [autodetect]
--disable-mpdvdkit Disable mpdvdkit/mpdvdkit2 support [autodetect]
--disable-cdparanoia Disable cdparanoia support [autodetect]
@@ -366,7 +366,7 @@
--with-x264incdir=DIR x264 header in DIR
--with-dtslibdir=DIR libdts library in DIR (*)
--with-dtsincdir=DIR libdts header in DIR (*)
- --with-livelibdir=DIR LIVE.COM Streaming Media libraries in DIR
+ --with-livelibdir=DIR LIVE555 Streaming Media libraries in DIR
--with-toolamedir=DIR path to Toolame library and include file
--with-xmmsplugindir=DIR XMMS plugins in DIR
--with-xmmslibdir=DIR libxmms.so.1 in DIR
@@ -5768,14 +5768,14 @@
echores "$_real"
-echocheck "LIVE.COM Streaming Media libraries"
+echocheck "LIVE555 Streaming Media libraries"
if test "$_live" = auto && test "$_network" = yes ; then
_TMPC=$TMPC
TMPC=$TMPCPP
cat >$TMPC <<EOF
#include <liveMedia.hh>
#if (LIVEMEDIA_LIBRARY_VERSION_INT < 1090195200)
-#error Please upgrade to version 2004.07.19 or later of the "LIVE.COM Streaming Media" libraries - available from <www.live.com/liveMedia/>
+#error Please upgrade to version 2004.07.19 or later of the "LIVE555 Streaming Media" libraries - available from <www.live555.com/liveMedia/>
#endif
int main(void) {}
EOF
@@ -5804,8 +5804,8 @@
fi
if test "$_live" = yes && test "$_network" = yes ; then
echores "yes (using $_livelibdir)"
- _def_live='#define STREAMING_LIVE_DOT_COM 1'
- _live_libs_def="# LIVE.COM Streaming Media libraries:
+ _def_live='#define STREAMING_LIVE555 1'
+ _live_libs_def="# LIVE555 Streaming Media libraries:
LIVE_LIB_DIR = $_livelibdir
LIVE_LIBS = \$(LIVE_LIB_DIR)/liveMedia/libliveMedia.a
LIVE_LIBS += \$(LIVE_LIB_DIR)/groupsock/libgroupsock.a
@@ -5817,12 +5817,12 @@
LIVE_INCLUDES += -I\$(LIVE_LIB_DIR)/BasicUsageEnvironment/include
LIVE_INCLUDES += -I\$(LIVE_LIB_DIR)/groupsock/include"
_ld_live='$(LIVE_LIBS)'
- _inputmodules="live.com $_inputmodules"
+ _inputmodules="live555 $_inputmodules"
elif test "$_live_dist" = yes && test "$_network" = yes ; then
echores "yes (using distribution version)"
_live="yes"
- _def_live='#define STREAMING_LIVE_DOT_COM 1'
- _live_libs_def="# LIVE.COM Streaming Media libraries:
+ _def_live='#define STREAMING_LIVE555 1'
+ _live_libs_def="# LIVE555 Streaming Media libraries:
LIVE_LIB_DIR = $_livelibdir
LIVE_LIBS = -lliveMedia
LIVE_LIBS += -lgroupsock
@@ -5834,11 +5834,11 @@
LIVE_INCLUDES += -I/usr/include/BasicUsageEnvironment
LIVE_INCLUDES += -I/usr/include/groupsock"
_ld_live='$(LIVE_LIBS)'
- _inputmodules="live.com $_inputmodules"
+ _inputmodules="live555 $_inputmodules"
else
echores "no"
- _def_live='#undef STREAMING_LIVE_DOT_COM'
- _noinputmodules="live.com $_noinputmodules"
+ _def_live='#undef STREAMING_LIVE555'
+ _noinputmodules="live555 $_noinputmodules"
fi
echocheck "FFmpeg libavutil (static)"
@@ -6932,7 +6932,7 @@
$_live_libs_def
MPLAYER_NETWORK = $_network
-STREAMING_LIVE_DOT_COM = $_live
+STREAMING_LIVE555 = $_live
MPLAYER_NETWORK_LIB = $_ld_live $_ld_vstream $_ld_network
DVBIN = $_dvbin
VIDIX = $_vidix
@@ -7446,7 +7446,7 @@
/* Default search path */
$_def_real_path
-/* LIVE.COM Streaming Media library support */
+/* LIVE555 Streaming Media library support */
$_def_live
/* Use 3dnow/mmxext/sse/mmx optimized fast memcpy() [maybe buggy... signal 4]*/
- Previous message: [MPlayer-cvslog] CVS: main/etc mplayer.desktop,1.5,1.6
- Next message: [MPlayer-cvslog] CVS: main/libmpdemux demuxer.c, 1.206, 1.207 demux_rtp_codec.cpp, 1.7, 1.8 demux_rtp.cpp, 1.28, 1.29 Makefile, 1.96, 1.97 stream.c, 1.78, 1.79 stream_livedotcom.c, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list