From c87f901cfd9a5729273c18156e487a9634819610 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Mon, 21 Jul 2008 14:47:41 +0000 Subject: Remove libresample from the Asterisk source tree. It is now available in its own repository, and must be installed like any other library for Asterisk to use. The two modules that require it are codec_resample and app_jack. To install libresample: $ svn co http://svn.digium.com/svn/libresample/trunk libresample $ cd libresample $ ./configure $ make $ sudo make install This code is currently in our own repository because the build system did not include the appropriate targets for building a dynamic library or for installing the library. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@132390 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- codecs/codec_resample.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'codecs/codec_resample.c') diff --git a/codecs/codec_resample.c b/codecs/codec_resample.c index 83479047b..3c61f3a0a 100644 --- a/codecs/codec_resample.c +++ b/codecs/codec_resample.c @@ -20,10 +20,16 @@ * \file * * \brief Resample slinear audio + * + * \arg http://svn.digium.com/svn/libresample/trunk * * \ingroup codecs */ +/*** MODULEINFO + resample + ***/ + #include "asterisk.h" ASTERISK_FILE_VERSION(__FILE__, "$Revision$") @@ -37,9 +43,10 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") #include /* } */ +#include + #include "asterisk/module.h" #include "asterisk/translate.h" -#include "asterisk/libresample.h" #include "slin_resample_ex.h" -- cgit v1.2.3