mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 13:12:03 +00:00
build changed
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3690 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -262,13 +262,14 @@ static const switch_codec_implementation_t g729_8k_implementation = {
|
||||
&g729_10ms_8k_implementation
|
||||
};
|
||||
|
||||
static const switch_codec_interface_t g729_codec_interface = {
|
||||
/*.interface_name */ "g729",
|
||||
/*.implementations */ &g729_8k_implementation,
|
||||
static const switch_codec_interface_t g729_codec_interface = {
|
||||
/*.interface_name */ "g729",
|
||||
/*.implementations */ &g729_8k_implementation,
|
||||
/*.next */ NULL
|
||||
};
|
||||
|
||||
static switch_loadable_module_interface_t g729_module_interface = {
|
||||
/*.module_name */ modname,
|
||||
/*.module_name */ "g729",
|
||||
/*.endpoint_interface */ NULL,
|
||||
/*.timer_interface */ NULL,
|
||||
/*.dialplan_interface */ NULL,
|
||||
|
||||
Reference in New Issue
Block a user