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:
parent
fdca3375fb
commit
39c6fb3b8b
|
@ -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);
|
||||
|
||||
|
|
|
@ -204,6 +204,26 @@
|
|||
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
||||
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\..\src\g711.c"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
UsePrecompiledHeader="0"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
UsePrecompiledHeader="0"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\libs\stfu\stfu.c"
|
||||
>
|
||||
|
@ -404,6 +424,10 @@
|
|||
RelativePath="..\..\src\switch_odbc.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\switch_pcm.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\switch_regex.c"
|
||||
>
|
||||
|
@ -462,6 +486,10 @@
|
|||
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
||||
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\..\src\include\g711.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\include\SimpleGlob.h"
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue