From: David Vossel Date: Fri, 5 Aug 2011 15:53:49 +0000 (+0000) Subject: The slin resampler is no longer dependent on an external library, but the dependency... X-Git-Tag: 10.0.0-beta2~154 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51bb83603af10b1fce0c6a61a2cd050ef3baef48;p=thirdparty%2Fasterisk.git 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 --- 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 ***/