aboutsummaryrefslogtreecommitdiffstats
path: root/main/translate.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-02 16:20:26 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-02 16:20:26 +0000
commit3e8971d88f36f423c47ecc5d3ce9021a88a1cb0e (patch)
tree1873aca4765494e72de1eb61a117e394701f06b9 /main/translate.c
parentd1bc2f34f0c27ed9c405c1f6e1d132f99b524bf7 (diff)
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: http://svn.digium.com/svn/asterisk/trunk@95864 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main/translate.c')
-rw-r--r--main/translate.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/main/translate.c b/main/translate.c
index 617e46552..d9270e907 100644
--- a/main/translate.c
+++ b/main/translate.c
@@ -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);