From: Russell Bryant Date: Sat, 5 Jan 2008 21:25:45 +0000 (+0000) Subject: Add the URL to the home page for portaudio. Also add the location of the X-Git-Tag: 1.6.0-beta1~3^2~182 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5580269e1ee592762e4dcae1576820078a5755f;p=thirdparty%2Fasterisk.git Add the URL to the home page for portaudio. Also add the location of the svn repository to check out portaudio v19. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@96692 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_console.c b/channels/chan_console.c index 1bdd836eae..237153822e 100644 --- a/channels/chan_console.c +++ b/channels/chan_console.c @@ -29,6 +29,11 @@ * * \ingroup channel_drivers * + * \arg http://www.portaudio.com/ + * + * To install portaudio v19 from svn, check it out using the following command: + * - svn co https://www.portaudio.com/repos/portaudio/branches/v19-devel + * * \note Since this works with any audio system that libportaudio supports, * including ALSA and OSS, this may someday deprecate chan_alsa and chan_oss. * However, before that can be done, it needs to *at least* have all of the