- Timestamp:
- Feb 14, 2007 2:21:08 AM (18 years ago)
- Location:
- pjproject/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/aconfigure
r921 r946 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.59 for pjproject 0.5. 8.3 # Generated by GNU Autoconf 2.59 for pjproject 0.5.10. 4 4 # 5 5 # Copyright (C) 2003 Free Software Foundation, Inc. … … 268 268 PACKAGE_NAME='pjproject' 269 269 PACKAGE_TARNAME='pjproject' 270 PACKAGE_VERSION='0.5. 8'271 PACKAGE_STRING='pjproject 0.5. 8'270 PACKAGE_VERSION='0.5.10' 271 PACKAGE_STRING='pjproject 0.5.10' 272 272 PACKAGE_BUGREPORT='' 273 273 … … 786 786 # This message is too long to be a string in the A/UX 3.1 sh. 787 787 cat <<_ACEOF 788 \`configure' configures pjproject 0.5. 8to adapt to many kinds of systems.788 \`configure' configures pjproject 0.5.10 to adapt to many kinds of systems. 789 789 790 790 Usage: $0 [OPTION]... [VAR=VALUE]... … … 848 848 if test -n "$ac_init_help"; then 849 849 case $ac_init_help in 850 short | recursive ) echo "Configuration of pjproject 0.5. 8:";;850 short | recursive ) echo "Configuration of pjproject 0.5.10:";; 851 851 esac 852 852 cat <<\_ACEOF … … 867 867 --disable-speex-codec Exclude Speex codecs in the build 868 868 --disable-ilbc-codec Exclude iLBC codec in the build 869 870 --disable-ssl Exclude SSL support the build (default: autodetect) 869 --disable-ssl Exclude SSL support the build (default: autodetect) 871 870 872 871 … … 980 979 if $ac_init_version; then 981 980 cat <<\_ACEOF 982 pjproject configure 0.5. 8981 pjproject configure 0.5.10 983 982 generated by GNU Autoconf 2.59 984 983 … … 994 993 running configure, to aid debugging if configure makes a mistake. 995 994 996 It was created by pjproject $as_me 0.5. 8, which was995 It was created by pjproject $as_me 0.5.10, which was 997 996 generated by GNU Autoconf 2.59. Invocation command line was 998 997 … … 9496 9495 cat >&5 <<_CSEOF 9497 9496 9498 This file was extended by pjproject $as_me 0.5. 8, which was9497 This file was extended by pjproject $as_me 0.5.10, which was 9499 9498 generated by GNU Autoconf 2.59. Invocation command line was 9500 9499 … … 9556 9555 cat >>$CONFIG_STATUS <<_ACEOF 9557 9556 ac_cs_version="\\ 9558 pjproject config.status 0.5. 89557 pjproject config.status 0.5.10 9559 9558 configured by $0, generated by GNU Autoconf 2.59, 9560 9559 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" -
pjproject/trunk/aconfigure.ac
r920 r946 1 AC_INIT(pjproject,0.5. 8)1 AC_INIT(pjproject,0.5.10) 2 2 3 3 host_orig="$host" … … 401 401 AC_SUBST(ac_no_ssl) 402 402 AC_ARG_ENABLE(ssl, 403 [ 404 AC_HELP_STRING([--disable-ssl], 405 [Exclude SSL support the build (default: autodetect)]) 406 ], 403 AC_HELP_STRING([--disable-ssl], 404 [Exclude SSL support the build (default: autodetect)]) 405 , 407 406 [ 408 407 if test "$enable_ssl" = "no"; then -
pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_linux_alsa.c
r65 r946 1757 1757 unsigned long framesPerHostBuffer; 1758 1758 PaUtilHostBufferSizeMode hostBufferSizeMode = paUtilBoundedHostBufferSize; 1759 unsigned long maxHostBufferSize ; /* Upper bound of host buffer size */1759 unsigned long maxHostBufferSize=0; /* Upper bound of host buffer size */ 1760 1760 1761 1761 if( (streamFlags & paPlatformSpecificFlags) != 0 )
Note: See TracChangeset
for help on using the changeset viewer.