comparison configure @ 16572:56a5f69e9b35

"LIVE.COM Streaming Media" is now called "LIVE555 Streaming Media".
author rsf
date Fri, 23 Sep 2005 22:35:04 +0000
parents b59b1c4a1b2d
children a1b00d12f578
comparison
equal deleted inserted replaced
16571:865ef897f786 16572:56a5f69e9b35
187 --disable-edl disable EDL (edit decision list) support [enable] 187 --disable-edl disable EDL (edit decision list) support [enable]
188 --disable-rtc disable RTC (/dev/rtc) on Linux [autodetect] 188 --disable-rtc disable RTC (/dev/rtc) on Linux [autodetect]
189 --disable-network disable network support (for: http/mms/rtp) [enable] 189 --disable-network disable network support (for: http/mms/rtp) [enable]
190 --enable-winsock2 enable winsock2 usage [autodetect] 190 --enable-winsock2 enable winsock2 usage [autodetect]
191 --enable-smb enable Samba (SMB) input support [autodetect] 191 --enable-smb enable Samba (SMB) input support [autodetect]
192 --enable-live enable LIVE.COM Streaming Media support [autodetect] 192 --enable-live enable LIVE555 Streaming Media support [autodetect]
193 --disable-dvdread Disable libdvdread support [autodetect] 193 --disable-dvdread Disable libdvdread support [autodetect]
194 --disable-mpdvdkit Disable mpdvdkit/mpdvdkit2 support [autodetect] 194 --disable-mpdvdkit Disable mpdvdkit/mpdvdkit2 support [autodetect]
195 --disable-cdparanoia Disable cdparanoia support [autodetect] 195 --disable-cdparanoia Disable cdparanoia support [autodetect]
196 --disable-freetype Disable freetype2 font rendering support [autodetect] 196 --disable-freetype Disable freetype2 font rendering support [autodetect]
197 --disable-fontconfig Disable fontconfig font lookup support [autodetect] 197 --disable-fontconfig Disable fontconfig font lookup support [autodetect]
364 --with-xvidincdir=DIR XviD header in DIR (*) 364 --with-xvidincdir=DIR XviD header in DIR (*)
365 --with-x264libdir=DIR libx264 in DIR 365 --with-x264libdir=DIR libx264 in DIR
366 --with-x264incdir=DIR x264 header in DIR 366 --with-x264incdir=DIR x264 header in DIR
367 --with-dtslibdir=DIR libdts library in DIR (*) 367 --with-dtslibdir=DIR libdts library in DIR (*)
368 --with-dtsincdir=DIR libdts header in DIR (*) 368 --with-dtsincdir=DIR libdts header in DIR (*)
369 --with-livelibdir=DIR LIVE.COM Streaming Media libraries in DIR 369 --with-livelibdir=DIR LIVE555 Streaming Media libraries in DIR
370 --with-toolamedir=DIR path to Toolame library and include file 370 --with-toolamedir=DIR path to Toolame library and include file
371 --with-xmmsplugindir=DIR XMMS plugins in DIR 371 --with-xmmsplugindir=DIR XMMS plugins in DIR
372 --with-xmmslibdir=DIR libxmms.so.1 in DIR 372 --with-xmmslibdir=DIR libxmms.so.1 in DIR
373 --with-cdparanoiaincdir=DIR cdparanoia headers in DIR (*) 373 --with-cdparanoiaincdir=DIR cdparanoia headers in DIR (*)
374 --with-cdparanoialibdir=DIR cdparanoia libraries (libcdda_*) in DIR (*) 374 --with-cdparanoialibdir=DIR cdparanoia libraries (libcdda_*) in DIR (*)
5766 _nocodecmodules="real $_nocodecmodules" 5766 _nocodecmodules="real $_nocodecmodules"
5767 fi 5767 fi
5768 echores "$_real" 5768 echores "$_real"
5769 5769
5770 5770
5771 echocheck "LIVE.COM Streaming Media libraries" 5771 echocheck "LIVE555 Streaming Media libraries"
5772 if test "$_live" = auto && test "$_network" = yes ; then 5772 if test "$_live" = auto && test "$_network" = yes ; then
5773 _TMPC=$TMPC 5773 _TMPC=$TMPC
5774 TMPC=$TMPCPP 5774 TMPC=$TMPCPP
5775 cat >$TMPC <<EOF 5775 cat >$TMPC <<EOF
5776 #include <liveMedia.hh> 5776 #include <liveMedia.hh>
5777 #if (LIVEMEDIA_LIBRARY_VERSION_INT < 1090195200) 5777 #if (LIVEMEDIA_LIBRARY_VERSION_INT < 1090195200)
5778 #error Please upgrade to version 2004.07.19 or later of the "LIVE.COM Streaming Media" libraries - available from <www.live.com/liveMedia/> 5778 #error Please upgrade to version 2004.07.19 or later of the "LIVE555 Streaming Media" libraries - available from <www.live555.com/liveMedia/>
5779 #endif 5779 #endif
5780 int main(void) {} 5780 int main(void) {}
5781 EOF 5781 EOF
5782 5782
5783 _live_dist=no 5783 _live_dist=no
5802 fi 5802 fi
5803 TMPC=$_TMPC 5803 TMPC=$_TMPC
5804 fi 5804 fi
5805 if test "$_live" = yes && test "$_network" = yes ; then 5805 if test "$_live" = yes && test "$_network" = yes ; then
5806 echores "yes (using $_livelibdir)" 5806 echores "yes (using $_livelibdir)"
5807 _def_live='#define STREAMING_LIVE_DOT_COM 1' 5807 _def_live='#define STREAMING_LIVE555 1'
5808 _live_libs_def="# LIVE.COM Streaming Media libraries: 5808 _live_libs_def="# LIVE555 Streaming Media libraries:
5809 LIVE_LIB_DIR = $_livelibdir 5809 LIVE_LIB_DIR = $_livelibdir
5810 LIVE_LIBS = \$(LIVE_LIB_DIR)/liveMedia/libliveMedia.a 5810 LIVE_LIBS = \$(LIVE_LIB_DIR)/liveMedia/libliveMedia.a
5811 LIVE_LIBS += \$(LIVE_LIB_DIR)/groupsock/libgroupsock.a 5811 LIVE_LIBS += \$(LIVE_LIB_DIR)/groupsock/libgroupsock.a
5812 LIVE_LIBS += \$(LIVE_LIB_DIR)/UsageEnvironment/libUsageEnvironment.a 5812 LIVE_LIBS += \$(LIVE_LIB_DIR)/UsageEnvironment/libUsageEnvironment.a
5813 LIVE_LIBS += \$(LIVE_LIB_DIR)/BasicUsageEnvironment/libBasicUsageEnvironment.a 5813 LIVE_LIBS += \$(LIVE_LIB_DIR)/BasicUsageEnvironment/libBasicUsageEnvironment.a
5815 LIVE_INCLUDES = -I\$(LIVE_LIB_DIR)/liveMedia/include 5815 LIVE_INCLUDES = -I\$(LIVE_LIB_DIR)/liveMedia/include
5816 LIVE_INCLUDES += -I\$(LIVE_LIB_DIR)/UsageEnvironment/include 5816 LIVE_INCLUDES += -I\$(LIVE_LIB_DIR)/UsageEnvironment/include
5817 LIVE_INCLUDES += -I\$(LIVE_LIB_DIR)/BasicUsageEnvironment/include 5817 LIVE_INCLUDES += -I\$(LIVE_LIB_DIR)/BasicUsageEnvironment/include
5818 LIVE_INCLUDES += -I\$(LIVE_LIB_DIR)/groupsock/include" 5818 LIVE_INCLUDES += -I\$(LIVE_LIB_DIR)/groupsock/include"
5819 _ld_live='$(LIVE_LIBS)' 5819 _ld_live='$(LIVE_LIBS)'
5820 _inputmodules="live.com $_inputmodules" 5820 _inputmodules="live555 $_inputmodules"
5821 elif test "$_live_dist" = yes && test "$_network" = yes ; then 5821 elif test "$_live_dist" = yes && test "$_network" = yes ; then
5822 echores "yes (using distribution version)" 5822 echores "yes (using distribution version)"
5823 _live="yes" 5823 _live="yes"
5824 _def_live='#define STREAMING_LIVE_DOT_COM 1' 5824 _def_live='#define STREAMING_LIVE555 1'
5825 _live_libs_def="# LIVE.COM Streaming Media libraries: 5825 _live_libs_def="# LIVE555 Streaming Media libraries:
5826 LIVE_LIB_DIR = $_livelibdir 5826 LIVE_LIB_DIR = $_livelibdir
5827 LIVE_LIBS = -lliveMedia 5827 LIVE_LIBS = -lliveMedia
5828 LIVE_LIBS += -lgroupsock 5828 LIVE_LIBS += -lgroupsock
5829 LIVE_LIBS += -lUsageEnvironment 5829 LIVE_LIBS += -lUsageEnvironment
5830 LIVE_LIBS += -lBasicUsageEnvironment 5830 LIVE_LIBS += -lBasicUsageEnvironment
5832 LIVE_INCLUDES = -I/usr/include/liveMedia 5832 LIVE_INCLUDES = -I/usr/include/liveMedia
5833 LIVE_INCLUDES += -I/usr/include/UsageEnvironment 5833 LIVE_INCLUDES += -I/usr/include/UsageEnvironment
5834 LIVE_INCLUDES += -I/usr/include/BasicUsageEnvironment 5834 LIVE_INCLUDES += -I/usr/include/BasicUsageEnvironment
5835 LIVE_INCLUDES += -I/usr/include/groupsock" 5835 LIVE_INCLUDES += -I/usr/include/groupsock"
5836 _ld_live='$(LIVE_LIBS)' 5836 _ld_live='$(LIVE_LIBS)'
5837 _inputmodules="live.com $_inputmodules" 5837 _inputmodules="live555 $_inputmodules"
5838 else 5838 else
5839 echores "no" 5839 echores "no"
5840 _def_live='#undef STREAMING_LIVE_DOT_COM' 5840 _def_live='#undef STREAMING_LIVE555'
5841 _noinputmodules="live.com $_noinputmodules" 5841 _noinputmodules="live555 $_noinputmodules"
5842 fi 5842 fi
5843 5843
5844 echocheck "FFmpeg libavutil (static)" 5844 echocheck "FFmpeg libavutil (static)"
5845 if test -d libavutil ; then 5845 if test -d libavutil ; then
5846 _libavutil=yes 5846 _libavutil=yes
6930 PRG_MENCODER = $_prg_mencoder 6930 PRG_MENCODER = $_prg_mencoder
6931 6931
6932 $_live_libs_def 6932 $_live_libs_def
6933 6933
6934 MPLAYER_NETWORK = $_network 6934 MPLAYER_NETWORK = $_network
6935 STREAMING_LIVE_DOT_COM = $_live 6935 STREAMING_LIVE555 = $_live
6936 MPLAYER_NETWORK_LIB = $_ld_live $_ld_vstream $_ld_network 6936 MPLAYER_NETWORK_LIB = $_ld_live $_ld_vstream $_ld_network
6937 DVBIN = $_dvbin 6937 DVBIN = $_dvbin
6938 VIDIX = $_vidix 6938 VIDIX = $_vidix
6939 CONFIG_PP = yes 6939 CONFIG_PP = yes
6940 CONFIG_MP3LAME = $_mp3lame 6940 CONFIG_MP3LAME = $_mp3lame
7444 /* RealPlayer DLL support */ 7444 /* RealPlayer DLL support */
7445 $_def_real 7445 $_def_real
7446 /* Default search path */ 7446 /* Default search path */
7447 $_def_real_path 7447 $_def_real_path
7448 7448
7449 /* LIVE.COM Streaming Media library support */ 7449 /* LIVE555 Streaming Media library support */
7450 $_def_live 7450 $_def_live
7451 7451
7452 /* Use 3dnow/mmxext/sse/mmx optimized fast memcpy() [maybe buggy... signal 4]*/ 7452 /* Use 3dnow/mmxext/sse/mmx optimized fast memcpy() [maybe buggy... signal 4]*/
7453 $_def_fastmemcpy 7453 $_def_fastmemcpy
7454 7454