From 21969815a0c032a44762a59886766a6c932885f9 Mon Sep 17 00:00:00 2001 From: russell Date: Wed, 2 Jan 2008 01:00:44 +0000 Subject: Instead of linking libresample into the main Asterisk binary, build it as res_resample, and mark codec_resample as dependent upon res_resample. This prevents the linker from optimizing away libresample, and also makes it so the libresample code isn't linked in to multiple places. (I have another module in a branch that needs it, too.) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@95697 f38db490-d61c-443f-a65b-d21fe96a405b --- codecs/codec_resample.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'codecs/codec_resample.c') diff --git a/codecs/codec_resample.c b/codecs/codec_resample.c index 66d60169d..718ab88ae 100644 --- a/codecs/codec_resample.c +++ b/codecs/codec_resample.c @@ -24,6 +24,10 @@ * \ingroup codecs */ +/*** MODULEINFO + res_resample + ***/ + #include "asterisk.h" ASTERISK_FILE_VERSION(__FILE__, "$Revision$") -- cgit v1.2.3