From 51bb83603af10b1fce0c6a61a2cd050ef3baef48 Mon Sep 17 00:00:00 2001 From: David Vossel Date: Fri, 5 Aug 2011 15:53:49 +0000 Subject: [PATCH] The slin resampler is no longer dependent on an external library, but the dependency was not removed correctly. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@330940 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- codecs/codec_resample.c | 1 - 1 file changed, 1 deletion(-) diff --git a/codecs/codec_resample.c b/codecs/codec_resample.c index a3e7d6f267..e2a24223ea 100644 --- a/codecs/codec_resample.c +++ b/codecs/codec_resample.c @@ -26,7 +26,6 @@ */ /*** MODULEINFO - resample core ***/ -- 2.47.2