summaryrefslogtreecommitdiff
path: root/codecs/codec_resample.c
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2008-01-02 14:05:30 +0000
committerKevin P. Fleming <kpfleming@digium.com>2008-01-02 14:05:30 +0000
commit04a10c145bb11d26960e78afda49c037216ff73d (patch)
treeb7166e1e0969a7109403e9f88178ff8e12022b68 /codecs/codec_resample.c
parentc08a968cb4d2288af97b19068d941af447e51b54 (diff)
go back to including libresample in the main Asterisk binary, but this time including a small hack to ensure that it does get linked in (and also modify the strip_nonapi script to leave the resample_<foo> symbols alone)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@95816 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'codecs/codec_resample.c')
-rw-r--r--codecs/codec_resample.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/codecs/codec_resample.c b/codecs/codec_resample.c
index 718ab88ae..66d60169d 100644
--- a/codecs/codec_resample.c
+++ b/codecs/codec_resample.c
@@ -24,10 +24,6 @@
* \ingroup codecs
*/
-/*** MODULEINFO
- <depend>res_resample</depend>
- ***/
-
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")