aboutsummaryrefslogtreecommitdiffstats
path: root/codecs
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 /codecs
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 'codecs')
-rw-r--r--codecs/codec_resample.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/codecs/codec_resample.c b/codecs/codec_resample.c
index 3c61f3a0a..308672900 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
*/