comparison configure @ 6910:1a747aee653b

applied live.com streaming patch (-sdp and rtsp:// support) by Ross Finlayson <finlayson@live.com> see <http://www.live.com/mplayer/> for details.
author arpi
date Mon, 05 Aug 2002 00:39:07 +0000
parents 9a65f0b9421a
children d5056a166cce
comparison
equal deleted inserted replaced
6909:db5e0161f021 6910:1a747aee653b
152 --disable-rtc disable RTC (/dev/rtc) on Linux [autodetect] 152 --disable-rtc disable RTC (/dev/rtc) on Linux [autodetect]
153 --enable-mp1e enable libmp1e support [disable] 153 --enable-mp1e enable libmp1e support [disable]
154 --disable-libdv disable libdv 0.9.5 support [autodetect] 154 --disable-libdv disable libdv 0.9.5 support [autodetect]
155 --disable-streaming disable network streaming support 155 --disable-streaming disable network streaming support
156 (support for: http/mms/rtp) [enable] 156 (support for: http/mms/rtp) [enable]
157 --disable-live disable LIVE.COM Streaming Media support [disable]
157 --disable-vidix disable VIDIX stuff [enable on x86 *nix] 158 --disable-vidix disable VIDIX stuff [enable on x86 *nix]
158 --disable-new-input disable new input system [enable] 159 --disable-new-input disable new input system [enable]
159 --enable-joystick enable joystick support in new input [disable] 160 --enable-joystick enable joystick support in new input [disable]
160 --enable-i18n GNU internationalisation [disable] 161 --enable-i18n GNU internationalisation [disable]
161 --enable-runtime-cpudetection Enable runtime CPU detection [disable] 162 --enable-runtime-cpudetection Enable runtime CPU detection [disable]
239 --with-xvidcore=PATH path to XviD libcore.a (e.g. /opt/lib/libcore.a) 240 --with-xvidcore=PATH path to XviD libcore.a (e.g. /opt/lib/libcore.a)
240 --with-sdl-config=PATH path to sdl*-config (e.g. /opt/bin/sdl-config) 241 --with-sdl-config=PATH path to sdl*-config (e.g. /opt/bin/sdl-config)
241 --with-gtk-config=PATH path to gtk*-config (e.g. /opt/bin/gtk-config) 242 --with-gtk-config=PATH path to gtk*-config (e.g. /opt/bin/gtk-config)
242 --with-glib-config=PATH path to glib*-config (e.g. /opt/bin/glib-config) 243 --with-glib-config=PATH path to glib*-config (e.g. /opt/bin/glib-config)
243 --with-dvdnav-config=PATH path to dvdnav-config 244 --with-dvdnav-config=PATH path to dvdnav-config
245 --with-livelibdir=DIR path to LIVE.COM Streaming Media libraries
244 246
245 EOF 247 EOF
246 exit 0 248 exit 0
247 fi 249 fi
248 done # for parm in ... 250 done # for parm in ...
927 _dvdnav=yes 929 _dvdnav=yes
928 _dvdread=auto 930 _dvdread=auto
929 _dvdkit=auto 931 _dvdkit=auto
930 _xanim=auto 932 _xanim=auto
931 _real=auto 933 _real=auto
934 _live=no
932 _xinerama=auto 935 _xinerama=auto
933 _mga=auto 936 _mga=auto
934 _xmga=auto 937 _xmga=auto
935 _vm=auto 938 _vm=auto
936 _mlib=auto 939 _mlib=auto
1050 --disable-dvdnav) _dvdnav=no ;; 1053 --disable-dvdnav) _dvdnav=no ;;
1051 --enable-xanim) _xanim=yes ;; 1054 --enable-xanim) _xanim=yes ;;
1052 --disable-xanim) _xanim=no ;; 1055 --disable-xanim) _xanim=no ;;
1053 --enable-real) _real=yes ;; 1056 --enable-real) _real=yes ;;
1054 --disable-real) _real=no ;; 1057 --disable-real) _real=no ;;
1058 --enable-live) _live=yes ;;
1059 --disable-live) _live=no ;;
1055 --enable-xinerama) _xinerama=yes ;; 1060 --enable-xinerama) _xinerama=yes ;;
1056 --disable-xinerama) _xinerama=no ;; 1061 --disable-xinerama) _xinerama=no ;;
1057 --enable-mga) _mga=yes ;; 1062 --enable-mga) _mga=yes ;;
1058 --disable-mga) _mga=no ;; 1063 --disable-mga) _mga=no ;;
1059 --enable-xmga) _xmga=yes ;; 1064 --enable-xmga) _xmga=yes ;;
1147 ;; 1152 ;;
1148 --with-reallibdir=*) 1153 --with-reallibdir=*)
1149 _reallibdir=`echo $ac_option | cut -d '=' -f 2` 1154 _reallibdir=`echo $ac_option | cut -d '=' -f 2`
1150 _real=yes 1155 _real=yes
1151 ;; 1156 ;;
1157 --with-livelibdir=*)
1158 _livelibdir=`echo $ac_option | cut -d '=' -f 2`
1159 _live=yes
1160 ;;
1152 --with-csslibdir=*) 1161 --with-csslibdir=*)
1153 _csslibdir=`echo $ac_option | cut -d '=' -f 2` 1162 _csslibdir=`echo $ac_option | cut -d '=' -f 2`
1154 _css=yes 1163 _css=yes
1155 ;; 1164 ;;
1156 --with-mlibdir=*) 1165 --with-mlibdir=*)
3395 _def_real_path="#undef REALCODEC_PATH" 3404 _def_real_path="#undef REALCODEC_PATH"
3396 _nocodecmodules="real $_nocodecmodules" 3405 _nocodecmodules="real $_nocodecmodules"
3397 fi 3406 fi
3398 3407
3399 3408
3409 if test -z "$_livelibdir" ; then
3410 for I in $_libdir/live /usr/lib/live /usr/local/lib/live; do
3411 if test -d "$I" ; then
3412 _livelibdir="$I"
3413 break;
3414 fi;
3415 done
3416 fi
3417
3418 echocheck "LIVE.COM Streaming Media libraries"
3419 if test "$_live" = auto ; then
3420 _live=yes
3421 test "$_livelibdir" || _live=no
3422 # TODO: deeper, more reliable test of libs, and version!
3423 # (users may have empty live/ dir or something different there, for
3424 # example 'live config files', or they may have old, incompatibel version)
3425 fi
3426 if test "$_live" = yes ; then
3427 echores "yes (using $_livelibdir)"
3428 _streaming=yes
3429 _def_live='#define STREAMING_LIVE_DOT_COM 1'
3430 _live_libs_def="# LIVE.COM Streaming Media libraries:
3431 LIVE_LIB_DIR = $_livelibdir
3432 LIVE_LIBS = \$(LIVE_LIB_DIR)/liveMedia/libliveMedia.a
3433 LIVE_LIBS += \$(LIVE_LIB_DIR)/groupsock/libgroupsock.a
3434 LIVE_LIBS += \$(LIVE_LIB_DIR)/UsageEnvironment/libUsageEnvironment.a
3435 LIVE_LIBS += \$(LIVE_LIB_DIR)/BasicUsageEnvironment/libBasicUsageEnvironment.a
3436 LIVE_LIBS += -lstdc++"
3437 _ld_live='$(LIVE_LIBS)'
3438 else
3439 echores "no"
3440 _def_live='#undef STREAMING_LIVE_DOT_COM'
3441 fi
3442
3443
3400 echocheck "iconv" 3444 echocheck "iconv"
3401 if test "$_iconv" = auto ; then 3445 if test "$_iconv" = auto ; then
3402 if freebsd ; then 3446 if freebsd ; then
3403 _iconv_tmp='#include <giconv.h>' 3447 _iconv_tmp='#include <giconv.h>'
3404 else 3448 else
4067 OPTFLAGS = $CFLAGS 4111 OPTFLAGS = $CFLAGS
4068 EXTRA_INC = $_inc_extra $_inc_gtk 4112 EXTRA_INC = $_inc_extra $_inc_gtk
4069 WIN32_PATH = -DWIN32_PATH=\\"$_win32libdir\\" 4113 WIN32_PATH = -DWIN32_PATH=\\"$_win32libdir\\"
4070 STRIPBINARIES = $_stripbinaries 4114 STRIPBINARIES = $_stripbinaries
4071 4115
4116 $_live_libs_def
4117
4072 STREAMING = $_streaming 4118 STREAMING = $_streaming
4073 STREAMING_LIB = $_ld_streaming 4119 STREAMING_LIVE_DOT_COM = $_live
4120 STREAMING_LIB = $_ld_streaming $_ld_live
4074 VIDIX = $_vidix 4121 VIDIX = $_vidix
4075 4122
4076 OPENDIVX = $_opendivx 4123 OPENDIVX = $_opendivx
4077 4124
4078 VO2 = $_vo2 4125 VO2 = $_vo2
4373 4420
4374 /* RealPlayer DLL support */ 4421 /* RealPlayer DLL support */
4375 $_def_real 4422 $_def_real
4376 /* Default search path */ 4423 /* Default search path */
4377 $_def_real_path 4424 $_def_real_path
4425
4426 /* LIVE.COM Streaming Media library support */
4427 $_def_live
4378 4428
4379 /* Use 3dnow/mmxext/sse/mmx optimized fast memcpy() [maybe buggy... signal 4]*/ 4429 /* Use 3dnow/mmxext/sse/mmx optimized fast memcpy() [maybe buggy... signal 4]*/
4380 $_def_fastmemcpy 4430 $_def_fastmemcpy
4381 4431
4382 /* gui support, please do not edit this option */ 4432 /* gui support, please do not edit this option */