mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 01:26:58 +00:00
add pcm in core in windows build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7685 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -33,6 +33,10 @@
|
||||
#include <switch.h>
|
||||
#include <g711.h>
|
||||
|
||||
#ifdef WIN32
|
||||
#undef SWITCH_MOD_DECLARE_DATA
|
||||
#define SWITCH_MOD_DECLARE_DATA __declspec(dllexport)
|
||||
#endif
|
||||
SWITCH_MODULE_LOAD_FUNCTION(mod_l16_load);
|
||||
SWITCH_MODULE_DEFINITION(mod_l16, mod_l16_load, NULL, NULL);
|
||||
|
||||
|
Reference in New Issue
Block a user