]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_speech_utils: Fix unresolved symbol ast_speech_get_setting().
authorRichard Mudgett <rmudgett@digium.com>
Mon, 16 Sep 2013 17:53:47 +0000 (17:53 +0000)
committerRichard Mudgett <rmudgett@digium.com>
Mon, 16 Sep 2013 17:53:47 +0000 (17:53 +0000)
commit44f24f6c0fb0e9b49a633f6c0ea96176bee9b4da
treeb51e20897b337b8f8e0b6234513d9cb27d9e4647
parent8eb165d2da4ad4a737e4e94f68932c31a5a1d35b
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

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@399197 65c4cc65-6c06-0410-ace0-fbb531ad65f3
apps/app_speech_utils.c
res/res_speech.exports.in