fix core speex for recent commit

This commit is contained in:
Jeff Lenk
2014-02-14 18:38:54 -06:00
parent 44bf44e774
commit bfd1a5a9dc
3 changed files with 12 additions and 2 deletions
+4
View File
@@ -35,6 +35,10 @@
#include <speex/speex.h>
#include <speex/speex_preprocess.h>
#ifdef WIN32
#undef SWITCH_MOD_DECLARE_DATA
#define SWITCH_MOD_DECLARE_DATA __declspec(dllexport)
#endif
SWITCH_MODULE_LOAD_FUNCTION(core_speex_load);
SWITCH_MODULE_DEFINITION(CORE_SPEEX_MODULE, core_speex_load, NULL, NULL);