summaryrefslogtreecommitdiff
path: root/codecs/codec_resample.c
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2008-09-02 15:11:53 +0000
committerRussell Bryant <russell@russellbryant.com>2008-09-02 15:11:53 +0000
commitc0c743a5fa5110881b21c816e20d9f467abd2ff2 (patch)
tree94cb03f7c36a285d4bdb1c96cd7e372ad05e3a02 /codecs/codec_resample.c
parent49def237a3a388c1fc97f883883a0922d3c67504 (diff)
Update instructions for getting libresample
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@140566 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'codecs/codec_resample.c')
-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
*/