For some odd reason, the last set of libresample build changes from Kevin did

not work for everyone, but it did for some.  This set of changes makes trunk
start again for those having problems.  Instead of building libresample as a
static library, it just links the object files in directly with the asterisk
binary.


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@95864 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2008-01-02 16:20:26 +00:00
parent c69eb1082a
commit 6cfd6009b1
2 changed files with 5 additions and 14 deletions

View File

@@ -39,14 +39,8 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/cli.h"
#include "asterisk/term.h"
#include "libresample.h"
#define MAX_RECALC 1000 /* max sample recalc */
/* hack to ensure that the libresample code gets linked in */
static attribute_unused void (*resample_hack)(void *) = resample_close;
/*! \brief the list of translators */
static AST_RWLIST_HEAD_STATIC(translators, ast_translator);