summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorRichard Mudgett <rmudgett@digium.com>2013-09-16 18:00:32 +0000
committerRichard Mudgett <rmudgett@digium.com>2013-09-16 18:00:32 +0000
commit10d4ed93ff1a1b7de9abc0ed5a0091a2a8b98e51 (patch)
tree22c0d22de4ea717a37ce598948767efe3119bc63 /apps
parent819359dcfd204caf6614c2f96b0219789049ed3e (diff)
app_speech_utils: Fix unresolved symbol ast_speech_get_setting().
Fixes regression introduced by -r374096. * Made res_speech.export.in export ast_* symbols instead of specific functions. * Made app_speech_utils.c declare that it is dependent upon res_speech. (issue ASTERISK-17136) Reported by: Richard Kenner ........ Merged revisions 399197 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@399198 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps')
-rw-r--r--apps/app_speech_utils.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/app_speech_utils.c b/apps/app_speech_utils.c
index 011d655ea..81afa88ed 100644
--- a/apps/app_speech_utils.c
+++ b/apps/app_speech_utils.c
@@ -27,6 +27,7 @@
/*** MODULEINFO
<support_level>core</support_level>
+ <depend>res_speech</depend>
***/
#include "asterisk.h"