[asterisk-commits] russell: branch 1.6.1 r140568 - in /branches/1.6.1: ./ apps/ codecs/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Sep 2 10:13:11 CDT 2008
Author: russell
Date: Tue Sep 2 10:13:10 2008
New Revision: 140568
URL: http://svn.digium.com/view/asterisk?view=rev&rev=140568
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.1/ (props changed)
branches/1.6.1/apps/app_jack.c
branches/1.6.1/codecs/codec_resample.c
Propchange: branches/1.6.1/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.1/apps/app_jack.c
URL: http://svn.digium.com/view/asterisk/branches/1.6.1/apps/app_jack.c?view=diff&rev=140568&r1=140567&r2=140568
==============================================================================
--- branches/1.6.1/apps/app_jack.c (original)
+++ branches/1.6.1/apps/app_jack.c Tue Sep 2 10:13:10 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.1/codecs/codec_resample.c
URL: http://svn.digium.com/view/asterisk/branches/1.6.1/codecs/codec_resample.c?view=diff&rev=140568&r1=140567&r2=140568
==============================================================================
--- branches/1.6.1/codecs/codec_resample.c (original)
+++ branches/1.6.1/codecs/codec_resample.c Tue Sep 2 10:13:10 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 asterisk-commits
mailing list