[asterisk-commits] russell: trunk r140566 - in /trunk: apps/app_jack.c codecs/codec_resample.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Sep 2 10:11:54 CDT 2008


Author: russell
Date: Tue Sep  2 10:11:53 2008
New Revision: 140566

URL: http://svn.digium.com/view/asterisk?view=rev&rev=140566
Log:
Update instructions for getting libresample

Modified:
    trunk/apps/app_jack.c
    trunk/codecs/codec_resample.c

Modified: trunk/apps/app_jack.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_jack.c?view=diff&rev=140566&r1=140565&r2=140566
==============================================================================
--- trunk/apps/app_jack.c (original)
+++ trunk/apps/app_jack.c Tue Sep  2 10:11:53 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: trunk/codecs/codec_resample.c
URL: http://svn.digium.com/view/asterisk/trunk/codecs/codec_resample.c?view=diff&rev=140566&r1=140565&r2=140566
==============================================================================
--- trunk/codecs/codec_resample.c (original)
+++ trunk/codecs/codec_resample.c Tue Sep  2 10:11:53 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