[svn-commits] russell: branch 1.6.0 r140567 - in /branches/1.6.0: ./ apps/ codecs/
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Tue Sep 2 10:12:24 CDT 2008
Author: russell
Date: Tue Sep 2 10:12:24 2008
New Revision: 140567
URL: http://svn.digium.com/view/asterisk?view=rev&rev=140567
Log:
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
........
Modified:
branches/1.6.0/ (props changed)
branches/1.6.0/apps/app_jack.c
branches/1.6.0/codecs/codec_resample.c
Propchange: branches/1.6.0/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.0/apps/app_jack.c
URL: http://svn.digium.com/view/asterisk/branches/1.6.0/apps/app_jack.c?view=diff&rev=140567&r1=140566&r2=140567
==============================================================================
--- branches/1.6.0/apps/app_jack.c (original)
+++ branches/1.6.0/apps/app_jack.c Tue Sep 2 10:12:24 2008
@@ -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
*/
Modified: branches/1.6.0/codecs/codec_resample.c
URL: http://svn.digium.com/view/asterisk/branches/1.6.0/codecs/codec_resample.c?view=diff&rev=140567&r1=140566&r2=140567
==============================================================================
--- branches/1.6.0/codecs/codec_resample.c (original)
+++ branches/1.6.0/codecs/codec_resample.c Tue Sep 2 10:12:24 2008
@@ -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
*/
More information about the svn-commits
mailing list