msvc build for mod_sndfile
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@215 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
094acc5dd3
commit
7b5bb11138
|
@ -189,7 +189,7 @@ switch_status sndfile_file_write (switch_file_handle *handle, void *data, size_t
|
|||
|
||||
/* Registration */
|
||||
|
||||
static char *supported_formats[0];
|
||||
static char *supported_formats[1];
|
||||
|
||||
static const switch_file_interface sndfile_file_interface = {
|
||||
/*.interface_name*/ modname,
|
||||
|
|
|
@ -0,0 +1,212 @@
|
|||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="8.00"
|
||||
Name="mod_sndfile"
|
||||
ProjectGUID="{AFAC0568-7548-42D5-9F6A-8D3400A1E4F6}"
|
||||
RootNamespace="mod_sndfile"
|
||||
Keyword="Win32Proj"
|
||||
>
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Win32"
|
||||
/>
|
||||
</Platforms>
|
||||
<ToolFiles>
|
||||
</ToolFiles>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory="Debug"
|
||||
IntermediateDirectory="Debug"
|
||||
ConfigurationType="2"
|
||||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
|
||||
CharacterSet="2"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
CommandLine="cscript /nologo $(InputDir)..\..\..\w32\vsnet\getlibs.vbs Mod_sndfile Debug"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories=""$(InputDir)..\..\include";"$(InputDir)..\..\..\libs\include";"$(InputDir)..\..\..\libs\libsndfile\Win32""
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;MOD_EXPORTS"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
DebugInformationFormat="4"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="libsndfile.lib"
|
||||
OutputFile="..\..\..\w32\vsnet\$(OutDir)/mod/mod_sndfile.dll"
|
||||
LinkIncremental="2"
|
||||
AdditionalLibraryDirectories="$(InputDir)..\..\..\libs\libsndfile\Win32\Debug"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="$(OutDir)/mod_sndfile.pdb"
|
||||
SubSystem="2"
|
||||
ImportLibrary="$(OutDir)/mod_sndfile.lib"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory="Release"
|
||||
IntermediateDirectory="Release"
|
||||
ConfigurationType="2"
|
||||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
|
||||
CharacterSet="2"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
CommandLine="cscript /nologo $(InputDir)..\..\..\w32\vsnet\getlibs.vbs Mod_sndfile Release"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories=""$(InputDir)..\..\include";"$(InputDir)..\..\..\libs\include";"$(InputDir)..\..\..\libs\libsndfile\Win32""
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;MOD_EXPORTS"
|
||||
RuntimeLibrary="2"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
DebugInformationFormat="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="libsndfile.lib"
|
||||
OutputFile="..\..\..\w32\vsnet\$(OutDir)/mod/mod_sndfile.dll"
|
||||
LinkIncremental="1"
|
||||
AdditionalLibraryDirectories="$(InputDir)..\..\..\libs\libsndfile\Win32\Release"
|
||||
GenerateDebugInformation="true"
|
||||
SubSystem="2"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
LinkTimeCodeGeneration="1"
|
||||
ImportLibrary="$(OutDir)/mod_sndfile.lib"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<References>
|
||||
</References>
|
||||
<Files>
|
||||
<Filter
|
||||
Name="Source Files"
|
||||
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
||||
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
|
||||
>
|
||||
<File
|
||||
RelativePath=".\mod_sndfile.c"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Header Files"
|
||||
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
||||
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
||||
>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Resource Files"
|
||||
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
|
||||
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
|
||||
>
|
||||
</Filter>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
</VisualStudioProject>
|
|
@ -99,7 +99,7 @@
|
|||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
CommandLine="xcopy $(Projectdir)..\..\conf\*.* $(Outdir)\conf\ /C /D /Y
md $(Outdir)\db"
|
||||
CommandLine="xcopy $(Projectdir)..\..\conf\*.* $(Outdir)\conf\ /C /D /Y
if not exist $(Outdir)\db md $(Outdir)\db
"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
|
@ -181,7 +181,7 @@
|
|||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
CommandLine="xcopy $(Projectdir)..\..\conf\*.* $(Outdir)\conf\ /C /D /Y
md $(Outdir)\db"
|
||||
CommandLine="xcopy $(Projectdir)..\..\conf\*.* $(Outdir)\conf\ /C /D /Y
if not exist $(Outdir)\db md $(Outdir)\db
"
|
||||
/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
|
|
|
@ -83,6 +83,11 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mod_xmpp_event", "..\..\src
|
|||
{202D7A4E-760D-4D0E-AFA1-D7459CED30FF} = {202D7A4E-760D-4D0E-AFA1-D7459CED30FF}
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mod_sndfile", "..\..\src\mod\mod_sndfile\mod_sndfilel.vcproj", "{AFAC0568-7548-42D5-9F6A-8D3400A1E4F6}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
{202D7A4E-760D-4D0E-AFA1-D7459CED30FF} = {202D7A4E-760D-4D0E-AFA1-D7459CED30FF}
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Win32 = Debug|Win32
|
||||
|
@ -157,6 +162,10 @@ Global
|
|||
{F10BE67C-A8FF-4CB2-AF29-D46D2590DC59}.Debug|Win32.Build.0 = Release|Win32
|
||||
{F10BE67C-A8FF-4CB2-AF29-D46D2590DC59}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{F10BE67C-A8FF-4CB2-AF29-D46D2590DC59}.Release|Win32.Build.0 = Release|Win32
|
||||
{AFAC0568-7548-42D5-9F6A-8D3400A1E4F6}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{AFAC0568-7548-42D5-9F6A-8D3400A1E4F6}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{AFAC0568-7548-42D5-9F6A-8D3400A1E4F6}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{AFAC0568-7548-42D5-9F6A-8D3400A1E4F6}.Release|Win32.Build.0 = Release|Win32
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
|
|
|
@ -16,6 +16,7 @@ BuildModSpeexCodec=False
|
|||
BuildModCodecG729=False
|
||||
BuildModCodecGSM=False
|
||||
BuildModXMPPEvent=False
|
||||
BuildModsndfile=False
|
||||
quote=Chr(34)
|
||||
ScriptDir=Left(WScript.ScriptFullName,Len(WScript.ScriptFullName)-Len(WScript.ScriptName))
|
||||
|
||||
|
@ -54,6 +55,8 @@ If objArgs.Count >=1 Then
|
|||
BuildModCodecGSM=True
|
||||
Case "Mod_XMPPEvent"
|
||||
BuildModXMPPEvent=True
|
||||
Case "Mod_sndfile"
|
||||
BuildModsndfile=True
|
||||
Case Else
|
||||
BuildCore=True
|
||||
BuildModExosip=True
|
||||
|
@ -62,6 +65,7 @@ If objArgs.Count >=1 Then
|
|||
BuildModSpeexCodec=True
|
||||
BuildModCodecG729=True
|
||||
BuildModXMPPEvent=True
|
||||
BuildModsndfile=True
|
||||
End Select
|
||||
Else
|
||||
BuildCore=True
|
||||
|
@ -71,6 +75,7 @@ Else
|
|||
BuildModSpeexCodec=True
|
||||
BuildModCodecG729=True
|
||||
BuildModXMPPEvent=True
|
||||
BuildModsndfile=True
|
||||
End If
|
||||
|
||||
|
||||
|
@ -106,6 +111,10 @@ If BuildModXMPPEvent Then
|
|||
BuildLibs_ModXMPPEvent BuildDebug, BuildRelease
|
||||
End If
|
||||
|
||||
If BuildModsndfile Then
|
||||
BuildLibs_Modsndfile BuildDebug, BuildRelease
|
||||
End If
|
||||
|
||||
WScript.Echo "Complete"
|
||||
|
||||
Sub BuildLibs_Core(BuildDebug, BuildRelease)
|
||||
|
@ -469,6 +478,56 @@ Sub BuildLibs_ModCodecGSM(BuildDebug, BuildRelease)
|
|||
End If
|
||||
End Sub
|
||||
|
||||
Sub BuildLibs_ModSpeexCodec(BuildDebug, BuildRelease)
|
||||
If Not FSO.FolderExists(LibDestDir & "speex") Then
|
||||
WgetUnTarGz "http://downloads.us.xiph.org/releases/speex/speex-1.1.11.1.tar.gz", LibDestDir
|
||||
If Not FSO.FolderExists(LibDestDir & "speex-1.1.11.1") Then
|
||||
Wscript.echo "Unable to get libspeex from default download location, Trying backup location:"
|
||||
WgetUnTarGz "http://www.sofaswitch.org/mikej/speex-1.1.11.1.tar.gz", LibDestDir
|
||||
End If
|
||||
RenameFolder LibDestDir & "speex-1.1.11.1", "speex"
|
||||
FSO.CopyFile Utilsdir & "libspeex.vcproj", LibDestDir & "speex\win32\libspeex\", True
|
||||
End If
|
||||
If FSO.FolderExists(LibDestDir & "speex") Then
|
||||
If BuildDebug Then
|
||||
If Not FSO.FileExists(LibDestDir & "speex\win32\libspeex\Debug\libspeex.lib") Then
|
||||
BuildViaVCBuild LibDestDir & "speex\win32\libspeex\libspeex.vcproj", "Debug"
|
||||
End If
|
||||
End If
|
||||
If BuildRelease Then
|
||||
If Not FSO.FileExists(LibDestDir & "speex\win32\libspeex\Release\libspeex.lib") Then
|
||||
BuildViaVCBuild LibDestDir & "speex\win32\libspeex\libspeex.vcproj", "Release"
|
||||
End If
|
||||
End If
|
||||
Else
|
||||
Wscript.echo "Unable to download libspeex"
|
||||
End If
|
||||
|
||||
End Sub
|
||||
|
||||
Sub BuildLibs_Modsndfile(BuildDebug, BuildRelease)
|
||||
If Not FSO.FolderExists(LibDestDir & "libsndfile") Then
|
||||
WgetUnTarGz "http://www.sofaswitch.com/mikej/libsndfile-1.0.12.tar.gz", LibDestDir
|
||||
RenameFolder LibDestDir & "libsndfile-1.0.12", "libsndfile"
|
||||
FSO.CopyFile Utilsdir & "libsndfile.vcproj", LibDestDir & "libsndfile\Win32\", True
|
||||
End If
|
||||
If FSO.FolderExists(LibDestDir & "libsndfile") Then
|
||||
If BuildDebug Then
|
||||
If Not FSO.FileExists(LibDestDir & "libsndfile\Win32\Debug\libsndfile.lib") Then
|
||||
BuildViaVCBuild LibDestDir & "libsndfile\Win32\libsndfile.vcproj", "Debug"
|
||||
End If
|
||||
End If
|
||||
If BuildRelease Then
|
||||
If Not FSO.FileExists(LibDestDir & "libsndfile\Win32\Release\libsndfile.lib") Then
|
||||
BuildViaVCBuild LibDestDir & "libsndfile\Win32\libsndfile.vcproj", "Release"
|
||||
End If
|
||||
End If
|
||||
Else
|
||||
Wscript.echo "Unable to download libsndfile"
|
||||
End If
|
||||
|
||||
End Sub
|
||||
|
||||
Sub UpgradeViaDevEnv(ProjectFile)
|
||||
Set oExec = WshShell.Exec(quote & DevEnv & quote & " " & quote & ProjectFile & quote & " /Upgrade ")
|
||||
Do While oExec.Status <> 1
|
||||
|
|
|
@ -0,0 +1,423 @@
|
|||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="8.00"
|
||||
Name="libsndfile"
|
||||
ProjectGUID="{3D0370CA-BED2-4657-A475-32375CBCB6E4}"
|
||||
RootNamespace="libsndfile"
|
||||
Keyword="Win32Proj"
|
||||
>
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Win32"
|
||||
/>
|
||||
</Platforms>
|
||||
<ToolFiles>
|
||||
</ToolFiles>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
||||
IntermediateDirectory="$(ConfigurationName)"
|
||||
ConfigurationType="4"
|
||||
CharacterSet="1"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories="..\src;."
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_LIB;inline=__inline;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="0"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
DebugInformationFormat="4"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
||||
IntermediateDirectory="$(ConfigurationName)"
|
||||
ConfigurationType="4"
|
||||
CharacterSet="1"
|
||||
WholeProgramOptimization="1"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories="..\src;."
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_LIB;inline=__inline;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
|
||||
RuntimeLibrary="2"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="0"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
DebugInformationFormat="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<References>
|
||||
</References>
|
||||
<Files>
|
||||
<Filter
|
||||
Name="Source Files"
|
||||
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
||||
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\src\aiff.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\alaw.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\au.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\au_g72x.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\avr.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\caf.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\command.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\common.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\dither.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\double64.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\dwd.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\dwvw.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\file_io.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\flac.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\float32.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\gsm610.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\htk.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\ima_adpcm.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\ircam.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\mat4.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\mat5.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\ms_adpcm.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\nist.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\ogg.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\paf.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\pcm.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\pvf.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\raw.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\rx2.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\sd2.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\sds.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\sndfile.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\strings.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\svx.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\txw.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\ulaw.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\voc.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\vox_adpcm.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\w64.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\wav.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\wav_w64.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\wve.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\xi.c"
|
||||
>
|
||||
</File>
|
||||
<Filter
|
||||
Name="GSM Sources"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\src\GSM610\add.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\GSM610\code.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\GSM610\decode.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\GSM610\gsm_create.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\GSM610\gsm_decode.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\GSM610\gsm_destroy.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\GSM610\gsm_encode.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\GSM610\gsm_option.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\GSM610\long_term.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\GSM610\lpc.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\GSM610\preprocess.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\GSM610\rpe.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\GSM610\short_term.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\GSM610\table.c"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="G72X Sources"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\src\G72x\g721.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\G72x\g723_16.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\G72x\g723_24.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\G72x\g723_40.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\G72x\g72x.c"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Header Files"
|
||||
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
||||
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
||||
>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Resource Files"
|
||||
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
|
||||
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
|
||||
>
|
||||
</Filter>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
</VisualStudioProject>
|
Loading…
Reference in New Issue