summaryrefslogtreecommitdiff
path: root/codecs
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2011-07-05 22:11:40 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2011-07-05 22:11:40 +0000
commit7d179abfd427f81c2d49efd4ecc6ac02fba8934a (patch)
tree5fcf1b4296a6396cbbbb82737d64e51eafd88449 /codecs
parent84686384fcabb14775d7650472c0297b9b071e3d (diff)
Merged revisions 326411 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8 ........ r326411 | tilghman | 2011-07-05 17:08:29 -0500 (Tue, 05 Jul 2011) | 14 lines Add the attribute "type" to each "<use>" for menuselect. This matters only when autoconf fails to detect that weak linking is supported. External optional dependencies will become optional in both cases, as they are removed at compile time when not detected. However, runtime-optional modules are made mandatory when weak linking is not found. This change affects only the external optional dependencies; previously, they were incorrectly required when weak linking support was not detected. Patches: 20110702__issue18062__asterisk_trunk.diff.txt by tilghman (License #5003) Tested by: iasgoscouk ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@326412 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'codecs')
-rw-r--r--codecs/codec_speex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/codecs/codec_speex.c b/codecs/codec_speex.c
index d48e21f28..6554ee000 100644
--- a/codecs/codec_speex.c
+++ b/codecs/codec_speex.c
@@ -33,7 +33,7 @@
/*** MODULEINFO
<depend>speex</depend>
<depend>speex_preprocess</depend>
- <use>speexdsp</use>
+ <use type="external">speexdsp</use>
***/
#include "asterisk.h"