diff --git a/codecs/gsm/libgsm.vcproj b/codecs/gsm/libgsm.vcproj index 025c913051643ac69ee7f1d84c76cd979af1b849..f94b209d5e0339be5c45322986d89d44200b78f7 100644 --- a/codecs/gsm/libgsm.vcproj +++ b/codecs/gsm/libgsm.vcproj @@ -1,253 +1,253 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="8.00" - Name="libgsm" - ProjectGUID="{8FD2E297-4096-47E5-9258-C48FF1841523}" - RootNamespace="libgsm" - 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="inc" - PreprocessorDefinitions="WIN32;_DEBUG;_LIB" - 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="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="inc" - PreprocessorDefinitions="WIN32;NDEBUG;_LIB" - RuntimeLibrary="2" - UsePrecompiledHeader="0" - WarningLevel="3" - 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\add.c" - > - </File> - <File - RelativePath=".\src\code.c" - > - </File> - <File - RelativePath=".\src\debug.c" - > - </File> - <File - RelativePath=".\src\decode.c" - > - </File> - <File - RelativePath=".\src\gsm_create.c" - > - </File> - <File - RelativePath=".\src\gsm_decode.c" - > - </File> - <File - RelativePath=".\src\gsm_destroy.c" - > - </File> - <File - RelativePath=".\src\gsm_encode.c" - > - </File> - <File - RelativePath=".\src\gsm_explode.c" - > - </File> - <File - RelativePath=".\src\gsm_implode.c" - > - </File> - <File - RelativePath=".\src\gsm_option.c" - > - </File> - <File - RelativePath=".\src\gsm_print.c" - > - </File> - <File - RelativePath=".\src\long_term.c" - > - </File> - <File - RelativePath=".\src\lpc.c" - > - </File> - <File - RelativePath=".\src\preprocess.c" - > - </File> - <File - RelativePath=".\src\rpe.c" - > - </File> - <File - RelativePath=".\src\short_term.c" - > - </File> - <File - RelativePath=".\src\table.c" - > - </File> - </Filter> - <Filter - Name="Header Files" - Filter="h;hpp;hxx;hm;inl;inc;xsd" - UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" - > - <File - RelativePath=".\inc\config.h" - > - </File> - <File - RelativePath=".\inc\gsm.h" - > - </File> - <File - RelativePath=".\inc\private.h" - > - </File> - <File - RelativePath=".\inc\proto.h" - > - </File> - <File - RelativePath=".\inc\unproto.h" - > - </File> - </Filter> - </Files> - <Globals> - </Globals> -</VisualStudioProject> +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="8.00" + Name="libgsm" + ProjectGUID="{8FD2E297-4096-47E5-9258-C48FF1841523}" + RootNamespace="libgsm" + 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="inc" + PreprocessorDefinitions="WIN32;_DEBUG;_LIB" + 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="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="inc" + PreprocessorDefinitions="WIN32;NDEBUG;_LIB" + RuntimeLibrary="2" + UsePrecompiledHeader="0" + WarningLevel="3" + 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\add.c" + > + </File> + <File + RelativePath=".\src\code.c" + > + </File> + <File + RelativePath=".\src\debug.c" + > + </File> + <File + RelativePath=".\src\decode.c" + > + </File> + <File + RelativePath=".\src\gsm_create.c" + > + </File> + <File + RelativePath=".\src\gsm_decode.c" + > + </File> + <File + RelativePath=".\src\gsm_destroy.c" + > + </File> + <File + RelativePath=".\src\gsm_encode.c" + > + </File> + <File + RelativePath=".\src\gsm_explode.c" + > + </File> + <File + RelativePath=".\src\gsm_implode.c" + > + </File> + <File + RelativePath=".\src\gsm_option.c" + > + </File> + <File + RelativePath=".\src\gsm_print.c" + > + </File> + <File + RelativePath=".\src\long_term.c" + > + </File> + <File + RelativePath=".\src\lpc.c" + > + </File> + <File + RelativePath=".\src\preprocess.c" + > + </File> + <File + RelativePath=".\src\rpe.c" + > + </File> + <File + RelativePath=".\src\short_term.c" + > + </File> + <File + RelativePath=".\src\table.c" + > + </File> + </Filter> + <Filter + Name="Header Files" + Filter="h;hpp;hxx;hm;inl;inc;xsd" + UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" + > + <File + RelativePath=".\inc\config.h" + > + </File> + <File + RelativePath=".\inc\gsm.h" + > + </File> + <File + RelativePath=".\inc\private.h" + > + </File> + <File + RelativePath=".\inc\proto.h" + > + </File> + <File + RelativePath=".\inc\unproto.h" + > + </File> + </Filter> + </Files> + <Globals> + </Globals> +</VisualStudioProject> diff --git a/codecs/ilbc/libilbc.vcproj b/codecs/ilbc/libilbc.vcproj index b6cfff0a4ae3c0e81684eaea6f15c5676f5e8d0e..4d83fdc9f13ec06427d0b514763c93cb5f280b6e 100644 --- a/codecs/ilbc/libilbc.vcproj +++ b/codecs/ilbc/libilbc.vcproj @@ -1,353 +1,353 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="8.00" - Name="libilbc" - ProjectGUID="{989BB874-7AF1-44CB-8E5C-CC8113D267E8}" - RootNamespace="libilbc" - 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" - PreprocessorDefinitions="WIN32;_DEBUG;_LIB" - 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="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" - PreprocessorDefinitions="WIN32;NDEBUG;_LIB" - RuntimeLibrary="2" - UsePrecompiledHeader="0" - WarningLevel="3" - 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=".\anaFilter.c" - > - </File> - <File - RelativePath=".\constants.c" - > - </File> - <File - RelativePath=".\createCB.c" - > - </File> - <File - RelativePath=".\doCPLC.c" - > - </File> - <File - RelativePath=".\enhancer.c" - > - </File> - <File - RelativePath=".\filter.c" - > - </File> - <File - RelativePath=".\FrameClassify.c" - > - </File> - <File - RelativePath=".\gainquant.c" - > - </File> - <File - RelativePath=".\getCBvec.c" - > - </File> - <File - RelativePath=".\helpfun.c" - > - </File> - <File - RelativePath=".\hpInput.c" - > - </File> - <File - RelativePath=".\hpOutput.c" - > - </File> - <File - RelativePath=".\iCBConstruct.c" - > - </File> - <File - RelativePath=".\iCBSearch.c" - > - </File> - <File - RelativePath=".\iLBC_decode.c" - > - </File> - <File - RelativePath=".\iLBC_encode.c" - > - </File> - <File - RelativePath=".\LPCdecode.c" - > - </File> - <File - RelativePath=".\LPCencode.c" - > - </File> - <File - RelativePath=".\lsf.c" - > - </File> - <File - RelativePath=".\packing.c" - > - </File> - <File - RelativePath=".\StateConstructW.c" - > - </File> - <File - RelativePath=".\StateSearchW.c" - > - </File> - <File - RelativePath=".\syntFilter.c" - > - </File> - </Filter> - <Filter - Name="Header Files" - Filter="h;hpp;hxx;hm;inl;inc;xsd" - UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" - > - <File - RelativePath=".\anaFilter.h" - > - </File> - <File - RelativePath=".\constants.h" - > - </File> - <File - RelativePath=".\createCB.h" - > - </File> - <File - RelativePath=".\doCPLC.h" - > - </File> - <File - RelativePath=".\enhancer.h" - > - </File> - <File - RelativePath=".\filter.h" - > - </File> - <File - RelativePath=".\FrameClassify.h" - > - </File> - <File - RelativePath=".\gainquant.h" - > - </File> - <File - RelativePath=".\getCBvec.h" - > - </File> - <File - RelativePath=".\helpfun.h" - > - </File> - <File - RelativePath=".\hpInput.h" - > - </File> - <File - RelativePath=".\hpOutput.h" - > - </File> - <File - RelativePath=".\iCBConstruct.h" - > - </File> - <File - RelativePath=".\iCBSearch.h" - > - </File> - <File - RelativePath=".\iLBC_decode.h" - > - </File> - <File - RelativePath=".\iLBC_define.h" - > - </File> - <File - RelativePath=".\iLBC_encode.h" - > - </File> - <File - RelativePath=".\LPCdecode.h" - > - </File> - <File - RelativePath=".\LPCencode.h" - > - </File> - <File - RelativePath=".\lsf.h" - > - </File> - <File - RelativePath=".\packing.h" - > - </File> - <File - RelativePath=".\StateConstructW.h" - > - </File> - <File - RelativePath=".\StateSearchW.h" - > - </File> - <File - RelativePath=".\syntFilter.h" - > - </File> - </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> +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="8.00" + Name="libilbc" + ProjectGUID="{989BB874-7AF1-44CB-8E5C-CC8113D267E8}" + RootNamespace="libilbc" + 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" + PreprocessorDefinitions="WIN32;_DEBUG;_LIB" + 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="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" + PreprocessorDefinitions="WIN32;NDEBUG;_LIB" + RuntimeLibrary="2" + UsePrecompiledHeader="0" + WarningLevel="3" + 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=".\anaFilter.c" + > + </File> + <File + RelativePath=".\constants.c" + > + </File> + <File + RelativePath=".\createCB.c" + > + </File> + <File + RelativePath=".\doCPLC.c" + > + </File> + <File + RelativePath=".\enhancer.c" + > + </File> + <File + RelativePath=".\filter.c" + > + </File> + <File + RelativePath=".\FrameClassify.c" + > + </File> + <File + RelativePath=".\gainquant.c" + > + </File> + <File + RelativePath=".\getCBvec.c" + > + </File> + <File + RelativePath=".\helpfun.c" + > + </File> + <File + RelativePath=".\hpInput.c" + > + </File> + <File + RelativePath=".\hpOutput.c" + > + </File> + <File + RelativePath=".\iCBConstruct.c" + > + </File> + <File + RelativePath=".\iCBSearch.c" + > + </File> + <File + RelativePath=".\iLBC_decode.c" + > + </File> + <File + RelativePath=".\iLBC_encode.c" + > + </File> + <File + RelativePath=".\LPCdecode.c" + > + </File> + <File + RelativePath=".\LPCencode.c" + > + </File> + <File + RelativePath=".\lsf.c" + > + </File> + <File + RelativePath=".\packing.c" + > + </File> + <File + RelativePath=".\StateConstructW.c" + > + </File> + <File + RelativePath=".\StateSearchW.c" + > + </File> + <File + RelativePath=".\syntFilter.c" + > + </File> + </Filter> + <Filter + Name="Header Files" + Filter="h;hpp;hxx;hm;inl;inc;xsd" + UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" + > + <File + RelativePath=".\anaFilter.h" + > + </File> + <File + RelativePath=".\constants.h" + > + </File> + <File + RelativePath=".\createCB.h" + > + </File> + <File + RelativePath=".\doCPLC.h" + > + </File> + <File + RelativePath=".\enhancer.h" + > + </File> + <File + RelativePath=".\filter.h" + > + </File> + <File + RelativePath=".\FrameClassify.h" + > + </File> + <File + RelativePath=".\gainquant.h" + > + </File> + <File + RelativePath=".\getCBvec.h" + > + </File> + <File + RelativePath=".\helpfun.h" + > + </File> + <File + RelativePath=".\hpInput.h" + > + </File> + <File + RelativePath=".\hpOutput.h" + > + </File> + <File + RelativePath=".\iCBConstruct.h" + > + </File> + <File + RelativePath=".\iCBSearch.h" + > + </File> + <File + RelativePath=".\iLBC_decode.h" + > + </File> + <File + RelativePath=".\iLBC_define.h" + > + </File> + <File + RelativePath=".\iLBC_encode.h" + > + </File> + <File + RelativePath=".\LPCdecode.h" + > + </File> + <File + RelativePath=".\LPCencode.h" + > + </File> + <File + RelativePath=".\lsf.h" + > + </File> + <File + RelativePath=".\packing.h" + > + </File> + <File + RelativePath=".\StateConstructW.h" + > + </File> + <File + RelativePath=".\StateSearchW.h" + > + </File> + <File + RelativePath=".\syntFilter.h" + > + </File> + </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> diff --git a/codecs/lpc10/liblpc10.vcproj b/codecs/lpc10/liblpc10.vcproj index 56bb2ea188affa6ffbfaffaf20a982f85d96e39b..a2449a109c69d4c75b68f13f1c07c0b9fe7d646e 100644 --- a/codecs/lpc10/liblpc10.vcproj +++ b/codecs/lpc10/liblpc10.vcproj @@ -1,305 +1,305 @@ -<?xml version="1.0" encoding="UTF-8"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="8.00" - Name="liblpc10" - ProjectGUID="{FF1D238A-9D59-4850-838E-78182E05736B}" - Keyword="Win32Proj" - > - <Platforms> - <Platform - Name="Win32" - /> - </Platforms> - <ToolFiles> - </ToolFiles> - <Configurations> - <Configuration - Name="Debug|Win32" - OutputDirectory="Debug" - IntermediateDirectory="Debug" - ConfigurationType="4" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCCLCompilerTool" - Optimization="0" - PreprocessorDefinitions="WIN32;_DEBUG;_LIB;P_R_O_T_O_T_Y_P_E_S" - 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="VCLibrarianTool" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - <Configuration - Name="Release|Win32" - OutputDirectory="Release" - IntermediateDirectory="Release" - ConfigurationType="4" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCCLCompilerTool" - PreprocessorDefinitions="WIN32;NDEBUG;_LIB;P_R_O_T_O_T_Y_P_E_S" - RuntimeLibrary="2" - UsePrecompiledHeader="0" - WarningLevel="3" - 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="Header Files" - Filter="h;hpp;hxx;hm;inl;inc;xsd" - UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" - > - <File - RelativePath=".\f2c.h" - > - </File> - <File - RelativePath=".\lpc10.h" - > - </File> - </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> - <Filter - Name="Source Files" - Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" - UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" - > - <File - RelativePath=".\analys.c" - > - </File> - <File - RelativePath=".\bsynz.c" - > - </File> - <File - RelativePath=".\chanwr.c" - > - </File> - <File - RelativePath=".\dcbias.c" - > - </File> - <File - RelativePath=".\decode.c" - > - </File> - <File - RelativePath=".\deemp.c" - > - </File> - <File - RelativePath=".\difmag.c" - > - </File> - <File - RelativePath=".\dyptrk.c" - > - </File> - <File - RelativePath=".\encode.c" - > - </File> - <File - RelativePath=".\energy.c" - > - </File> - <File - RelativePath=".\f2clib.c" - > - </File> - <File - RelativePath=".\ham84.c" - > - </File> - <File - RelativePath=".\hp100.c" - > - </File> - <File - RelativePath=".\invert.c" - > - </File> - <File - RelativePath=".\irc2pc.c" - > - </File> - <File - RelativePath=".\ivfilt.c" - > - </File> - <File - RelativePath=".\lpcdec.c" - > - </File> - <File - RelativePath=".\lpcenc.c" - > - </File> - <File - RelativePath=".\lpcini.c" - > - </File> - <File - RelativePath=".\lpfilt.c" - > - </File> - <File - RelativePath=".\median.c" - > - </File> - <File - RelativePath=".\mload.c" - > - </File> - <File - RelativePath=".\onset.c" - > - </File> - <File - RelativePath=".\pitsyn.c" - > - </File> - <File - RelativePath=".\placea.c" - > - </File> - <File - RelativePath=".\placev.c" - > - </File> - <File - RelativePath=".\preemp.c" - > - </File> - <File - RelativePath=".\prepro.c" - > - </File> - <File - RelativePath=".\random.c" - > - </File> - <File - RelativePath=".\rcchk.c" - > - </File> - <File - RelativePath=".\synths.c" - > - </File> - <File - RelativePath=".\tbdm.c" - > - </File> - <File - RelativePath=".\voicin.c" - > - </File> - <File - RelativePath=".\vparms.c" - > - </File> - </Filter> - </Files> - <Globals> - </Globals> -</VisualStudioProject> +<?xml version="1.0" encoding="UTF-8"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="8.00" + Name="liblpc10" + ProjectGUID="{FF1D238A-9D59-4850-838E-78182E05736B}" + Keyword="Win32Proj" + > + <Platforms> + <Platform + Name="Win32" + /> + </Platforms> + <ToolFiles> + </ToolFiles> + <Configurations> + <Configuration + Name="Debug|Win32" + OutputDirectory="Debug" + IntermediateDirectory="Debug" + ConfigurationType="4" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + Optimization="0" + PreprocessorDefinitions="WIN32;_DEBUG;_LIB;P_R_O_T_O_T_Y_P_E_S" + 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="VCLibrarianTool" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + <Configuration + Name="Release|Win32" + OutputDirectory="Release" + IntermediateDirectory="Release" + ConfigurationType="4" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + PreprocessorDefinitions="WIN32;NDEBUG;_LIB;P_R_O_T_O_T_Y_P_E_S" + RuntimeLibrary="2" + UsePrecompiledHeader="0" + WarningLevel="3" + 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="Header Files" + Filter="h;hpp;hxx;hm;inl;inc;xsd" + UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" + > + <File + RelativePath=".\f2c.h" + > + </File> + <File + RelativePath=".\lpc10.h" + > + </File> + </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> + <Filter + Name="Source Files" + Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" + UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" + > + <File + RelativePath=".\analys.c" + > + </File> + <File + RelativePath=".\bsynz.c" + > + </File> + <File + RelativePath=".\chanwr.c" + > + </File> + <File + RelativePath=".\dcbias.c" + > + </File> + <File + RelativePath=".\decode.c" + > + </File> + <File + RelativePath=".\deemp.c" + > + </File> + <File + RelativePath=".\difmag.c" + > + </File> + <File + RelativePath=".\dyptrk.c" + > + </File> + <File + RelativePath=".\encode.c" + > + </File> + <File + RelativePath=".\energy.c" + > + </File> + <File + RelativePath=".\f2clib.c" + > + </File> + <File + RelativePath=".\ham84.c" + > + </File> + <File + RelativePath=".\hp100.c" + > + </File> + <File + RelativePath=".\invert.c" + > + </File> + <File + RelativePath=".\irc2pc.c" + > + </File> + <File + RelativePath=".\ivfilt.c" + > + </File> + <File + RelativePath=".\lpcdec.c" + > + </File> + <File + RelativePath=".\lpcenc.c" + > + </File> + <File + RelativePath=".\lpcini.c" + > + </File> + <File + RelativePath=".\lpfilt.c" + > + </File> + <File + RelativePath=".\median.c" + > + </File> + <File + RelativePath=".\mload.c" + > + </File> + <File + RelativePath=".\onset.c" + > + </File> + <File + RelativePath=".\pitsyn.c" + > + </File> + <File + RelativePath=".\placea.c" + > + </File> + <File + RelativePath=".\placev.c" + > + </File> + <File + RelativePath=".\preemp.c" + > + </File> + <File + RelativePath=".\prepro.c" + > + </File> + <File + RelativePath=".\random.c" + > + </File> + <File + RelativePath=".\rcchk.c" + > + </File> + <File + RelativePath=".\synths.c" + > + </File> + <File + RelativePath=".\tbdm.c" + > + </File> + <File + RelativePath=".\voicin.c" + > + </File> + <File + RelativePath=".\vparms.c" + > + </File> + </Filter> + </Files> + <Globals> + </Globals> +</VisualStudioProject>