[asterisk-scf-commits] asterisk-scf/release/pjproject.git branch "upstream" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Fri Jul 1 14:16:47 CDT 2011
branch "upstream" has been updated
via e92cebdb7ea8e63b161ac025ea273d8bd03394ba (commit)
from 86617039868afa7561095f997e7bfc4029cb54c7 (commit)
Summary of changes:
README.txt | 2 +-
aconfigure |12283 +++++---------------
aconfigure.ac | 37 +-
build.symbian/pjlib.mmp | 2 +
build.symbian/pjlib_test.mmp | 1 +
build.symbian/symbian_ua.mmp | 1 +
build/rules.mak | 5 +
configure-iphone | 4 +-
pjlib-util/include/pjlib-util.h | 4 +-
pjlib-util/include/pjlib-util/base64.h | 4 +-
pjlib-util/include/pjlib-util/config.h | 4 +-
pjlib-util/include/pjlib-util/crc32.h | 4 +-
pjlib-util/include/pjlib-util/dns.h | 4 +-
pjlib-util/include/pjlib-util/dns_server.h | 4 +-
pjlib-util/include/pjlib-util/errno.h | 4 +-
pjlib-util/include/pjlib-util/hmac_md5.h | 4 +-
pjlib-util/include/pjlib-util/hmac_sha1.h | 4 +-
pjlib-util/include/pjlib-util/http_client.h | 4 +-
pjlib-util/include/pjlib-util/md5.h | 4 +-
pjlib-util/include/pjlib-util/pcap.h | 4 +-
pjlib-util/include/pjlib-util/resolver.h | 4 +-
pjlib-util/include/pjlib-util/scanner.h | 4 +-
.../include/pjlib-util/scanner_cis_bitwise.h | 4 +-
pjlib-util/include/pjlib-util/scanner_cis_uint.h | 4 +-
pjlib-util/include/pjlib-util/sha1.h | 4 +-
pjlib-util/include/pjlib-util/srv_resolver.h | 4 +-
pjlib-util/include/pjlib-util/string.h | 4 +-
pjlib-util/include/pjlib-util/stun_simple.h | 4 +-
pjlib-util/include/pjlib-util/types.h | 4 +-
pjlib-util/include/pjlib-util/xml.h | 4 +-
pjlib-util/src/pjlib-util-test/encryption.c | 107 +-
pjlib-util/src/pjlib-util-test/http_client.c | 4 +-
pjlib-util/src/pjlib-util-test/main.c | 2 +-
pjlib-util/src/pjlib-util-test/resolver_test.c | 4 +-
pjlib-util/src/pjlib-util-test/stun.c | 4 +-
pjlib-util/src/pjlib-util-test/test.c | 2 +-
pjlib-util/src/pjlib-util-test/test.h | 2 +-
pjlib-util/src/pjlib-util-test/xml.c | 4 +-
pjlib-util/src/pjlib-util/base64.c | 62 +-
pjlib-util/src/pjlib-util/dns.c | 4 +-
pjlib-util/src/pjlib-util/dns_dump.c | 4 +-
pjlib-util/src/pjlib-util/dns_server.c | 4 +-
pjlib-util/src/pjlib-util/errno.c | 16 +-
pjlib-util/src/pjlib-util/getopt.c | 23 +-
pjlib-util/src/pjlib-util/hmac_md5.c | 4 +-
pjlib-util/src/pjlib-util/hmac_sha1.c | 4 +-
pjlib-util/src/pjlib-util/http_client.c | 4 +-
pjlib-util/src/pjlib-util/pcap.c | 4 +-
pjlib-util/src/pjlib-util/resolver.c | 4 +-
pjlib-util/src/pjlib-util/resolver_wrap.cpp | 4 +-
pjlib-util/src/pjlib-util/scanner.c | 4 +-
pjlib-util/src/pjlib-util/scanner_cis_bitwise.c | 4 +-
pjlib-util/src/pjlib-util/scanner_cis_uint.c | 4 +-
pjlib-util/src/pjlib-util/sha1.c | 6 +-
pjlib-util/src/pjlib-util/srv_resolver.c | 4 +-
pjlib-util/src/pjlib-util/string.c | 4 +-
pjlib-util/src/pjlib-util/stun_simple.c | 4 +-
pjlib-util/src/pjlib-util/stun_simple_client.c | 74 +-
pjlib-util/src/pjlib-util/symbols.c | 4 +-
pjlib-util/src/pjlib-util/xml.c | 4 +-
pjlib-util/src/pjlib-util/xml_wrap.cpp | 4 +-
pjlib/build/Makefile | 2 +-
pjlib/build/pjlib.vcproj | 2080 ++--
pjlib/include/pj/activesock.h | 4 +-
pjlib/include/pj/addr_resolv.h | 4 +-
pjlib/include/pj/array.h | 4 +-
pjlib/include/pj/assert.h | 4 +-
pjlib/include/pj/compat/assert.h | 4 +-
pjlib/include/pj/compat/cc_armcc.h | 4 +-
pjlib/include/pj/compat/cc_codew.h | 4 +-
pjlib/include/pj/compat/cc_gcc.h | 4 +-
pjlib/include/pj/compat/cc_gcce.h | 4 +-
pjlib/include/pj/compat/cc_msvc.h | 4 +-
pjlib/include/pj/compat/cc_mwcc.h | 4 +-
pjlib/include/pj/compat/ctype.h | 4 +-
pjlib/include/pj/compat/errno.h | 4 +-
pjlib/include/pj/compat/high_precision.h | 4 +-
pjlib/include/pj/compat/m_alpha.h | 4 +-
pjlib/include/pj/compat/m_armv4.h | 4 +-
pjlib/include/pj/compat/m_i386.h | 4 +-
pjlib/include/pj/compat/m_m68k.h | 4 +-
pjlib/include/pj/compat/m_powerpc.h | 4 +-
pjlib/include/pj/compat/m_sparc.h | 4 +-
pjlib/include/pj/compat/m_x86_64.h | 4 +-
pjlib/include/pj/compat/malloc.h | 4 +-
pjlib/include/pj/compat/os_auto.h.in | 8 +-
pjlib/include/pj/compat/os_darwinos.h | 4 +-
pjlib/include/pj/compat/os_linux.h | 4 +-
pjlib/include/pj/compat/os_linux_kernel.h | 4 +-
pjlib/include/pj/compat/os_palmos.h | 4 +-
pjlib/include/pj/compat/os_rtems.h | 4 +-
pjlib/include/pj/compat/os_sunos.h | 4 +-
pjlib/include/pj/compat/os_symbian.h | 4 +-
pjlib/include/pj/compat/os_win32.h | 4 +-
pjlib/include/pj/compat/os_win32_wince.h | 4 +-
pjlib/include/pj/compat/rand.h | 4 +-
pjlib/include/pj/compat/setjmp.h | 4 +-
pjlib/include/pj/compat/size_t.h | 4 +-
pjlib/include/pj/compat/socket.h | 4 +-
pjlib/include/pj/compat/stdarg.h | 4 +-
pjlib/include/pj/compat/stdfileio.h | 4 +-
pjlib/include/pj/compat/string.h | 4 +-
pjlib/include/pj/compat/time.h | 4 +-
pjlib/include/pj/config.h | 39 +-
pjlib/include/pj/ctype.h | 4 +-
pjlib/include/pj/doxygen.h | 4 +-
pjlib/include/pj/errno.h | 4 +-
pjlib/include/pj/except.h | 4 +-
pjlib/include/pj/fifobuf.h | 4 +-
pjlib/include/pj/file_access.h | 4 +-
pjlib/include/pj/file_io.h | 4 +-
pjlib/include/pj/guid.h | 4 +-
pjlib/include/pj/hash.h | 4 +-
pjlib/include/pj/ioqueue.h | 4 +-
pjlib/include/pj/ip_helper.h | 4 +-
pjlib/include/pj/list.h | 4 +-
pjlib/include/pj/list_i.h | 4 +-
pjlib/include/pj/lock.h | 4 +-
pjlib/include/pj/log.h | 4 +-
pjlib/include/pj/math.h | 4 +-
pjlib/include/pj/os.h | 107 +-
pjlib/include/pj/pool.h | 4 +-
pjlib/include/pj/pool_alt.h | 4 +-
pjlib/include/pj/pool_buf.h | 4 +-
pjlib/include/pj/pool_i.h | 4 +-
pjlib/include/pj/rand.h | 4 +-
pjlib/include/pj/rbtree.h | 4 +-
pjlib/include/pj/sock.h | 13 +-
pjlib/include/pj/sock_qos.h | 4 +-
pjlib/include/pj/sock_select.h | 4 +-
pjlib/include/pj/ssl_sock.h | 4 +-
pjlib/include/pj/string.h | 4 +-
pjlib/include/pj/string_i.h | 4 +-
pjlib/include/pj/types.h | 4 +-
pjlib/include/pj/unicode.h | 4 +-
pjlib/include/pjlib.h | 4 +-
pjlib/src/pj/activesock.c | 4 +-
pjlib/src/pj/addr_resolv_linux_kernel.c | 4 +-
pjlib/src/pj/addr_resolv_sock.c | 64 +-
pjlib/src/pj/addr_resolv_symbian.cpp | 4 +-
pjlib/src/pj/array.c | 4 +-
pjlib/src/pj/compat/sigjmp.c | 4 +-
pjlib/src/pj/compat/string.c | 4 +-
pjlib/src/pj/compat/string_compat.c | 4 +-
pjlib/src/pj/config.c | 13 +-
pjlib/src/pj/ctype.c | 4 +-
pjlib/src/pj/errno.c | 12 +-
pjlib/src/pj/except.c | 4 +-
pjlib/src/pj/exception_symbian.cpp | 4 +-
pjlib/src/pj/extra-exports.c | 4 +-
pjlib/src/pj/fifobuf.c | 4 +-
pjlib/src/pj/file_access_unistd.c | 4 +-
pjlib/src/pj/file_access_win32.c | 4 +-
pjlib/src/pj/file_io_ansi.c | 4 +-
pjlib/src/pj/file_io_win32.c | 4 +-
pjlib/src/pj/guid.c | 4 +-
pjlib/src/pj/guid_simple.c | 4 +-
pjlib/src/pj/guid_uuid.c | 4 +-
pjlib/src/pj/guid_win32.c | 4 +-
pjlib/src/pj/hash.c | 4 +-
pjlib/src/pj/ioqueue_common_abs.c | 52 +-
pjlib/src/pj/ioqueue_common_abs.h | 2 +-
pjlib/src/pj/ioqueue_dummy.c | 4 +-
pjlib/src/pj/ioqueue_epoll.c | 8 +-
pjlib/src/pj/ioqueue_linux_kernel.c | 4 +-
pjlib/src/pj/ioqueue_select.c | 11 +-
pjlib/src/pj/ioqueue_symbian.cpp | 4 +-
pjlib/src/pj/ioqueue_winnt.c | 8 +-
pjlib/src/pj/ip_helper_generic.c | 4 +-
pjlib/src/pj/ip_helper_symbian.cpp | 4 +-
pjlib/src/pj/ip_helper_win32.c | 4 +-
pjlib/src/pj/list.c | 4 +-
pjlib/src/pj/lock.c | 4 +-
pjlib/src/pj/log.c | 4 +-
pjlib/src/pj/log_writer_printk.c | 4 +-
pjlib/src/pj/log_writer_stdout.c | 4 +-
pjlib/src/pj/log_writer_symbian_console.cpp | 4 +-
pjlib/src/pj/os_core_linux_kernel.c | 4 +-
pjlib/src/pj/os_core_symbian.cpp | 4 +-
pjlib/src/pj/os_core_unix.c | 9 +-
pjlib/src/pj/os_core_win32.c | 4 +-
pjlib/src/pj/os_error_linux_kernel.c | 4 +-
pjlib/src/pj/os_error_symbian.cpp | 4 +-
pjlib/src/pj/os_error_unix.c | 4 +-
pjlib/src/pj/os_error_win32.c | 4 +-
pjlib/src/pj/os_info.c | 319 +
pjlib/src/pj/os_info_iphone.m | 53 +
pjlib/src/pj/os_info_symbian.cpp | 190 +
pjlib/src/pj/os_rwmutex.c | 4 +-
pjlib/src/pj/os_symbian.h | 4 +-
pjlib/src/pj/os_time_bsd.c | 4 +-
pjlib/src/pj/os_time_common.c | 4 +-
pjlib/src/pj/os_time_linux_kernel.c | 4 +-
pjlib/src/pj/os_time_unix.c | 4 +-
pjlib/src/pj/os_time_win32.c | 4 +-
pjlib/src/pj/os_timestamp_common.c | 18 +-
pjlib/src/pj/os_timestamp_linux_kernel.c | 4 +-
pjlib/src/pj/os_timestamp_posix.c | 83 +-
pjlib/src/pj/os_timestamp_win32.c | 4 +-
pjlib/src/pj/pool.c | 4 +-
pjlib/src/pj/pool_buf.c | 4 +-
pjlib/src/pj/pool_caching.c | 4 +-
pjlib/src/pj/pool_dbg.c | 4 +-
pjlib/src/pj/pool_policy_kmalloc.c | 4 +-
pjlib/src/pj/pool_policy_malloc.c | 4 +-
pjlib/src/pj/pool_policy_new.cpp | 4 +-
pjlib/src/pj/pool_signature.h | 4 +-
pjlib/src/pj/rand.c | 4 +-
pjlib/src/pj/rbtree.c | 4 +-
pjlib/src/pj/sock_bsd.c | 62 +-
pjlib/src/pj/sock_common.c | 9 +-
pjlib/src/pj/sock_linux_kernel.c | 4 +-
pjlib/src/pj/sock_qos_bsd.c | 4 +-
pjlib/src/pj/sock_qos_common.c | 4 +-
pjlib/src/pj/sock_qos_dummy.c | 4 +-
pjlib/src/pj/sock_qos_symbian.cpp | 4 +-
pjlib/src/pj/sock_qos_wm.c | 4 +-
pjlib/src/pj/sock_select.c | 4 +-
pjlib/src/pj/sock_select_symbian.cpp | 4 +-
pjlib/src/pj/sock_symbian.cpp | 5 +-
pjlib/src/pj/ssl_sock_common.c | 4 +-
pjlib/src/pj/ssl_sock_dump.c | 4 +-
pjlib/src/pj/ssl_sock_ossl.c | 20 +-
pjlib/src/pj/ssl_sock_symbian.cpp | 20 +-
pjlib/src/pj/string.c | 4 +-
pjlib/src/pj/symbols.c | 5 +-
pjlib/src/pj/timer.c | 6 +-
pjlib/src/pj/timer_symbian.cpp | 4 +-
pjlib/src/pj/types.c | 4 +-
pjlib/src/pj/unicode_symbian.cpp | 4 +-
pjlib/src/pj/unicode_win32.c | 4 +-
pjlib/src/pjlib++-test/main.cpp | 2 +-
pjlib/src/pjlib-samples/except.c | 4 +-
pjlib/src/pjlib-samples/list.c | 4 +-
pjlib/src/pjlib-samples/log.c | 4 +-
pjlib/src/pjlib-test/activesock.c | 4 +-
pjlib/src/pjlib-test/atomic.c | 4 +-
pjlib/src/pjlib-test/echo_clt.c | 4 +-
pjlib/src/pjlib-test/errno.c | 4 +-
pjlib/src/pjlib-test/exception.c | 4 +-
pjlib/src/pjlib-test/exception_wrap.cpp | 4 +-
pjlib/src/pjlib-test/fifobuf.c | 4 +-
pjlib/src/pjlib-test/file.c | 4 +-
pjlib/src/pjlib-test/hash_test.c | 4 +-
pjlib/src/pjlib-test/ioq_perf.c | 4 +-
pjlib/src/pjlib-test/ioq_tcp.c | 4 +-
pjlib/src/pjlib-test/ioq_udp.c | 4 +-
pjlib/src/pjlib-test/ioq_unreg.c | 4 +-
pjlib/src/pjlib-test/list.c | 4 +-
pjlib/src/pjlib-test/main.c | 4 +-
pjlib/src/pjlib-test/main_mod.c | 4 +-
pjlib/src/pjlib-test/main_rtems.c | 4 +-
pjlib/src/pjlib-test/main_win32.c | 4 +-
pjlib/src/pjlib-test/mutex.c | 4 +-
pjlib/src/pjlib-test/os.c | 28 +-
pjlib/src/pjlib-test/pool.c | 4 +-
pjlib/src/pjlib-test/pool_perf.c | 4 +-
pjlib/src/pjlib-test/pool_wrap.cpp | 4 +-
pjlib/src/pjlib-test/rand.c | 4 +-
pjlib/src/pjlib-test/rbtree.c | 4 +-
pjlib/src/pjlib-test/rtems_network_config.h | 4 +-
pjlib/src/pjlib-test/select.c | 4 +-
pjlib/src/pjlib-test/sleep.c | 4 +-
pjlib/src/pjlib-test/sock.c | 4 +-
pjlib/src/pjlib-test/sock_perf.c | 4 +-
pjlib/src/pjlib-test/ssl_sock.c | 4 +-
pjlib/src/pjlib-test/string.c | 4 +-
pjlib/src/pjlib-test/test.c | 8 +-
pjlib/src/pjlib-test/test.h | 6 +-
pjlib/src/pjlib-test/test_wrap.cpp | 4 +-
pjlib/src/pjlib-test/thread.c | 4 +-
pjlib/src/pjlib-test/timer.c | 4 +-
pjlib/src/pjlib-test/timestamp.c | 4 +-
pjlib/src/pjlib-test/udp_echo_srv_ioqueue.c | 2 +-
pjlib/src/pjlib-test/udp_echo_srv_sync.c | 4 +-
pjlib/src/pjlib-test/util.c | 4 +-
pjmedia/build/Jbtest.dat | 8 +-
pjmedia/include/pjmedia-audiodev/audiodev.h | 18 +-
pjmedia/include/pjmedia-audiodev/audiodev_imp.h | 11 +-
pjmedia/include/pjmedia-audiodev/audiotest.h | 4 +-
pjmedia/include/pjmedia-audiodev/config.h | 4 +-
pjmedia/include/pjmedia-audiodev/errno.h | 4 +-
pjmedia/include/pjmedia-codec.h | 4 +-
pjmedia/include/pjmedia-codec/amr_helper.h | 4 +-
pjmedia/include/pjmedia-codec/config.h | 4 +-
pjmedia/include/pjmedia-codec/g722.h | 4 +-
pjmedia/include/pjmedia-codec/g7221.h | 4 +-
pjmedia/include/pjmedia-codec/gsm.h | 4 +-
pjmedia/include/pjmedia-codec/ilbc.h | 4 +-
pjmedia/include/pjmedia-codec/ipp_codecs.h | 4 +-
pjmedia/include/pjmedia-codec/l16.h | 4 +-
pjmedia/include/pjmedia-codec/passthrough.h | 4 +-
pjmedia/include/pjmedia-codec/speex.h | 4 +-
pjmedia/include/pjmedia-codec/types.h | 5 +-
pjmedia/include/pjmedia.h | 4 +-
pjmedia/include/pjmedia/alaw_ulaw.h | 4 +-
pjmedia/include/pjmedia/bidirectional.h | 4 +-
pjmedia/include/pjmedia/circbuf.h | 4 +-
pjmedia/include/pjmedia/clock.h | 4 +-
pjmedia/include/pjmedia/codec.h | 4 +-
pjmedia/include/pjmedia/conference.h | 4 +-
pjmedia/include/pjmedia/config.h | 15 +-
pjmedia/include/pjmedia/delaybuf.h | 4 +-
pjmedia/include/pjmedia/doxygen.h | 4 +-
pjmedia/include/pjmedia/echo.h | 4 +-
pjmedia/include/pjmedia/echo_port.h | 4 +-
pjmedia/include/pjmedia/endpoint.h | 43 +-
pjmedia/include/pjmedia/errno.h | 4 +-
pjmedia/include/pjmedia/g711.h | 4 +-
pjmedia/include/pjmedia/jbuf.h | 4 +-
pjmedia/include/pjmedia/master_port.h | 4 +-
pjmedia/include/pjmedia/mem_port.h | 4 +-
pjmedia/include/pjmedia/null_port.h | 4 +-
pjmedia/include/pjmedia/plc.h | 4 +-
pjmedia/include/pjmedia/port.h | 4 +-
pjmedia/include/pjmedia/resample.h | 4 +-
pjmedia/include/pjmedia/rtcp.h | 4 +-
pjmedia/include/pjmedia/rtcp_xr.h | 4 +-
pjmedia/include/pjmedia/rtp.h | 4 +-
pjmedia/include/pjmedia/sdp.h | 50 +-
pjmedia/include/pjmedia/sdp_neg.h | 4 +-
pjmedia/include/pjmedia/session.h | 4 +-
pjmedia/include/pjmedia/silencedet.h | 4 +-
pjmedia/include/pjmedia/sound.h | 4 +-
pjmedia/include/pjmedia/sound_port.h | 41 +-
pjmedia/include/pjmedia/splitcomb.h | 4 +-
pjmedia/include/pjmedia/stereo.h | 4 +-
pjmedia/include/pjmedia/stream.h | 14 +-
pjmedia/include/pjmedia/symbian_sound_aps.h | 4 +-
pjmedia/include/pjmedia/tonegen.h | 4 +-
pjmedia/include/pjmedia/transport.h | 4 +-
pjmedia/include/pjmedia/transport_adapter_sample.h | 4 +-
pjmedia/include/pjmedia/transport_ice.h | 4 +-
pjmedia/include/pjmedia/transport_loop.h | 4 +-
pjmedia/include/pjmedia/transport_srtp.h | 4 +-
pjmedia/include/pjmedia/transport_udp.h | 4 +-
pjmedia/include/pjmedia/types.h | 4 +-
pjmedia/include/pjmedia/wav_playlist.h | 4 +-
pjmedia/include/pjmedia/wav_port.h | 4 +-
pjmedia/include/pjmedia/wave.h | 4 +-
pjmedia/include/pjmedia/wsola.h | 4 +-
pjmedia/include/pjmedia_audiodev.h | 4 +-
pjmedia/src/pjmedia-audiodev/alsa_dev.c | 110 +-
pjmedia/src/pjmedia-audiodev/audiodev.c | 62 +-
pjmedia/src/pjmedia-audiodev/audiotest.c | 4 +-
pjmedia/src/pjmedia-audiodev/coreaudio_dev.c | 890 ++-
pjmedia/src/pjmedia-audiodev/errno.c | 4 +-
pjmedia/src/pjmedia-audiodev/legacy_dev.c | 15 +-
pjmedia/src/pjmedia-audiodev/null_dev.c | 15 +-
pjmedia/src/pjmedia-audiodev/pa_dev.c | 18 +-
pjmedia/src/pjmedia-audiodev/symb_aps_dev.cpp | 15 +-
pjmedia/src/pjmedia-audiodev/symb_mda_dev.cpp | 15 +-
pjmedia/src/pjmedia-audiodev/symb_vas_dev.cpp | 15 +-
pjmedia/src/pjmedia-audiodev/wmme_dev.c | 203 +-
pjmedia/src/pjmedia-codec/g722.c | 10 +-
pjmedia/src/pjmedia-codec/g722/g722_dec.c | 4 +-
pjmedia/src/pjmedia-codec/g722/g722_dec.h | 4 +-
pjmedia/src/pjmedia-codec/g722/g722_enc.c | 4 +-
pjmedia/src/pjmedia-codec/g722/g722_enc.h | 4 +-
pjmedia/src/pjmedia-codec/g7221.c | 4 +-
pjmedia/src/pjmedia-codec/gsm.c | 4 +-
pjmedia/src/pjmedia-codec/ilbc.c | 30 +-
pjmedia/src/pjmedia-codec/ipp_codecs.c | 8 +-
pjmedia/src/pjmedia-codec/l16.c | 4 +-
pjmedia/src/pjmedia-codec/passthrough.c | 4 +-
pjmedia/src/pjmedia-codec/speex_codec.c | 4 +-
pjmedia/src/pjmedia/alaw_ulaw_table.c | 4 +-
pjmedia/src/pjmedia/bidirectional.c | 4 +-
pjmedia/src/pjmedia/clock_thread.c | 4 +-
pjmedia/src/pjmedia/codec.c | 27 +-
pjmedia/src/pjmedia/conf_switch.c | 4 +-
pjmedia/src/pjmedia/conference.c | 4 +-
pjmedia/src/pjmedia/delaybuf.c | 4 +-
pjmedia/src/pjmedia/echo_common.c | 4 +-
pjmedia/src/pjmedia/echo_internal.h | 4 +-
pjmedia/src/pjmedia/echo_port.c | 4 +-
pjmedia/src/pjmedia/echo_speex.c | 8 +-
pjmedia/src/pjmedia/echo_suppress.c | 4 +-
pjmedia/src/pjmedia/endpoint.c | 87 +-
pjmedia/src/pjmedia/errno.c | 4 +-
pjmedia/src/pjmedia/g711.c | 4 +-
pjmedia/src/pjmedia/jbuf.c | 39 +-
pjmedia/src/pjmedia/master_port.c | 4 +-
pjmedia/src/pjmedia/mem_capture.c | 4 +-
pjmedia/src/pjmedia/mem_player.c | 4 +-
pjmedia/src/pjmedia/null_port.c | 4 +-
pjmedia/src/pjmedia/plc_common.c | 4 +-
pjmedia/src/pjmedia/port.c | 4 +-
pjmedia/src/pjmedia/resample_libsamplerate.c | 4 +-
pjmedia/src/pjmedia/resample_port.c | 4 +-
pjmedia/src/pjmedia/resample_resample.c | 4 +-
pjmedia/src/pjmedia/resample_speex.c | 4 +-
pjmedia/src/pjmedia/rtcp.c | 4 +-
pjmedia/src/pjmedia/rtcp_xr.c | 4 +-
pjmedia/src/pjmedia/rtp.c | 4 +-
pjmedia/src/pjmedia/sdp.c | 60 +-
pjmedia/src/pjmedia/sdp_cmp.c | 4 +-
pjmedia/src/pjmedia/sdp_neg.c | 4 +-
pjmedia/src/pjmedia/sdp_wrap.cpp | 4 +-
pjmedia/src/pjmedia/session.c | 7 +-
pjmedia/src/pjmedia/silencedet.c | 4 +-
pjmedia/src/pjmedia/sound_legacy.c | 4 +-
pjmedia/src/pjmedia/sound_port.c | 81 +-
pjmedia/src/pjmedia/splitcomb.c | 6 +-
pjmedia/src/pjmedia/stereo_port.c | 4 +-
pjmedia/src/pjmedia/stream.c | 56 +-
pjmedia/src/pjmedia/tonegen.c | 4 +-
pjmedia/src/pjmedia/transport_adapter_sample.c | 4 +-
pjmedia/src/pjmedia/transport_ice.c | 20 +-
pjmedia/src/pjmedia/transport_loop.c | 4 +-
pjmedia/src/pjmedia/transport_srtp.c | 35 +-
pjmedia/src/pjmedia/transport_udp.c | 4 +-
pjmedia/src/pjmedia/wav_player.c | 57 +-
pjmedia/src/pjmedia/wav_playlist.c | 4 +-
pjmedia/src/pjmedia/wav_writer.c | 4 +-
pjmedia/src/pjmedia/wave.c | 4 +-
pjmedia/src/pjmedia/wsola.c | 4 +-
pjmedia/src/test/audio_tool.c | 4 +-
pjmedia/src/test/codec_vectors.c | 4 +-
pjmedia/src/test/jbuf_test.c | 4 +-
pjmedia/src/test/main.c | 4 +-
pjmedia/src/test/mips_test.c | 4 +-
pjmedia/src/test/rtp_test.c | 4 +-
pjmedia/src/test/sdp_neg_test.c | 4 +-
pjmedia/src/test/sdptest.c | 4 +-
pjmedia/src/test/session_test.c | 4 +-
pjmedia/src/test/test.c | 4 +-
pjmedia/src/test/test.h | 4 +-
pjmedia/src/test/wince_main.c | 4 +-
pjmedia/src/test/wsola_test.c | 19 +
pjnath/docs/doc_ice.h | 4 +-
pjnath/docs/doc_mainpage.h | 4 +-
pjnath/docs/doc_nat.h | 4 +-
pjnath/docs/doc_samples.h | 4 +-
pjnath/docs/doc_stun.h | 4 +-
pjnath/docs/doc_turn.h | 4 +-
pjnath/include/pjnath.h | 4 +-
pjnath/include/pjnath/config.h | 4 +-
pjnath/include/pjnath/errno.h | 4 +-
pjnath/include/pjnath/ice_session.h | 4 +-
pjnath/include/pjnath/ice_strans.h | 4 +-
pjnath/include/pjnath/nat_detect.h | 4 +-
pjnath/include/pjnath/stun_auth.h | 4 +-
pjnath/include/pjnath/stun_config.h | 4 +-
pjnath/include/pjnath/stun_msg.h | 4 +-
pjnath/include/pjnath/stun_session.h | 4 +-
pjnath/include/pjnath/stun_sock.h | 4 +-
pjnath/include/pjnath/stun_transaction.h | 4 +-
pjnath/include/pjnath/turn_session.h | 4 +-
pjnath/include/pjnath/turn_sock.h | 4 +-
pjnath/include/pjnath/types.h | 4 +-
pjnath/src/pjnath-test/ice_test.c | 4 +-
pjnath/src/pjnath-test/main.c | 4 +-
pjnath/src/pjnath-test/server.c | 4 +-
pjnath/src/pjnath-test/server.h | 4 +-
pjnath/src/pjnath-test/sess_auth.c | 4 +-
pjnath/src/pjnath-test/stun.c | 4 +-
pjnath/src/pjnath-test/stun_sock_test.c | 4 +-
pjnath/src/pjnath-test/test.c | 4 +-
pjnath/src/pjnath-test/test.h | 4 +-
pjnath/src/pjnath-test/turn_sock_test.c | 4 +-
pjnath/src/pjnath/errno.c | 12 +-
pjnath/src/pjnath/ice_session.c | 11 +-
pjnath/src/pjnath/ice_strans.c | 4 +-
pjnath/src/pjnath/nat_detect.c | 4 +-
pjnath/src/pjnath/stun_auth.c | 4 +-
pjnath/src/pjnath/stun_msg.c | 4 +-
pjnath/src/pjnath/stun_msg_dump.c | 4 +-
pjnath/src/pjnath/stun_session.c | 4 +-
pjnath/src/pjnath/stun_sock.c | 4 +-
pjnath/src/pjnath/stun_transaction.c | 4 +-
pjnath/src/pjnath/turn_session.c | 4 +-
pjnath/src/pjnath/turn_sock.c | 4 +-
pjnath/src/pjturn-client/client_main.c | 8 +-
pjnath/src/pjturn-srv/allocation.c | 4 +-
pjnath/src/pjturn-srv/auth.c | 4 +-
pjnath/src/pjturn-srv/auth.h | 4 +-
pjnath/src/pjturn-srv/listener_tcp.c | 4 +-
pjnath/src/pjturn-srv/listener_udp.c | 4 +-
pjnath/src/pjturn-srv/main.c | 4 +-
pjnath/src/pjturn-srv/server.c | 4 +-
pjnath/src/pjturn-srv/turn.h | 4 +-
.../src/ipjsua/Classes/ConfigViewController.h | 26 +-
.../src/ipjsua/Classes/ConfigViewController.m | 26 +-
.../src/ipjsua/Classes/FirstViewController.h | 26 +-
.../src/ipjsua/Classes/FirstViewController.m | 28 +-
pjsip-apps/src/ipjsua/Classes/TabBarController.h | 26 +-
pjsip-apps/src/ipjsua/Classes/TabBarController.m | 26 +-
pjsip-apps/src/ipjsua/Classes/ipjsuaAppDelegate.h | 26 +-
pjsip-apps/src/ipjsua/Classes/ipjsuaAppDelegate.m | 26 +-
pjsip-apps/src/ipjsua/main.m | 26 +-
.../src/ipjsystest/Classes/RootViewController.h | 26 +-
.../src/ipjsystest/Classes/RootViewController.m | 26 +-
.../src/ipjsystest/Classes/TestViewController.h | 26 +-
.../src/ipjsystest/Classes/TestViewController.m | 26 +-
.../src/ipjsystest/Classes/ipjsystestAppDelegate.h | 26 +-
.../src/ipjsystest/Classes/ipjsystestAppDelegate.m | 26 +-
pjsip-apps/src/ipjsystest/main.m | 26 +-
pjsip-apps/src/pjsua/gui.h | 4 +-
pjsip-apps/src/pjsua/main.c | 16 +-
pjsip-apps/src/pjsua/pjsua_app.c | 55 +-
pjsip-apps/src/pjsystest/gui.h | 4 +-
pjsip-apps/src/pjsystest/main_console.c | 4 +-
pjsip-apps/src/pjsystest/main_wm.c | 4 +-
pjsip-apps/src/pjsystest/systest.c | 4 +-
pjsip-apps/src/pjsystest/systest.h | 4 +-
pjsip-apps/src/py_pjsua/py_pjsua.c | 4 +-
pjsip-apps/src/py_pjsua/py_pjsua.h | 4 +-
pjsip-apps/src/python/Makefile | 7 +-
pjsip-apps/src/python/_pjsua.c | 4 +-
pjsip-apps/src/python/_pjsua.h | 14 +-
pjsip-apps/src/samples/aectest.c | 4 +-
pjsip-apps/src/samples/auddemo.c | 10 +-
pjsip-apps/src/samples/confbench.c | 4 +-
pjsip-apps/src/samples/confsample.c | 4 +-
pjsip-apps/src/samples/debug.c | 4 +-
pjsip-apps/src/samples/encdec.c | 4 +-
pjsip-apps/src/samples/footprint.c | 4 +-
pjsip-apps/src/samples/httpdemo.c | 4 +-
pjsip-apps/src/samples/icedemo.c | 4 +-
pjsip-apps/src/samples/invtester.c | 4 +-
pjsip-apps/src/samples/jbsim.c | 4 +-
pjsip-apps/src/samples/latency.c | 9 +-
pjsip-apps/src/samples/level.c | 4 +-
pjsip-apps/src/samples/mix.c | 4 +-
pjsip-apps/src/samples/pcaputil.c | 15 +-
pjsip-apps/src/samples/pjsip-perf.c | 4 +-
pjsip-apps/src/samples/playfile.c | 4 +-
pjsip-apps/src/samples/playsine.c | 4 +-
pjsip-apps/src/samples/proxy.h | 4 +-
pjsip-apps/src/samples/recfile.c | 4 +-
pjsip-apps/src/samples/resampleplay.c | 4 +-
pjsip-apps/src/samples/simple_pjsua.c | 4 +-
pjsip-apps/src/samples/simpleua.c | 4 +-
pjsip-apps/src/samples/siprtp.c | 4 +-
pjsip-apps/src/samples/siprtp_report.c | 4 +-
pjsip-apps/src/samples/sipstateless.c | 4 +-
pjsip-apps/src/samples/stateful_proxy.c | 4 +-
pjsip-apps/src/samples/stateless_proxy.c | 4 +-
pjsip-apps/src/samples/stereotest.c | 4 +-
pjsip-apps/src/samples/streamutil.c | 4 +-
pjsip-apps/src/samples/strerror.c | 4 +-
pjsip-apps/src/samples/tonegen.c | 4 +-
pjsip-apps/src/samples/util.h | 20 +-
pjsip-apps/src/symbian_ua/main_symbian.cpp | 4 +-
pjsip-apps/src/symbian_ua/ua.cpp | 4 +-
pjsip-apps/src/symbian_ua/ua.h | 4 +-
.../src/symbian_ua_gui/group/symbian_ua_gui.mmp | 1 +
.../inc/Symbian_ua_guiSettingItemListSettings.h | 136 +-
pjsip-apps/src/symbian_ua_gui/inc/symbian_ua.h | 2 +-
.../src/symbian_ua_gui/inc/symbian_ua_guiAppUi.h | 248 +-
.../symbian_ua_gui/inc/symbian_ua_guiApplication.h | 80 +-
.../symbian_ua_gui/inc/symbian_ua_guiContainer.h | 236 +-
.../inc/symbian_ua_guiContainerView.h | 186 +-
.../symbian_ua_gui/inc/symbian_ua_guiDocument.h | 82 +-
.../inc/symbian_ua_guiSettingItemList.h | 184 +-
.../inc/symbian_ua_guiSettingItemListView.h | 180 +-
.../src/Symbian_ua_guiSettingItemListSets.cpp | 298 +-
pjsip-apps/src/symbian_ua_gui/src/symbian_ua.cpp | 2 +-
.../src/symbian_ua_gui/src/symbian_ua_guiAppUi.cpp | 504 +-
.../src/symbian_ua_guiApplication.cpp | 182 +-
.../symbian_ua_gui/src/symbian_ua_guiContainer.cpp | 580 +-
.../src/symbian_ua_guiContainerView.cpp | 966 +-
.../symbian_ua_gui/src/symbian_ua_guiDocument.cpp | 124 +-
.../src/symbian_ua_guiSettingItemList.cpp | 856 +-
.../src/symbian_ua_guiSettingItemListView.cpp | 580 +-
pjsip-apps/src/symsndtest/app_main.cpp | 4 +-
pjsip-apps/src/symsndtest/main_symbian.cpp | 4 +-
pjsip/docs/doxygen.h | 2 +-
pjsip/include/pjsip-simple/errno.h | 4 +-
pjsip/include/pjsip-simple/evsub.h | 17 +-
pjsip/include/pjsip-simple/evsub_msg.h | 4 +-
pjsip/include/pjsip-simple/iscomposing.h | 4 +-
pjsip/include/pjsip-simple/mwi.h | 4 +-
pjsip/include/pjsip-simple/pidf.h | 4 +-
pjsip/include/pjsip-simple/presence.h | 16 +-
pjsip/include/pjsip-simple/publish.h | 4 +-
pjsip/include/pjsip-simple/rpid.h | 4 +-
pjsip/include/pjsip-simple/types.h | 4 +-
pjsip/include/pjsip-simple/xpidf.h | 4 +-
pjsip/include/pjsip-ua/sip_100rel.h | 4 +-
pjsip/include/pjsip-ua/sip_inv.h | 4 +-
pjsip/include/pjsip-ua/sip_regc.h | 18 +-
pjsip/include/pjsip-ua/sip_replaces.h | 4 +-
pjsip/include/pjsip-ua/sip_timer.h | 4 +-
pjsip/include/pjsip-ua/sip_xfer.h | 4 +-
pjsip/include/pjsip.h | 4 +-
pjsip/include/pjsip/print_util.h | 4 +-
pjsip/include/pjsip/sip_auth.h | 16 +-
pjsip/include/pjsip/sip_auth_aka.h | 4 +-
pjsip/include/pjsip/sip_auth_msg.h | 4 +-
pjsip/include/pjsip/sip_auth_parser.h | 4 +-
pjsip/include/pjsip/sip_config.h | 26 +-
pjsip/include/pjsip/sip_dialog.h | 4 +-
pjsip/include/pjsip/sip_endpoint.h | 4 +-
pjsip/include/pjsip/sip_errno.h | 4 +-
pjsip/include/pjsip/sip_event.h | 4 +-
pjsip/include/pjsip/sip_module.h | 4 +-
pjsip/include/pjsip/sip_msg.h | 4 +-
pjsip/include/pjsip/sip_multipart.h | 4 +-
pjsip/include/pjsip/sip_parser.h | 4 +-
pjsip/include/pjsip/sip_private.h | 4 +-
pjsip/include/pjsip/sip_resolve.h | 4 +-
pjsip/include/pjsip/sip_tel_uri.h | 4 +-
pjsip/include/pjsip/sip_transaction.h | 4 +-
pjsip/include/pjsip/sip_transport.h | 4 +-
pjsip/include/pjsip/sip_transport_loop.h | 4 +-
pjsip/include/pjsip/sip_transport_tcp.h | 4 +-
pjsip/include/pjsip/sip_transport_tls.h | 4 +-
pjsip/include/pjsip/sip_transport_udp.h | 4 +-
pjsip/include/pjsip/sip_types.h | 4 +-
pjsip/include/pjsip/sip_ua_layer.h | 4 +-
pjsip/include/pjsip/sip_uri.h | 4 +-
pjsip/include/pjsip/sip_util.h | 4 +-
pjsip/include/pjsip_auth.h | 4 +-
pjsip/include/pjsip_simple.h | 4 +-
pjsip/include/pjsip_ua.h | 4 +-
pjsip/include/pjsua-lib/pjsua.h | 87 +-
pjsip/include/pjsua-lib/pjsua_internal.h | 16 +-
pjsip/src/pjsip-simple/errno.c | 4 +-
pjsip/src/pjsip-simple/evsub.c | 46 +-
pjsip/src/pjsip-simple/evsub_msg.c | 4 +-
pjsip/src/pjsip-simple/iscomposing.c | 4 +-
pjsip/src/pjsip-simple/mwi.c | 4 +-
pjsip/src/pjsip-simple/pidf.c | 4 +-
pjsip/src/pjsip-simple/presence.c | 70 +-
pjsip/src/pjsip-simple/presence_body.c | 4 +-
pjsip/src/pjsip-simple/publishc.c | 13 +-
pjsip/src/pjsip-simple/rpid.c | 4 +-
pjsip/src/pjsip-simple/xpidf.c | 4 +-
pjsip/src/pjsip-ua/sip_100rel.c | 4 +-
pjsip/src/pjsip-ua/sip_inv.c | 79 +-
pjsip/src/pjsip-ua/sip_reg.c | 99 +-
pjsip/src/pjsip-ua/sip_replaces.c | 4 +-
pjsip/src/pjsip-ua/sip_timer.c | 4 +-
pjsip/src/pjsip-ua/sip_xfer.c | 4 +-
pjsip/src/pjsip/sip_auth_aka.c | 4 +-
pjsip/src/pjsip/sip_auth_client.c | 12 +-
pjsip/src/pjsip/sip_auth_msg.c | 4 +-
pjsip/src/pjsip/sip_auth_parser.c | 4 +-
pjsip/src/pjsip/sip_auth_parser_wrap.cpp | 4 +-
pjsip/src/pjsip/sip_auth_server.c | 4 +-
pjsip/src/pjsip/sip_config.c | 4 +-
pjsip/src/pjsip/sip_dialog.c | 5 +-
pjsip/src/pjsip/sip_dialog_wrap.cpp | 4 +-
pjsip/src/pjsip/sip_endpoint.c | 15 +-
pjsip/src/pjsip/sip_endpoint_wrap.cpp | 4 +-
pjsip/src/pjsip/sip_errno.c | 4 +-
pjsip/src/pjsip/sip_msg.c | 4 +-
pjsip/src/pjsip/sip_multipart.c | 12 +-
pjsip/src/pjsip/sip_parser.c | 9 +-
pjsip/src/pjsip/sip_parser_wrap.cpp | 4 +-
pjsip/src/pjsip/sip_resolve.c | 4 +-
pjsip/src/pjsip/sip_tel_uri.c | 4 +-
pjsip/src/pjsip/sip_tel_uri_wrap.cpp | 4 +-
pjsip/src/pjsip/sip_transaction.c | 4 +-
pjsip/src/pjsip/sip_transport.c | 4 +-
pjsip/src/pjsip/sip_transport_loop.c | 4 +-
pjsip/src/pjsip/sip_transport_tcp.c | 4 +-
pjsip/src/pjsip/sip_transport_tls.c | 6 +-
pjsip/src/pjsip/sip_transport_tls_ossl.c | 4 +-
pjsip/src/pjsip/sip_transport_udp.c | 7 +-
pjsip/src/pjsip/sip_transport_wrap.cpp | 4 +-
pjsip/src/pjsip/sip_ua_layer.c | 4 +-
pjsip/src/pjsip/sip_uri.c | 4 +-
pjsip/src/pjsip/sip_util.c | 8 +-
pjsip/src/pjsip/sip_util_proxy.c | 4 +-
pjsip/src/pjsip/sip_util_proxy_wrap.cpp | 4 +-
pjsip/src/pjsip/sip_util_statefull.c | 4 +-
pjsip/src/pjsip/sip_util_wrap.cpp | 4 +-
pjsip/src/pjsua-lib/pjsua_acc.c | 273 +-
pjsip/src/pjsua-lib/pjsua_call.c | 168 +-
pjsip/src/pjsua-lib/pjsua_core.c | 18 +-
pjsip/src/pjsua-lib/pjsua_im.c | 4 +-
pjsip/src/pjsua-lib/pjsua_media.c | 79 +-
pjsip/src/pjsua-lib/pjsua_pres.c | 5 +-
pjsip/src/test/dlg_core_test.c | 4 +-
pjsip/src/test/dns_test.c | 4 +-
pjsip/src/test/inv_offer_answer_test.c | 4 +-
pjsip/src/test/main.c | 4 +-
pjsip/src/test/msg_err_test.c | 4 +-
pjsip/src/test/msg_logger.c | 4 +-
pjsip/src/test/msg_test.c | 4 +-
pjsip/src/test/multipart_test.c | 4 +-
pjsip/src/test/regc_test.c | 4 +-
pjsip/src/test/test.c | 4 +-
pjsip/src/test/test.h | 4 +-
pjsip/src/test/transport_loop_test.c | 4 +-
pjsip/src/test/transport_tcp_test.c | 4 +-
pjsip/src/test/transport_test.c | 4 +-
pjsip/src/test/transport_udp_test.c | 4 +-
pjsip/src/test/tsx_basic_test.c | 4 +-
pjsip/src/test/tsx_bench.c | 4 +-
pjsip/src/test/tsx_uac_test.c | 4 +-
pjsip/src/test/tsx_uas_test.c | 4 +-
pjsip/src/test/txdata_test.c | 4 +-
pjsip/src/test/uri_test.c | 10 +-
tests/pjsua/run.py | 10 +-
...fmts-support-update.xml => uas-reinv-glare.xml} | 96 +-
...-ack-without-sdp.xml => uas-reinv-no-media.xml} | 32 +-
tests/pjsua/tools/cmp_wav.c | 21 +-
third_party/portaudio/LICENSE.txt | 81 +
third_party/portaudio/README.txt | 98 +
third_party/portaudio/SConstruct | 197 +
third_party/portaudio/aclocal.m4 | 6627 +++++++++++
third_party/portaudio/build/dev-cpp/.gitignore | 2 -
third_party/portaudio/build/dev-cpp/Makefile-dll | 78 +
.../portaudio/build/dev-cpp/Makefile-static | 75 +
.../portaudio/build/dev-cpp/portaudio-dll.dev | 209 +
.../portaudio/build/dev-cpp/portaudio-static.dev | 209 +
third_party/portaudio/build/dev-cpp/readme.txt | 23 +
third_party/portaudio/build/msvc/.gitignore | 2 -
third_party/portaudio/build/msvc/portaudio.def | 43 +
third_party/portaudio/build/msvc/portaudio.dsp | 269 +
third_party/portaudio/build/msvc/portaudio.dsw | 29 +
third_party/portaudio/build/msvc/portaudio.sln | 26 +
third_party/portaudio/build/msvc/portaudio.vcproj | 1512 +++
third_party/portaudio/build/msvc/readme.txt | 109 +
third_party/portaudio/build/scons/.gitignore | 2 -
.../portaudio/build/scons/SConscript_common | 30 +
third_party/portaudio/build/scons/SConscript_opts | 91 +
third_party/{srtp => portaudio}/config.sub | 134 +-
third_party/portaudio/index.html | 105 +
third_party/{srtp => portaudio}/install-sh | 0
third_party/portaudio/missing | 360 +
third_party/portaudio/pablio/.gitignore | 2 -
.../README.txt} | 37 +-
third_party/portaudio/pablio/pablio.c | 314 +
third_party/portaudio/pablio/pablio.def | 35 +
third_party/portaudio/pablio/pablio.h | 116 +
third_party/portaudio/pablio/test_rw.c | 105 +
third_party/portaudio/pablio/test_rw_echo.c | 129 +
third_party/portaudio/pablio/test_w_saw.c | 114 +
third_party/portaudio/pablio/test_w_saw8.c | 112 +
third_party/portaudio/portaudio-2.0.pc.in | 12 +
version.mak | 2 +-
736 files changed, 23593 insertions(+), 15175 deletions(-)
create mode 100644 pjlib/src/pj/os_info.c
create mode 100644 pjlib/src/pj/os_info_iphone.m
create mode 100644 pjlib/src/pj/os_info_symbian.cpp
copy tests/pjsua/scripts-sipp/{uas-answer-200-multiple-fmts-support-update.xml => uas-reinv-glare.xml} (74%)
copy tests/pjsua/scripts-sipp/{uas-reinv-and-ack-without-sdp.xml => uas-reinv-no-media.xml} (90%)
create mode 100644 third_party/portaudio/LICENSE.txt
create mode 100644 third_party/portaudio/README.txt
create mode 100644 third_party/portaudio/SConstruct
create mode 100644 third_party/portaudio/aclocal.m4
delete mode 100644 third_party/portaudio/build/dev-cpp/.gitignore
create mode 100644 third_party/portaudio/build/dev-cpp/Makefile-dll
create mode 100644 third_party/portaudio/build/dev-cpp/Makefile-static
create mode 100644 third_party/portaudio/build/dev-cpp/portaudio-dll.dev
create mode 100644 third_party/portaudio/build/dev-cpp/portaudio-static.dev
create mode 100644 third_party/portaudio/build/dev-cpp/readme.txt
delete mode 100644 third_party/portaudio/build/msvc/.gitignore
create mode 100644 third_party/portaudio/build/msvc/portaudio.def
create mode 100644 third_party/portaudio/build/msvc/portaudio.dsp
create mode 100644 third_party/portaudio/build/msvc/portaudio.dsw
create mode 100644 third_party/portaudio/build/msvc/portaudio.sln
create mode 100644 third_party/portaudio/build/msvc/portaudio.vcproj
create mode 100644 third_party/portaudio/build/msvc/readme.txt
delete mode 100644 third_party/portaudio/build/scons/.gitignore
create mode 100644 third_party/portaudio/build/scons/SConscript_common
create mode 100644 third_party/portaudio/build/scons/SConscript_opts
copy third_party/{srtp => portaudio}/config.sub (92%)
mode change 100644 => 100755
create mode 100644 third_party/portaudio/index.html
copy third_party/{srtp => portaudio}/install-sh (100%)
mode change 100644 => 100755
create mode 100755 third_party/portaudio/missing
delete mode 100644 third_party/portaudio/pablio/.gitignore
copy third_party/portaudio/{src/os/win/pa_x86_plain_converters.h => pablio/README.txt} (71%)
create mode 100644 third_party/portaudio/pablio/pablio.c
create mode 100644 third_party/portaudio/pablio/pablio.def
create mode 100644 third_party/portaudio/pablio/pablio.h
create mode 100644 third_party/portaudio/pablio/test_rw.c
create mode 100644 third_party/portaudio/pablio/test_rw_echo.c
create mode 100644 third_party/portaudio/pablio/test_w_saw.c
create mode 100644 third_party/portaudio/pablio/test_w_saw8.c
create mode 100644 third_party/portaudio/portaudio-2.0.pc.in
- Log -----------------------------------------------------------------
commit e92cebdb7ea8e63b161ac025ea273d8bd03394ba
Author: Kevin P. Fleming <kpfleming at digium.com>
Date: Fri Jul 1 14:16:33 2011 -0500
import upstream version 1.10
diff --git a/README.txt b/README.txt
index 9cd6566..bc45da8 100644
--- a/README.txt
+++ b/README.txt
@@ -1,5 +1,5 @@
Copyright (C) 2003-2008 Benny Prijono <benny at prijono.org>
- Copyright (C) 2008-2009 Teluu Inc. (http://www.teluu.com)
+ Copyright (C) 2008-2011 Teluu Inc. (http://www.teluu.com)
This program is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the Free
diff --git a/aconfigure b/aconfigure
index e004ef8..84e62c1 100755
--- a/aconfigure
+++ b/aconfigure
@@ -1,60 +1,83 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.61 for pjproject 1.x.
+# Generated by GNU Autoconf 2.65 for pjproject 1.x.
+#
#
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
-# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
+# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
+# Inc.
+#
+#
# This configure script is free software; the Free Software Foundation
# gives unlimited permission to copy, distribute and modify it.
-## --------------------- ##
-## M4sh Initialization. ##
-## --------------------- ##
+## -------------------- ##
+## M4sh Initialization. ##
+## -------------------- ##
# Be more Bourne compatible
DUALCASE=1; export DUALCASE # for MKS sh
-if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
emulate sh
NULLCMD=:
- # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
+ # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
# is contrary to our usage. Disable this feature.
alias -g '${1+"$@"}'='"$@"'
setopt NO_GLOB_SUBST
else
- case `(set -o) 2>/dev/null` in
- *posix*) set -o posix ;;
+ case `(set -o) 2>/dev/null` in #(
+ *posix*) :
+ set -o posix ;; #(
+ *) :
+ ;;
esac
-
fi
-
-
-# PATH needs CR
-# Avoid depending upon Character Ranges.
-as_cr_letters='abcdefghijklmnopqrstuvwxyz'
-as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
-as_cr_Letters=$as_cr_letters$as_cr_LETTERS
-as_cr_digits='0123456789'
-as_cr_alnum=$as_cr_Letters$as_cr_digits
-
-# The user is always right.
-if test "${PATH_SEPARATOR+set}" != set; then
- echo "#! /bin/sh" >conf$$.sh
- echo "exit 0" >>conf$$.sh
- chmod +x conf$$.sh
- if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
- PATH_SEPARATOR=';'
+as_nl='
+'
+export as_nl
+# Printing a long string crashes Solaris 7 /usr/bin/printf.
+as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
+# Prefer a ksh shell builtin over an external printf program on Solaris,
+# but without wasting forks for bash or zsh.
+if test -z "$BASH_VERSION$ZSH_VERSION" \
+ && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
+ as_echo='print -r --'
+ as_echo_n='print -rn --'
+elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
+ as_echo='printf %s\n'
+ as_echo_n='printf %s'
+else
+ if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
+ as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
+ as_echo_n='/usr/ucb/echo -n'
else
- PATH_SEPARATOR=:
+ as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
+ as_echo_n_body='eval
+ arg=$1;
+ case $arg in #(
+ *"$as_nl"*)
+ expr "X$arg" : "X\\(.*\\)$as_nl";
+ arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
+ esac;
+ expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
+ '
+ export as_echo_n_body
+ as_echo_n='sh -c $as_echo_n_body as_echo'
fi
- rm -f conf$$.sh
+ export as_echo_body
+ as_echo='sh -c $as_echo_body as_echo'
fi
-# Support unset when possible.
-if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
- as_unset=unset
-else
- as_unset=false
+# The user is always right.
+if test "${PATH_SEPARATOR+set}" != set; then
+ PATH_SEPARATOR=:
+ (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
+ (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
+ PATH_SEPARATOR=';'
+ }
fi
@@ -63,20 +86,18 @@ fi
# there to prevent editors from complaining about space-tab.
# (If _AS_PATH_WALK were called with IFS unset, it would disable word
# splitting by setting IFS to empty value.)
-as_nl='
-'
IFS=" "" $as_nl"
# Find who we are. Look in the path if we contain no directory separator.
-case $0 in
+case $0 in #((
*[\\/]* ) as_myself=$0 ;;
*) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
- test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
-done
+ test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
+ done
IFS=$as_save_IFS
;;
@@ -87,354 +108,321 @@ if test "x$as_myself" = x; then
as_myself=$0
fi
if test ! -f "$as_myself"; then
- echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
- { (exit 1); exit 1; }
+ $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
+ exit 1
fi
-# Work around bugs in pre-3.0 UWIN ksh.
-for as_var in ENV MAIL MAILPATH
-do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
+# Unset variables that we do not need and which cause bugs (e.g. in
+# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
+# suppresses any "Segmentation fault" message there. '((' could
+# trigger a bug in pdksh 5.2.14.
+for as_var in BASH_ENV ENV MAIL MAILPATH
+do eval test x\${$as_var+set} = xset \
+ && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
done
PS1='$ '
PS2='> '
PS4='+ '
# NLS nuisances.
-for as_var in \
- LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
- LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
- LC_TELEPHONE LC_TIME
-do
- if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
- eval $as_var=C; export $as_var
- else
- ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
- fi
-done
-
-# Required to use basename.
-if expr a : '\(a\)' >/dev/null 2>&1 &&
- test "X`expr 00001 : '.*\(...\)'`" = X001; then
- as_expr=expr
-else
- as_expr=false
-fi
-
-if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
- as_basename=basename
-else
- as_basename=false
-fi
-
-
-# Name of the executable.
-as_me=`$as_basename -- "$0" ||
-$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
- X"$0" : 'X\(//\)$' \| \
- X"$0" : 'X\(/\)' \| . 2>/dev/null ||
-echo X/"$0" |
- sed '/^.*\/\([^/][^/]*\)\/*$/{
- s//\1/
- q
- }
- /^X\/\(\/\/\)$/{
- s//\1/
- q
- }
- /^X\/\(\/\).*/{
- s//\1/
- q
- }
- s/.*/./; q'`
+LC_ALL=C
+export LC_ALL
+LANGUAGE=C
+export LANGUAGE
# CDPATH.
-$as_unset CDPATH
-
+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
if test "x$CONFIG_SHELL" = x; then
- if (eval ":") 2>/dev/null; then
- as_have_required=yes
+ as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
+ emulate sh
+ NULLCMD=:
+ # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
+ # is contrary to our usage. Disable this feature.
+ alias -g '\${1+\"\$@\"}'='\"\$@\"'
+ setopt NO_GLOB_SUBST
else
- as_have_required=no
+ case \`(set -o) 2>/dev/null\` in #(
+ *posix*) :
+ set -o posix ;; #(
+ *) :
+ ;;
+esac
fi
-
- if test $as_have_required = yes && (eval ":
-(as_func_return () {
- (exit \$1)
-}
-as_func_success () {
- as_func_return 0
-}
-as_func_failure () {
- as_func_return 1
-}
-as_func_ret_success () {
- return 0
-}
-as_func_ret_failure () {
- return 1
-}
+"
+ as_required="as_fn_return () { (exit \$1); }
+as_fn_success () { as_fn_return 0; }
+as_fn_failure () { as_fn_return 1; }
+as_fn_ret_success () { return 0; }
+as_fn_ret_failure () { return 1; }
exitcode=0
-if as_func_success; then
- :
-else
- exitcode=1
- echo as_func_success failed.
-fi
-
-if as_func_failure; then
- exitcode=1
- echo as_func_failure succeeded.
-fi
-
-if as_func_ret_success; then
- :
-else
- exitcode=1
- echo as_func_ret_success failed.
-fi
-
-if as_func_ret_failure; then
- exitcode=1
- echo as_func_ret_failure succeeded.
-fi
-
-if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
- :
+as_fn_success || { exitcode=1; echo as_fn_success failed.; }
+as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
+as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
+as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
+if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
+
+else
+ exitcode=1; echo positional parameters were not saved.
+fi
+test x\$exitcode = x0 || exit 1"
+ as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
+ as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
+ eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
+ test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
+test \$(( 1 + 1 )) = 2 || exit 1"
+ if (eval "$as_required") 2>/dev/null; then :
+ as_have_required=yes
else
- exitcode=1
- echo positional parameters were not saved.
+ as_have_required=no
fi
+ if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
-test \$exitcode = 0) || { (exit 1); exit 1; }
-
-(
- as_lineno_1=\$LINENO
- as_lineno_2=\$LINENO
- test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
- test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
-") 2> /dev/null; then
- :
else
- as_candidate_shells=
- as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+as_found=false
for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
- case $as_dir in
+ as_found=:
+ case $as_dir in #(
/*)
for as_base in sh bash ksh sh5; do
- as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
+ # Try only shells that exist, to save several forks.
+ as_shell=$as_dir/$as_base
+ if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
+ { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
+ CONFIG_SHELL=$as_shell as_have_required=yes
+ if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
+ break 2
+fi
+fi
done;;
esac
+ as_found=false
done
+$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
+ { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
+ CONFIG_SHELL=$SHELL as_have_required=yes
+fi; }
IFS=$as_save_IFS
- for as_shell in $as_candidate_shells $SHELL; do
- # Try only shells that exist, to save several forks.
- if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
- { ("$as_shell") 2> /dev/null <<\_ASEOF
-if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
- emulate sh
- NULLCMD=:
- # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
- # is contrary to our usage. Disable this feature.
- alias -g '${1+"$@"}'='"$@"'
- setopt NO_GLOB_SUBST
-else
- case `(set -o) 2>/dev/null` in
- *posix*) set -o posix ;;
-esac
-
+ if test "x$CONFIG_SHELL" != x; then :
+ # We cannot yet assume a decent shell, so we have to provide a
+ # neutralization value for shells without unset; and this also
+ # works around shells that cannot unset nonexistent variables.
+ BASH_ENV=/dev/null
+ ENV=/dev/null
+ (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
+ export CONFIG_SHELL
+ exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
fi
-
-:
-_ASEOF
-}; then
- CONFIG_SHELL=$as_shell
- as_have_required=yes
- if { "$as_shell" 2> /dev/null <<\_ASEOF
-if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
- emulate sh
- NULLCMD=:
- # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
- # is contrary to our usage. Disable this feature.
- alias -g '${1+"$@"}'='"$@"'
- setopt NO_GLOB_SUBST
-else
- case `(set -o) 2>/dev/null` in
- *posix*) set -o posix ;;
-esac
-
+ if test x$as_have_required = xno; then :
+ $as_echo "$0: This script requires a shell more modern than all"
+ $as_echo "$0: the shells that I found on your system."
+ if test x${ZSH_VERSION+set} = xset ; then
+ $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
+ $as_echo "$0: be upgraded to zsh 4.3.4 or later."
+ else
+ $as_echo "$0: Please tell bug-autoconf at gnu.org about your system,
+$0: including any error possibly output before this
+$0: message. Then install a modern shell, or manually run
+$0: the script under such a shell if you do have one."
+ fi
+ exit 1
fi
+fi
+fi
+SHELL=${CONFIG_SHELL-/bin/sh}
+export SHELL
+# Unset more variables known to interfere with behavior of common tools.
+CLICOLOR_FORCE= GREP_OPTIONS=
+unset CLICOLOR_FORCE GREP_OPTIONS
-
-:
-(as_func_return () {
- (exit $1)
-}
-as_func_success () {
- as_func_return 0
-}
-as_func_failure () {
- as_func_return 1
-}
-as_func_ret_success () {
- return 0
-}
-as_func_ret_failure () {
- return 1
+## --------------------- ##
+## M4sh Shell Functions. ##
+## --------------------- ##
+# as_fn_unset VAR
+# ---------------
+# Portably unset VAR.
+as_fn_unset ()
+{
+ { eval $1=; unset $1;}
}
+as_unset=as_fn_unset
-exitcode=0
-if as_func_success; then
- :
-else
- exitcode=1
- echo as_func_success failed.
-fi
+# as_fn_set_status STATUS
+# -----------------------
+# Set $? to STATUS, without forking.
+as_fn_set_status ()
+{
+ return $1
+} # as_fn_set_status
-if as_func_failure; then
- exitcode=1
- echo as_func_failure succeeded.
-fi
+# as_fn_exit STATUS
+# -----------------
+# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
+as_fn_exit ()
+{
+ set +e
+ as_fn_set_status $1
+ exit $1
+} # as_fn_exit
+
+# as_fn_mkdir_p
+# -------------
+# Create "$as_dir" as a directory, including parents if necessary.
+as_fn_mkdir_p ()
+{
-if as_func_ret_success; then
- :
+ case $as_dir in #(
+ -*) as_dir=./$as_dir;;
+ esac
+ test -d "$as_dir" || eval $as_mkdir_p || {
+ as_dirs=
+ while :; do
+ case $as_dir in #(
+ *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
+ *) as_qdir=$as_dir;;
+ esac
+ as_dirs="'$as_qdir' $as_dirs"
+ as_dir=`$as_dirname -- "$as_dir" ||
+$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+ X"$as_dir" : 'X\(//\)[^/]' \| \
+ X"$as_dir" : 'X\(//\)$' \| \
+ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
+$as_echo X"$as_dir" |
+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+ s//\1/
+ q
+ }
+ /^X\(\/\/\)[^/].*/{
+ s//\1/
+ q
+ }
+ /^X\(\/\/\)$/{
+ s//\1/
+ q
+ }
+ /^X\(\/\).*/{
+ s//\1/
+ q
+ }
+ s/.*/./; q'`
+ test -d "$as_dir" && break
+ done
+ test -z "$as_dirs" || eval "mkdir $as_dirs"
+ } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
+
+
+} # as_fn_mkdir_p
+# as_fn_append VAR VALUE
+# ----------------------
+# Append the text in VALUE to the end of the definition contained in VAR. Take
+# advantage of any shell optimizations that allow amortized linear growth over
+# repeated appends, instead of the typical quadratic growth present in naive
+# implementations.
+if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
+ eval 'as_fn_append ()
+ {
+ eval $1+=\$2
+ }'
else
- exitcode=1
- echo as_func_ret_success failed.
-fi
-
-if as_func_ret_failure; then
- exitcode=1
- echo as_func_ret_failure succeeded.
-fi
-
-if ( set x; as_func_ret_success y && test x = "$1" ); then
- :
+ as_fn_append ()
+ {
+ eval $1=\$$1\$2
+ }
+fi # as_fn_append
+
+# as_fn_arith ARG...
+# ------------------
+# Perform arithmetic evaluation on the ARGs, and store the result in the
+# global $as_val. Take advantage of shells that can avoid forks. The arguments
+# must be portable across $(()) and expr.
+if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
+ eval 'as_fn_arith ()
+ {
+ as_val=$(( $* ))
+ }'
else
- exitcode=1
- echo positional parameters were not saved.
-fi
-
-test $exitcode = 0) || { (exit 1); exit 1; }
-
-(
- as_lineno_1=$LINENO
- as_lineno_2=$LINENO
- test "x$as_lineno_1" != "x$as_lineno_2" &&
- test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
-
-_ASEOF
-}; then
- break
-fi
-
-fi
-
- done
-
- if test "x$CONFIG_SHELL" != x; then
- for as_var in BASH_ENV ENV
- do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
- done
- export CONFIG_SHELL
- exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
-fi
-
-
- if test $as_have_required = no; then
- echo This script requires a shell more modern than all the
- echo shells that I found on your system. Please install a
- echo modern shell, or manually run the script under such a
- echo shell if you do have one.
- { (exit 1); exit 1; }
-fi
-
-
-fi
-
-fi
-
+ as_fn_arith ()
+ {
+ as_val=`expr "$@" || test $? -eq 1`
+ }
+fi # as_fn_arith
-(eval "as_func_return () {
- (exit \$1)
-}
-as_func_success () {
- as_func_return 0
-}
-as_func_failure () {
- as_func_return 1
-}
-as_func_ret_success () {
- return 0
-}
-as_func_ret_failure () {
- return 1
-}
+# as_fn_error ERROR [LINENO LOG_FD]
+# ---------------------------------
+# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
+# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
+# script with status $?, using 1 if that was 0.
+as_fn_error ()
+{
+ as_status=$?; test $as_status -eq 0 && as_status=1
+ if test "$3"; then
+ as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+ $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
+ fi
+ $as_echo "$as_me: error: $1" >&2
+ as_fn_exit $as_status
+} # as_fn_error
-exitcode=0
-if as_func_success; then
- :
+if expr a : '\(a\)' >/dev/null 2>&1 &&
+ test "X`expr 00001 : '.*\(...\)'`" = X001; then
+ as_expr=expr
else
- exitcode=1
- echo as_func_success failed.
-fi
-
-if as_func_failure; then
- exitcode=1
- echo as_func_failure succeeded.
+ as_expr=false
fi
-if as_func_ret_success; then
- :
+if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
+ as_basename=basename
else
- exitcode=1
- echo as_func_ret_success failed.
-fi
-
-if as_func_ret_failure; then
- exitcode=1
- echo as_func_ret_failure succeeded.
+ as_basename=false
fi
-if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
- :
+if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
+ as_dirname=dirname
else
- exitcode=1
- echo positional parameters were not saved.
+ as_dirname=false
fi
-test \$exitcode = 0") || {
- echo No shell found that supports shell functions.
- echo Please tell autoconf at gnu.org about your system,
- echo including any error possibly output before this
- echo message
-}
-
+as_me=`$as_basename -- "$0" ||
+$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
+ X"$0" : 'X\(//\)$' \| \
+ X"$0" : 'X\(/\)' \| . 2>/dev/null ||
+$as_echo X/"$0" |
+ sed '/^.*\/\([^/][^/]*\)\/*$/{
+ s//\1/
+ q
+ }
+ /^X\/\(\/\/\)$/{
+ s//\1/
+ q
+ }
+ /^X\/\(\/\).*/{
+ s//\1/
+ q
+ }
+ s/.*/./; q'`
+# Avoid depending upon Character Ranges.
+as_cr_letters='abcdefghijklmnopqrstuvwxyz'
+as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
+as_cr_Letters=$as_cr_letters$as_cr_LETTERS
+as_cr_digits='0123456789'
+as_cr_alnum=$as_cr_Letters$as_cr_digits
- as_lineno_1=$LINENO
- as_lineno_2=$LINENO
- test "x$as_lineno_1" != "x$as_lineno_2" &&
- test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
- # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
- # uniformly replaced by the line number. The first 'sed' inserts a
- # line-number line after each line using $LINENO; the second 'sed'
- # does the real work. The second script uses 'N' to pair each
- # line-number line with the line containing $LINENO, and appends
- # trailing '-' during substitution so that $LINENO is not a special
- # case at line end.
- # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
- # scripts with optimization help from Paolo Bonzini. Blame Lee
- # E. McMahon (1931-1989) for sed's syntax. :-)
+ as_lineno_1=$LINENO as_lineno_1a=$LINENO
+ as_lineno_2=$LINENO as_lineno_2a=$LINENO
+ eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
+ test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
+ # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
sed -n '
p
/[$]LINENO/=
@@ -451,8 +439,7 @@ test \$exitcode = 0") || {
s/-\n.*//
' >$as_me.lineno &&
chmod +x "$as_me.lineno" ||
- { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
- { (exit 1); exit 1; }; }
+ { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
# Don't try to exec as it changes $[0], causing all sort of problems
# (the dirname of $[0] is not the place where we might find the
@@ -462,49 +449,40 @@ test \$exitcode = 0") || {
exit
}
-
-if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
- as_dirname=dirname
-else
- as_dirname=false
-fi
-
ECHO_C= ECHO_N= ECHO_T=
-case `echo -n x` in
+case `echo -n x` in #(((((
-n*)
- case `echo 'x\c'` in
+ case `echo 'xy\c'` in
*c*) ECHO_T=' ';; # ECHO_T is single tab character.
- *) ECHO_C='\c';;
+ xy) ECHO_C='\c';;
+ *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
+ ECHO_T=' ';;
esac;;
*)
ECHO_N='-n';;
esac
-if expr a : '\(a\)' >/dev/null 2>&1 &&
- test "X`expr 00001 : '.*\(...\)'`" = X001; then
- as_expr=expr
-else
- as_expr=false
-fi
-
rm -f conf$$ conf$$.exe conf$$.file
if test -d conf$$.dir; then
rm -f conf$$.dir/conf$$.file
else
rm -f conf$$.dir
- mkdir conf$$.dir
-fi
-echo >conf$$.file
-if ln -s conf$$.file conf$$ 2>/dev/null; then
- as_ln_s='ln -s'
- # ... but there are two gotchas:
- # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
- # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
- # In both cases, we have to default to `cp -p'.
- ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
+ mkdir conf$$.dir 2>/dev/null
+fi
+if (echo >conf$$.file) 2>/dev/null; then
+ if ln -s conf$$.file conf$$ 2>/dev/null; then
+ as_ln_s='ln -s'
+ # ... but there are two gotchas:
+ # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
+ # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
+ # In both cases, we have to default to `cp -p'.
+ ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
+ as_ln_s='cp -p'
+ elif ln conf$$.file conf$$ 2>/dev/null; then
+ as_ln_s=ln
+ else
as_ln_s='cp -p'
-elif ln conf$$.file conf$$ 2>/dev/null; then
- as_ln_s=ln
+ fi
else
as_ln_s='cp -p'
fi
@@ -512,7 +490,7 @@ rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
rmdir conf$$.dir 2>/dev/null
if mkdir -p . 2>/dev/null; then
- as_mkdir_p=:
+ as_mkdir_p='mkdir -p "$as_dir"'
else
test -d ./-p && rmdir ./-p
as_mkdir_p=false
@@ -529,12 +507,12 @@ else
as_test_x='
eval sh -c '\''
if test -d "$1"; then
- test -d "$1/.";
+ test -d "$1/.";
else
- case $1 in
- -*)set "./$1";;
+ case $1 in #(
+ -*)set "./$1";;
esac;
- case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
+ case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
???[sx]*):;;*)false;;esac;fi
'\'' sh
'
@@ -548,8 +526,8 @@ as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
-
-exec 7<&0 </dev/null 6>&1
+test -n "$DJDIR" || exec 7<&0 </dev/null
+exec 6>&1
# Name of the host.
# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
@@ -567,7 +545,6 @@ cross_compiling=no
subdirs=
MFLAGS=
MAKEFLAGS=
-SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='pjproject'
@@ -575,6 +552,7 @@ PACKAGE_TARNAME='pjproject'
PACKAGE_VERSION='1.x'
PACKAGE_STRING='pjproject 1.x'
PACKAGE_BUGREPORT=''
+PACKAGE_URL=''
# Factoring default headers for most tests.
ac_includes_default="\
@@ -612,110 +590,138 @@ ac_includes_default="\
# include <unistd.h>
#endif"
-ac_subst_vars='SHELL
-PATH_SEPARATOR
-PACKAGE_NAME
-PACKAGE_TARNAME
-PACKAGE_VERSION
-PACKAGE_STRING
-PACKAGE_BUGREPORT
-exec_prefix
-prefix
-program_transform_name
-bindir
-sbindir
-libexecdir
-datarootdir
-datadir
-sysconfdir
-sharedstatedir
-localstatedir
-includedir
-oldincludedir
-docdir
-infodir
-htmldir
-dvidir
-pdfdir
-psdir
-libdir
-localedir
-mandir
-DEFS
-ECHO_C
-ECHO_N
-ECHO_T
-LIBS
-build_alias
-host_alias
-target_alias
-build
-build_cpu
-build_vendor
-build_os
-host
-host_cpu
-host_vendor
-host_os
-target
-target_cpu
-target_vendor
-target_os
-CC
-CFLAGS
-LDFLAGS
-CPPFLAGS
-ac_ct_CC
-EXEEXT
-OBJEXT
-CXX
-CXXFLAGS
-ac_ct_CXX
-AR
-LD
-LDOUT
-RANLIB
-LIBEXT
-LIBEXT2
-CC_OUT
-CC_INC
-CC_DEF
-CC_OPTIMIZE
-CC_CFLAGS
-ac_pjdir
-ac_build_mak_vars
-CPP
-GREP
-EGREP
-ac_os_objs
-ac_external_speex
-ac_external_gsm
-ac_pjmedia_snd
-ac_external_pa
-ac_pa_cflags
-ac_pa_use_alsa
-ac_pa_use_oss
-ac_no_small_filter
-ac_no_large_filter
-ac_no_speex_aec
-ac_no_g711_codec
-ac_no_l16_codec
-ac_no_gsm_codec
-ac_no_g722_codec
-ac_no_g7221_codec
-ac_no_speex_codec
-ac_no_ilbc_codec
-ac_no_ssl
-openssl_h_present
-libssl_present
-libcrypto_present
-ac_cross_compile
-ac_linux_poll
-ac_host
-ac_main_obj
+ac_subst_vars='LTLIBOBJS
LIBOBJS
-LTLIBOBJS'
+ac_main_obj
+ac_host
+ac_linux_poll
+ac_cross_compile
+libcrypto_present
+libssl_present
+openssl_h_present
+ac_no_ssl
+ac_no_ilbc_codec
+ac_no_speex_codec
+ac_no_g7221_codec
+ac_no_g722_codec
+ac_no_gsm_codec
+ac_no_l16_codec
+ac_no_g711_codec
+ac_no_speex_aec
+ac_no_large_filter
+ac_no_small_filter
+ac_pa_use_oss
+ac_pa_use_alsa
+ac_pa_cflags
+ac_external_pa
+ac_pjmedia_snd
+ac_external_gsm
+ac_external_speex
+ac_os_objs
+EGREP
+GREP
+CPP
+ac_build_mak_vars
+ac_pjdir
+CC_CFLAGS
+CC_OPTIMIZE
+CC_DEF
+CC_INC
+CC_OUT
+LIBEXT2
+LIBEXT
+RANLIB
+LDOUT
+LD
+AR
+ac_ct_CXX
+CXXFLAGS
+CXX
+OBJEXT
+EXEEXT
+ac_ct_CC
+CPPFLAGS
+LDFLAGS
+CFLAGS
+CC
+target_os
+target_vendor
+target_cpu
+target
+host_os
+host_vendor
+host_cpu
+host
+build_os
+build_vendor
+build_cpu
+build
+target_alias
+host_alias
+build_alias
+LIBS
+ECHO_T
+ECHO_N
+ECHO_C
+DEFS
+mandir
+localedir
+libdir
+psdir
+pdfdir
+dvidir
+htmldir
+infodir
+docdir
+oldincludedir
+includedir
+localstatedir
+sharedstatedir
+sysconfdir
+datadir
+datarootdir
+libexecdir
+sbindir
+bindir
+program_transform_name
+prefix
+exec_prefix
+PACKAGE_URL
+PACKAGE_BUGREPORT
+PACKAGE_STRING
+PACKAGE_VERSION
+PACKAGE_TARNAME
+PACKAGE_NAME
+PATH_SEPARATOR
+SHELL'
ac_subst_files=''
+ac_user_opts='
+enable_option_checking
+enable_floating_point
+enable_epoll
+with_external_speex
+with_external_gsm
+enable_sound
+with_external_pa
+enable_oss
+enable_ext_sound
+enable_small_filter
+enable_large_filter
+enable_speex_aec
+enable_g711_codec
+enable_l16_codec
+enable_gsm_codec
+enable_g722_codec
+enable_g7221_codec
+enable_speex_codec
+enable_ilbc_codec
+enable_libsamplerate
+enable_ipp
+with_ipp
+with_ipp_samples
+with_ipp_arch
+enable_ssl
+'
ac_precious_vars='build_alias
host_alias
target_alias
@@ -733,6 +739,8 @@ CPP'
# Initialize some variables set by options.
ac_init_help=
ac_init_version=false
+ac_unrecognized_opts=
+ac_unrecognized_sep=
# The variables have the same names as the options, with
# dashes changed to underlines.
cache_file=/dev/null
@@ -831,13 +839,20 @@ do
datarootdir=$ac_optarg ;;
-disable-* | --disable-*)
- ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
+ ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
# Reject names that are not valid shell variable names.
- expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
- { echo "$as_me: error: invalid feature name: $ac_feature" >&2
- { (exit 1); exit 1; }; }
- ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
- eval enable_$ac_feature=no ;;
+ expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
+ as_fn_error "invalid feature name: $ac_useropt"
+ ac_useropt_orig=$ac_useropt
+ ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
+ case $ac_user_opts in
+ *"
+"enable_$ac_useropt"
+"*) ;;
+ *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
+ ac_unrecognized_sep=', ';;
+ esac
+ eval enable_$ac_useropt=no ;;
-docdir | --docdir | --docdi | --doc | --do)
ac_prev=docdir ;;
@@ -850,13 +865,20 @@ do
dvidir=$ac_optarg ;;
-enable-* | --enable-*)
- ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
+ ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
# Reject names that are not valid shell variable names.
- expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
- { echo "$as_me: error: invalid feature name: $ac_feature" >&2
- { (exit 1); exit 1; }; }
- ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
- eval enable_$ac_feature=\$ac_optarg ;;
+ expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
+ as_fn_error "invalid feature name: $ac_useropt"
+ ac_useropt_orig=$ac_useropt
+ ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
+ case $ac_user_opts in
+ *"
+"enable_$ac_useropt"
+"*) ;;
+ *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
+ ac_unrecognized_sep=', ';;
+ esac
+ eval enable_$ac_useropt=\$ac_optarg ;;
-exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
| --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
@@ -1047,22 +1069,36 @@ do
ac_init_version=: ;;
... 57004 lines suppressed ...
--
asterisk-scf/release/pjproject.git
More information about the asterisk-scf-commits
mailing list