Hi, I am mainly working on Ubuntu / Debian using Alsa and therefore don't use Portaudio. I have disabled portaudio in the config_site.h: #undef PJMEDIA_AUDIO_DEV_HAS_PORTAUDIO #define PJMEDIA_AUDIO_DEV_HAS_PORTAUDIO 0 #undef PJMEDIA_AUDIO_DEV_HAS_ALSA #define PJMEDIA_AUDIO_DEV_HAS_ALSA 1 There are some odd things about it: 1. configure always creates a (config.status: creating third_party/build/portaudio/os-auto.mak) even if --with-external-pa is added. 2. Linker flags for portaudio are always added. So, is there any way to omit portaudio completely? Or can we add a configure flag? --- Dennis Guse -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20140123/8b145e06/attachment-0001.html>