From 08966a95de28821186450e8c3c485e24602a5aad Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Tue, 2 Sep 2008 15:12:24 +0000 Subject: [PATCH] Merged revisions 140566 via svnmerge from https://origsvn.digium.com/svn/asterisk/trunk ........ r140566 | russell | 2008-09-02 10:11:53 -0500 (Tue, 02 Sep 2008) | 2 lines Update instructions for getting libresample ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@140567 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_jack.c | 4 +++- codecs/codec_resample.c | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/apps/app_jack.c b/apps/app_jack.c index 2dd4e51640..d86bd847d2 100644 --- a/apps/app_jack.c +++ b/apps/app_jack.c @@ -27,7 +27,9 @@ * another application, or to play audio from another application. * * \arg http://www.jackaudio.org/ - * \arg http://svn.digium.com/svn/libresample/trunk + * + * \note To install libresample, check it out of the following repository: + * $ svn co http://svn.digium.com/svn/thirdparty/libresample/trunk * * \ingroup applications */ diff --git a/codecs/codec_resample.c b/codecs/codec_resample.c index 61533feadc..5f6d6f390c 100644 --- a/codecs/codec_resample.c +++ b/codecs/codec_resample.c @@ -21,7 +21,8 @@ * * \brief Resample slinear audio * - * \arg http://svn.digium.com/svn/libresample/trunk + * \note To install libresample, check it out of the following repository: + * $ svn co http://svn.digium.com/svn/thirdparty/libresample/trunk * * \ingroup codecs */