aboutsummaryrefslogtreecommitdiffstats
path: root/codecs
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-09-02 15:13:10 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-09-02 15:13:10 +0000
commit965d4b9c65e1c74307be106a2b97502b73e3fb1f (patch)
tree6c5a3a014eb72c65eba70b68250d424ccb4cc240 /codecs
parentfc5937b21e1a14659ec64a6cc135212c319ed78f (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.1@140568 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
*/