aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-09-02 15:12:24 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-09-02 15:12:24 +0000
commita583e6015b5f9c5b2e23b6e6639a7721b4aab37f (patch)
tree5cf226e1d7d46bf081b8a3ed784905c156104b88
parentbaf347996ded7a79b15c4e2ab3a9448c96301951 (diff)
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: http://svn.digium.com/svn/asterisk/branches/1.6.0@140567 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--apps/app_jack.c4
-rw-r--r--codecs/codec_resample.c3
2 files changed, 5 insertions, 2 deletions
diff --git a/apps/app_jack.c b/apps/app_jack.c
index 2dd4e5164..d86bd847d 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:
+ * <code>$ svn co http://svn.digium.com/svn/thirdparty/libresample/trunk</code>
*
* \ingroup applications
*/
diff --git a/codecs/codec_resample.c b/codecs/codec_resample.c
index 61533fead..5f6d6f390 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:
+ * <code>$ svn co http://svn.digium.com/svn/thirdparty/libresample/trunk</code>
*
* \ingroup codecs
*/