aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-09-02 15:11:53 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-09-02 15:11:53 +0000
commit8c47f1ce703a791a3673d395215512331f83e37a (patch)
tree94cb03f7c36a285d4bdb1c96cd7e372ad05e3a02 /apps
parentcd29ccca63fd0a14e7f3d7b7068347d64da8dce6 (diff)
Update instructions for getting libresample
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@140566 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps')
-rw-r--r--apps/app_jack.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/app_jack.c b/apps/app_jack.c
index 3ce1fc822..4da4c9f8b 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
*/