VS2008
This commit is contained in:
Родитель
d9b1a1d8dd
Коммит
ca68df01b6
|
@ -0,0 +1,39 @@
|
|||
|
||||
Microsoft Visual Studio Solution File, Format Version 10.00
|
||||
# Visual Studio 2008
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "aften", "aften.vcproj", "{101DE5FF-34F5-485D-9C3C-48444D8CB05A}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
{FCF10A43-3390-4E89-B416-F2BE52D0DCC8} = {FCF10A43-3390-4E89-B416-F2BE52D0DCC8}
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libaften", "libaften.vcproj", "{FCF10A43-3390-4E89-B416-F2BE52D0DCC8}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Win32 = Debug|Win32
|
||||
Debug|x64 = Debug|x64
|
||||
Release|Win32 = Release|Win32
|
||||
Release|x64 = Release|x64
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{101DE5FF-34F5-485D-9C3C-48444D8CB05A}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{101DE5FF-34F5-485D-9C3C-48444D8CB05A}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{101DE5FF-34F5-485D-9C3C-48444D8CB05A}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{101DE5FF-34F5-485D-9C3C-48444D8CB05A}.Debug|x64.Build.0 = Debug|x64
|
||||
{101DE5FF-34F5-485D-9C3C-48444D8CB05A}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{101DE5FF-34F5-485D-9C3C-48444D8CB05A}.Release|Win32.Build.0 = Release|Win32
|
||||
{101DE5FF-34F5-485D-9C3C-48444D8CB05A}.Release|x64.ActiveCfg = Release|x64
|
||||
{101DE5FF-34F5-485D-9C3C-48444D8CB05A}.Release|x64.Build.0 = Release|x64
|
||||
{FCF10A43-3390-4E89-B416-F2BE52D0DCC8}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{FCF10A43-3390-4E89-B416-F2BE52D0DCC8}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{FCF10A43-3390-4E89-B416-F2BE52D0DCC8}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{FCF10A43-3390-4E89-B416-F2BE52D0DCC8}.Debug|x64.Build.0 = Debug|x64
|
||||
{FCF10A43-3390-4E89-B416-F2BE52D0DCC8}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{FCF10A43-3390-4E89-B416-F2BE52D0DCC8}.Release|Win32.Build.0 = Release|Win32
|
||||
{FCF10A43-3390-4E89-B416-F2BE52D0DCC8}.Release|x64.ActiveCfg = Release|x64
|
||||
{FCF10A43-3390-4E89-B416-F2BE52D0DCC8}.Release|x64.Build.0 = Release|x64
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
EndGlobal
|
|
@ -0,0 +1,417 @@
|
|||
<?xml version="1.0" encoding="windows-1250"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="9,00"
|
||||
Name="aften"
|
||||
ProjectGUID="{101DE5FF-34F5-485D-9C3C-48444D8CB05A}"
|
||||
RootNamespace="aften"
|
||||
Keyword="Win32Proj"
|
||||
TargetFrameworkVersion="196613"
|
||||
>
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Win32"
|
||||
/>
|
||||
<Platform
|
||||
Name="x64"
|
||||
/>
|
||||
</Platforms>
|
||||
<ToolFiles>
|
||||
</ToolFiles>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory="$(SolutionDir)\$(ConfigurationName)\$(PlatformName)\$(ProjectName)\bin"
|
||||
IntermediateDirectory="$(SolutionDir)\$(ConfigurationName)\$(PlatformName)\$(ProjectName)\obj"
|
||||
ConfigurationType="1"
|
||||
CharacterSet="2"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories="./;../;../libaften;../libaften/x86/;../pcm/"
|
||||
PreprocessorDefinitions="EMULATE_INTTYPES;AFTEN_BUILD_LIBRARY;MAX_NUM_THREADS=32;HAVE_MM_MALLOC;HAVE_CPU_CAPS_DETECTION;HAVE_WINDOWS_THREADS;_CRT_SECURE_NO_DEPRECATE;HAVE_MMX;HAVE_SSE;HAVE_SSE2;HAVE_SSE3"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="1"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
DebugInformationFormat="4"
|
||||
DisableSpecificWarnings="4244;4146;4742;4744"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="Debug\Win32\libaften\bin\libaften.lib"
|
||||
LinkIncremental="2"
|
||||
GenerateDebugInformation="true"
|
||||
SubSystem="1"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug|x64"
|
||||
OutputDirectory="$(SolutionDir)\$(ConfigurationName)\$(PlatformName)\$(ProjectName)\bin"
|
||||
IntermediateDirectory="$(SolutionDir)\$(ConfigurationName)\$(PlatformName)\$(ProjectName)\obj"
|
||||
ConfigurationType="1"
|
||||
CharacterSet="2"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TargetEnvironment="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories="./;../;../libaften;../libaften/x86/;../pcm/"
|
||||
PreprocessorDefinitions="EMULATE_INTTYPES;AFTEN_BUILD_LIBRARY;MAX_NUM_THREADS=32;HAVE_MM_MALLOC;HAVE_CPU_CAPS_DETECTION;HAVE_WINDOWS_THREADS;_CRT_SECURE_NO_DEPRECATE;HAVE_SSE;HAVE_SSE2;HAVE_SSE3"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="1"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
DebugInformationFormat="3"
|
||||
DisableSpecificWarnings="4244;4146;4742;4744"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="Debug\x64\libaften\bin\libaften.lib"
|
||||
LinkIncremental="2"
|
||||
GenerateDebugInformation="true"
|
||||
SubSystem="1"
|
||||
TargetMachine="17"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory="$(SolutionDir)\$(ConfigurationName)\$(PlatformName)\$(ProjectName)\bin"
|
||||
IntermediateDirectory="$(SolutionDir)\$(ConfigurationName)\$(PlatformName)\$(ProjectName)\obj"
|
||||
ConfigurationType="1"
|
||||
CharacterSet="2"
|
||||
WholeProgramOptimization="1"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="3"
|
||||
InlineFunctionExpansion="1"
|
||||
EnableIntrinsicFunctions="true"
|
||||
FavorSizeOrSpeed="1"
|
||||
AdditionalIncludeDirectories="./;../;../libaften;../libaften/x86/;../pcm/"
|
||||
PreprocessorDefinitions="EMULATE_INTTYPES;AFTEN_BUILD_LIBRARY;MAX_NUM_THREADS=32;HAVE_MM_MALLOC;HAVE_CPU_CAPS_DETECTION;HAVE_WINDOWS_THREADS;_CRT_SECURE_NO_DEPRECATE;HAVE_MMX;HAVE_SSE;HAVE_SSE2;HAVE_SSE3"
|
||||
ExceptionHandling="0"
|
||||
RuntimeLibrary="0"
|
||||
BufferSecurityCheck="false"
|
||||
EnableFunctionLevelLinking="true"
|
||||
EnableEnhancedInstructionSet="0"
|
||||
FloatingPointModel="2"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
DebugInformationFormat="0"
|
||||
CompileAs="1"
|
||||
DisableSpecificWarnings="4244;4146;4742;4744"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="Release\Win32\libaften\bin\libaften.lib"
|
||||
LinkIncremental="1"
|
||||
GenerateDebugInformation="false"
|
||||
SubSystem="1"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|x64"
|
||||
OutputDirectory="$(SolutionDir)\$(ConfigurationName)\$(PlatformName)\$(ProjectName)\bin"
|
||||
IntermediateDirectory="$(SolutionDir)\$(ConfigurationName)\$(PlatformName)\$(ProjectName)\obj"
|
||||
ConfigurationType="1"
|
||||
CharacterSet="2"
|
||||
WholeProgramOptimization="1"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TargetEnvironment="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="3"
|
||||
InlineFunctionExpansion="1"
|
||||
EnableIntrinsicFunctions="true"
|
||||
FavorSizeOrSpeed="1"
|
||||
AdditionalIncludeDirectories="./;../;../libaften;../libaften/x86/;../pcm/"
|
||||
PreprocessorDefinitions="EMULATE_INTTYPES;AFTEN_BUILD_LIBRARY;MAX_NUM_THREADS=32;HAVE_MM_MALLOC;HAVE_CPU_CAPS_DETECTION;HAVE_WINDOWS_THREADS;_CRT_SECURE_NO_DEPRECATE;HAVE_SSE;HAVE_SSE2;HAVE_SSE3"
|
||||
ExceptionHandling="0"
|
||||
RuntimeLibrary="0"
|
||||
BufferSecurityCheck="false"
|
||||
EnableFunctionLevelLinking="true"
|
||||
EnableEnhancedInstructionSet="0"
|
||||
FloatingPointModel="2"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
DebugInformationFormat="0"
|
||||
CompileAs="1"
|
||||
DisableSpecificWarnings="4244;4146;4742;4744"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="Release\x64\libaften\bin\libaften.lib"
|
||||
LinkIncremental="1"
|
||||
GenerateDebugInformation="false"
|
||||
SubSystem="1"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
TargetMachine="17"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<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="..\aften\aften.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\aften\opts.c"
|
||||
>
|
||||
</File>
|
||||
<Filter
|
||||
Name="pcm"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\pcm\aiff.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\pcm\byteio.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\pcm\caff.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\pcm\convert.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\pcm\formats.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\pcm\pcm.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\pcm\pcm_io.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\pcm\pcmfile.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\pcm\raw.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\pcm\wav.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>
|
|
@ -0,0 +1,633 @@
|
|||
<?xml version="1.0" encoding="windows-1250"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="9,00"
|
||||
Name="libaften"
|
||||
ProjectGUID="{FCF10A43-3390-4E89-B416-F2BE52D0DCC8}"
|
||||
RootNamespace="libaften"
|
||||
Keyword="Win32Proj"
|
||||
TargetFrameworkVersion="196613"
|
||||
>
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Win32"
|
||||
/>
|
||||
<Platform
|
||||
Name="x64"
|
||||
/>
|
||||
</Platforms>
|
||||
<ToolFiles>
|
||||
</ToolFiles>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory="$(SolutionDir)\$(ConfigurationName)\$(PlatformName)\$(ProjectName)\bin"
|
||||
IntermediateDirectory="$(SolutionDir)\$(ConfigurationName)\$(PlatformName)\$(ProjectName)\obj"
|
||||
ConfigurationType="2"
|
||||
CharacterSet="2"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories="./;../;../libaften;../libaften/x86/;../pcm/"
|
||||
PreprocessorDefinitions="EMULATE_INTTYPES;AFTEN_BUILD_LIBRARY;MAX_NUM_THREADS=32;HAVE_MM_MALLOC;HAVE_CPU_CAPS_DETECTION;HAVE_WINDOWS_THREADS;_CRT_SECURE_NO_DEPRECATE;HAVE_MMX;HAVE_SSE;HAVE_SSE2;HAVE_SSE3"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="1"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
DebugInformationFormat="4"
|
||||
DisableSpecificWarnings="4244"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug|x64"
|
||||
OutputDirectory="$(SolutionDir)\$(ConfigurationName)\$(PlatformName)\$(ProjectName)\bin"
|
||||
IntermediateDirectory="$(SolutionDir)\$(ConfigurationName)\$(PlatformName)\$(ProjectName)\obj"
|
||||
ConfigurationType="2"
|
||||
CharacterSet="2"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TargetEnvironment="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories="./;../;../libaften;../libaften/x86/;../pcm/"
|
||||
PreprocessorDefinitions="EMULATE_INTTYPES;AFTEN_BUILD_LIBRARY;MAX_NUM_THREADS=32;HAVE_MM_MALLOC;HAVE_CPU_CAPS_DETECTION;HAVE_WINDOWS_THREADS;_CRT_SECURE_NO_DEPRECATE;HAVE_SSE;HAVE_SSE2;HAVE_SSE3"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="1"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
DebugInformationFormat="3"
|
||||
DisableSpecificWarnings="4244"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory="$(SolutionDir)\$(ConfigurationName)\$(PlatformName)\$(ProjectName)\bin"
|
||||
IntermediateDirectory="$(SolutionDir)\$(ConfigurationName)\$(PlatformName)\$(ProjectName)\obj"
|
||||
ConfigurationType="2"
|
||||
CharacterSet="2"
|
||||
WholeProgramOptimization="1"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="3"
|
||||
InlineFunctionExpansion="1"
|
||||
EnableIntrinsicFunctions="true"
|
||||
FavorSizeOrSpeed="1"
|
||||
AdditionalIncludeDirectories="./;../;../libaften;../libaften/x86/;../pcm/"
|
||||
PreprocessorDefinitions="EMULATE_INTTYPES;AFTEN_BUILD_LIBRARY;MAX_NUM_THREADS=32;HAVE_MM_MALLOC;HAVE_CPU_CAPS_DETECTION;HAVE_WINDOWS_THREADS;_CRT_SECURE_NO_DEPRECATE;HAVE_MMX;HAVE_SSE;HAVE_SSE2;HAVE_SSE3"
|
||||
ExceptionHandling="0"
|
||||
RuntimeLibrary="0"
|
||||
BufferSecurityCheck="false"
|
||||
EnableFunctionLevelLinking="true"
|
||||
EnableEnhancedInstructionSet="0"
|
||||
FloatingPointModel="2"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
DebugInformationFormat="0"
|
||||
CompileAs="1"
|
||||
DisableSpecificWarnings="4244"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|x64"
|
||||
OutputDirectory="$(SolutionDir)\$(ConfigurationName)\$(PlatformName)\$(ProjectName)\bin"
|
||||
IntermediateDirectory="$(SolutionDir)\$(ConfigurationName)\$(PlatformName)\$(ProjectName)\obj"
|
||||
ConfigurationType="2"
|
||||
CharacterSet="2"
|
||||
WholeProgramOptimization="1"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TargetEnvironment="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="3"
|
||||
InlineFunctionExpansion="1"
|
||||
EnableIntrinsicFunctions="true"
|
||||
FavorSizeOrSpeed="1"
|
||||
AdditionalIncludeDirectories="./;../;../libaften;../libaften/x86/;../pcm/"
|
||||
PreprocessorDefinitions="EMULATE_INTTYPES;AFTEN_BUILD_LIBRARY;MAX_NUM_THREADS=32;HAVE_MM_MALLOC;HAVE_CPU_CAPS_DETECTION;HAVE_WINDOWS_THREADS;_CRT_SECURE_NO_DEPRECATE;HAVE_SSE;HAVE_SSE2;HAVE_SSE3"
|
||||
ExceptionHandling="0"
|
||||
RuntimeLibrary="0"
|
||||
BufferSecurityCheck="false"
|
||||
EnableFunctionLevelLinking="true"
|
||||
EnableEnhancedInstructionSet="0"
|
||||
FloatingPointModel="2"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
DebugInformationFormat="0"
|
||||
CompileAs="1"
|
||||
DisableSpecificWarnings="4244"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<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="..\libaften\a52.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\libaften\a52enc.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\libaften\a52tab.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\libaften\bitalloc.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\libaften\bitio.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\libaften\convert.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\libaften\crc.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\libaften\dynrng.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\libaften\exponent.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\libaften\filter.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\libaften\mdct.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\libaften\util.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\libaften\window.c"
|
||||
>
|
||||
</File>
|
||||
<Filter
|
||||
Name="x86"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\libaften\x86\cpu_caps.c"
|
||||
>
|
||||
</File>
|
||||
<Filter
|
||||
Name="mmx"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\libaften\x86\exponent_mmx.c"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="USE_MMX"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Debug|x64"
|
||||
ExcludedFromBuild="true"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="USE_MMX"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|x64"
|
||||
ExcludedFromBuild="true"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="sse"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\libaften\x86\mdct_common_sse.c"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="USE_MMX;USE_SSE"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Debug|x64"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="USE_MMX;USE_SSE"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="USE_MMX;USE_SSE"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|x64"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="USE_MMX;USE_SSE"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\libaften\x86\mdct_sse.c"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="USE_MMX;USE_SSE"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Debug|x64"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="USE_MMX;USE_SSE"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="USE_MMX;USE_SSE"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|x64"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="USE_MMX;USE_SSE"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\libaften\x86\window_sse.c"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="USE_MMX;USE_SSE"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Debug|x64"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="USE_MMX;USE_SSE"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="USE_MMX;USE_SSE"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|x64"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="USE_MMX;USE_SSE"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="sse2"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\libaften\x86\exponent_sse2.c"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="USE_MMX;USE_SSE;USE_SSE2"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Debug|x64"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="USE_MMX;USE_SSE;USE_SSE2"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="USE_MMX;USE_SSE;USE_SSE2"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|x64"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="USE_MMX;USE_SSE;USE_SSE2"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="sse3"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\libaften\x86\mdct_sse3.c"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="USE_MMX;USE_SSE;USE_SSE2;USE_SSE3"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Debug|x64"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="USE_MMX;USE_SSE;USE_SSE2;USE_SSE3"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="USE_MMX;USE_SSE;USE_SSE2;USE_SSE3"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|x64"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="USE_MMX;USE_SSE;USE_SSE2;USE_SSE3"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
</Filter>
|
||||
</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>
|
|
@ -0,0 +1,39 @@
|
|||
|
||||
Microsoft Visual Studio Solution File, Format Version 10.00
|
||||
# Visual Studio 2008
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "aften", "aften.vcproj", "{101DE5FF-34F5-485D-9C3C-48444D8CB05A}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
{FCF10A43-3390-4E89-B416-F2BE52D0DCC8} = {FCF10A43-3390-4E89-B416-F2BE52D0DCC8}
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libaften", "libaften.vcproj", "{FCF10A43-3390-4E89-B416-F2BE52D0DCC8}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Win32 = Debug|Win32
|
||||
Debug|x64 = Debug|x64
|
||||
Release|Win32 = Release|Win32
|
||||
Release|x64 = Release|x64
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{101DE5FF-34F5-485D-9C3C-48444D8CB05A}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{101DE5FF-34F5-485D-9C3C-48444D8CB05A}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{101DE5FF-34F5-485D-9C3C-48444D8CB05A}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{101DE5FF-34F5-485D-9C3C-48444D8CB05A}.Debug|x64.Build.0 = Debug|x64
|
||||
{101DE5FF-34F5-485D-9C3C-48444D8CB05A}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{101DE5FF-34F5-485D-9C3C-48444D8CB05A}.Release|Win32.Build.0 = Release|Win32
|
||||
{101DE5FF-34F5-485D-9C3C-48444D8CB05A}.Release|x64.ActiveCfg = Release|x64
|
||||
{101DE5FF-34F5-485D-9C3C-48444D8CB05A}.Release|x64.Build.0 = Release|x64
|
||||
{FCF10A43-3390-4E89-B416-F2BE52D0DCC8}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{FCF10A43-3390-4E89-B416-F2BE52D0DCC8}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{FCF10A43-3390-4E89-B416-F2BE52D0DCC8}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{FCF10A43-3390-4E89-B416-F2BE52D0DCC8}.Debug|x64.Build.0 = Debug|x64
|
||||
{FCF10A43-3390-4E89-B416-F2BE52D0DCC8}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{FCF10A43-3390-4E89-B416-F2BE52D0DCC8}.Release|Win32.Build.0 = Release|Win32
|
||||
{FCF10A43-3390-4E89-B416-F2BE52D0DCC8}.Release|x64.ActiveCfg = Release|x64
|
||||
{FCF10A43-3390-4E89-B416-F2BE52D0DCC8}.Release|x64.Build.0 = Release|x64
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
EndGlobal
|
|
@ -0,0 +1,417 @@
|
|||
<?xml version="1.0" encoding="windows-1250"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="9,00"
|
||||
Name="aften"
|
||||
ProjectGUID="{101DE5FF-34F5-485D-9C3C-48444D8CB05A}"
|
||||
RootNamespace="aften"
|
||||
Keyword="Win32Proj"
|
||||
TargetFrameworkVersion="196613"
|
||||
>
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Win32"
|
||||
/>
|
||||
<Platform
|
||||
Name="x64"
|
||||
/>
|
||||
</Platforms>
|
||||
<ToolFiles>
|
||||
</ToolFiles>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory="$(SolutionDir)\$(ConfigurationName)\$(PlatformName)\$(ProjectName)\bin"
|
||||
IntermediateDirectory="$(SolutionDir)\$(ConfigurationName)\$(PlatformName)\$(ProjectName)\obj"
|
||||
ConfigurationType="1"
|
||||
CharacterSet="2"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories="./;../;../libaften;../libaften/x86/;../pcm/"
|
||||
PreprocessorDefinitions="EMULATE_INTTYPES;AFTEN_BUILD_LIBRARY;MAX_NUM_THREADS=32;HAVE_MM_MALLOC;HAVE_CPU_CAPS_DETECTION;HAVE_WINDOWS_THREADS;_CRT_SECURE_NO_DEPRECATE;HAVE_MMX;HAVE_SSE;HAVE_SSE2;HAVE_SSE3"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="1"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
DebugInformationFormat="4"
|
||||
DisableSpecificWarnings="4244;4146;4742;4744"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="Debug\Win32\libaften\bin\libaften.lib"
|
||||
LinkIncremental="2"
|
||||
GenerateDebugInformation="true"
|
||||
SubSystem="1"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug|x64"
|
||||
OutputDirectory="$(SolutionDir)\$(ConfigurationName)\$(PlatformName)\$(ProjectName)\bin"
|
||||
IntermediateDirectory="$(SolutionDir)\$(ConfigurationName)\$(PlatformName)\$(ProjectName)\obj"
|
||||
ConfigurationType="1"
|
||||
CharacterSet="2"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TargetEnvironment="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories="./;../;../libaften;../libaften/x86/;../pcm/"
|
||||
PreprocessorDefinitions="EMULATE_INTTYPES;AFTEN_BUILD_LIBRARY;MAX_NUM_THREADS=32;HAVE_MM_MALLOC;HAVE_CPU_CAPS_DETECTION;HAVE_WINDOWS_THREADS;_CRT_SECURE_NO_DEPRECATE;HAVE_SSE;HAVE_SSE2;HAVE_SSE3"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="1"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
DebugInformationFormat="3"
|
||||
DisableSpecificWarnings="4244;4146;4742;4744"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="Debug\x64\libaften\bin\libaften.lib"
|
||||
LinkIncremental="2"
|
||||
GenerateDebugInformation="true"
|
||||
SubSystem="1"
|
||||
TargetMachine="17"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory="$(SolutionDir)\$(ConfigurationName)\$(PlatformName)\$(ProjectName)\bin"
|
||||
IntermediateDirectory="$(SolutionDir)\$(ConfigurationName)\$(PlatformName)\$(ProjectName)\obj"
|
||||
ConfigurationType="1"
|
||||
CharacterSet="2"
|
||||
WholeProgramOptimization="1"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="3"
|
||||
InlineFunctionExpansion="1"
|
||||
EnableIntrinsicFunctions="true"
|
||||
FavorSizeOrSpeed="1"
|
||||
AdditionalIncludeDirectories="./;../;../libaften;../libaften/x86/;../pcm/"
|
||||
PreprocessorDefinitions="EMULATE_INTTYPES;AFTEN_BUILD_LIBRARY;MAX_NUM_THREADS=32;HAVE_MM_MALLOC;HAVE_CPU_CAPS_DETECTION;HAVE_WINDOWS_THREADS;_CRT_SECURE_NO_DEPRECATE;HAVE_MMX;HAVE_SSE;HAVE_SSE2;HAVE_SSE3"
|
||||
ExceptionHandling="0"
|
||||
RuntimeLibrary="0"
|
||||
BufferSecurityCheck="false"
|
||||
EnableFunctionLevelLinking="true"
|
||||
EnableEnhancedInstructionSet="0"
|
||||
FloatingPointModel="2"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
DebugInformationFormat="0"
|
||||
CompileAs="1"
|
||||
DisableSpecificWarnings="4244;4146;4742;4744"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="Release\Win32\libaften\bin\libaften.lib"
|
||||
LinkIncremental="1"
|
||||
GenerateDebugInformation="false"
|
||||
SubSystem="1"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|x64"
|
||||
OutputDirectory="$(SolutionDir)\$(ConfigurationName)\$(PlatformName)\$(ProjectName)\bin"
|
||||
IntermediateDirectory="$(SolutionDir)\$(ConfigurationName)\$(PlatformName)\$(ProjectName)\obj"
|
||||
ConfigurationType="1"
|
||||
CharacterSet="2"
|
||||
WholeProgramOptimization="1"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TargetEnvironment="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="3"
|
||||
InlineFunctionExpansion="1"
|
||||
EnableIntrinsicFunctions="true"
|
||||
FavorSizeOrSpeed="1"
|
||||
AdditionalIncludeDirectories="./;../;../libaften;../libaften/x86/;../pcm/"
|
||||
PreprocessorDefinitions="EMULATE_INTTYPES;AFTEN_BUILD_LIBRARY;MAX_NUM_THREADS=32;HAVE_MM_MALLOC;HAVE_CPU_CAPS_DETECTION;HAVE_WINDOWS_THREADS;_CRT_SECURE_NO_DEPRECATE;HAVE_SSE;HAVE_SSE2;HAVE_SSE3"
|
||||
ExceptionHandling="0"
|
||||
RuntimeLibrary="0"
|
||||
BufferSecurityCheck="false"
|
||||
EnableFunctionLevelLinking="true"
|
||||
EnableEnhancedInstructionSet="0"
|
||||
FloatingPointModel="2"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
DebugInformationFormat="0"
|
||||
CompileAs="1"
|
||||
DisableSpecificWarnings="4244;4146;4742;4744"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="Release\x64\libaften\bin\libaften.lib"
|
||||
LinkIncremental="1"
|
||||
GenerateDebugInformation="false"
|
||||
SubSystem="1"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
TargetMachine="17"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<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="..\aften\aften.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\aften\opts.c"
|
||||
>
|
||||
</File>
|
||||
<Filter
|
||||
Name="pcm"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\pcm\aiff.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\pcm\byteio.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\pcm\caff.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\pcm\convert.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\pcm\formats.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\pcm\pcm.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\pcm\pcm_io.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\pcm\pcmfile.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\pcm\raw.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\pcm\wav.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>
|
|
@ -0,0 +1,609 @@
|
|||
<?xml version="1.0" encoding="windows-1250"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="9,00"
|
||||
Name="libaften"
|
||||
ProjectGUID="{FCF10A43-3390-4E89-B416-F2BE52D0DCC8}"
|
||||
RootNamespace="libaften"
|
||||
Keyword="Win32Proj"
|
||||
TargetFrameworkVersion="196613"
|
||||
>
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Win32"
|
||||
/>
|
||||
<Platform
|
||||
Name="x64"
|
||||
/>
|
||||
</Platforms>
|
||||
<ToolFiles>
|
||||
</ToolFiles>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory="$(SolutionDir)\$(ConfigurationName)\$(PlatformName)\$(ProjectName)\bin"
|
||||
IntermediateDirectory="$(SolutionDir)\$(ConfigurationName)\$(PlatformName)\$(ProjectName)\obj"
|
||||
ConfigurationType="4"
|
||||
CharacterSet="2"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories="./;../;../libaften;../libaften/x86/;../pcm/"
|
||||
PreprocessorDefinitions="EMULATE_INTTYPES;AFTEN_BUILD_LIBRARY;MAX_NUM_THREADS=32;HAVE_MM_MALLOC;HAVE_CPU_CAPS_DETECTION;HAVE_WINDOWS_THREADS;_CRT_SECURE_NO_DEPRECATE;HAVE_MMX;HAVE_SSE;HAVE_SSE2;HAVE_SSE3"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="1"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
DebugInformationFormat="4"
|
||||
DisableSpecificWarnings="4244"
|
||||
/>
|
||||
<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="Debug|x64"
|
||||
OutputDirectory="$(SolutionDir)\$(ConfigurationName)\$(PlatformName)\$(ProjectName)\bin"
|
||||
IntermediateDirectory="$(SolutionDir)\$(ConfigurationName)\$(PlatformName)\$(ProjectName)\obj"
|
||||
ConfigurationType="4"
|
||||
CharacterSet="2"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TargetEnvironment="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories="./;../;../libaften;../libaften/x86/;../pcm/"
|
||||
PreprocessorDefinitions="EMULATE_INTTYPES;AFTEN_BUILD_LIBRARY;MAX_NUM_THREADS=32;HAVE_MM_MALLOC;HAVE_CPU_CAPS_DETECTION;HAVE_WINDOWS_THREADS;_CRT_SECURE_NO_DEPRECATE;HAVE_SSE;HAVE_SSE2;HAVE_SSE3"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="1"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
DebugInformationFormat="3"
|
||||
DisableSpecificWarnings="4244"
|
||||
/>
|
||||
<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)\$(PlatformName)\$(ProjectName)\bin"
|
||||
IntermediateDirectory="$(SolutionDir)\$(ConfigurationName)\$(PlatformName)\$(ProjectName)\obj"
|
||||
ConfigurationType="4"
|
||||
CharacterSet="2"
|
||||
WholeProgramOptimization="1"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="3"
|
||||
InlineFunctionExpansion="1"
|
||||
EnableIntrinsicFunctions="true"
|
||||
FavorSizeOrSpeed="1"
|
||||
AdditionalIncludeDirectories="./;../;../libaften;../libaften/x86/;../pcm/"
|
||||
PreprocessorDefinitions="EMULATE_INTTYPES;AFTEN_BUILD_LIBRARY;MAX_NUM_THREADS=32;HAVE_MM_MALLOC;HAVE_CPU_CAPS_DETECTION;HAVE_WINDOWS_THREADS;_CRT_SECURE_NO_DEPRECATE;HAVE_MMX;HAVE_SSE;HAVE_SSE2;HAVE_SSE3"
|
||||
ExceptionHandling="0"
|
||||
RuntimeLibrary="0"
|
||||
BufferSecurityCheck="false"
|
||||
EnableFunctionLevelLinking="true"
|
||||
EnableEnhancedInstructionSet="0"
|
||||
FloatingPointModel="2"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
DebugInformationFormat="0"
|
||||
CompileAs="1"
|
||||
DisableSpecificWarnings="4244"
|
||||
/>
|
||||
<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|x64"
|
||||
OutputDirectory="$(SolutionDir)\$(ConfigurationName)\$(PlatformName)\$(ProjectName)\bin"
|
||||
IntermediateDirectory="$(SolutionDir)\$(ConfigurationName)\$(PlatformName)\$(ProjectName)\obj"
|
||||
ConfigurationType="4"
|
||||
CharacterSet="2"
|
||||
WholeProgramOptimization="1"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TargetEnvironment="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="3"
|
||||
InlineFunctionExpansion="1"
|
||||
EnableIntrinsicFunctions="true"
|
||||
FavorSizeOrSpeed="1"
|
||||
AdditionalIncludeDirectories="./;../;../libaften;../libaften/x86/;../pcm/"
|
||||
PreprocessorDefinitions="EMULATE_INTTYPES;AFTEN_BUILD_LIBRARY;MAX_NUM_THREADS=32;HAVE_MM_MALLOC;HAVE_CPU_CAPS_DETECTION;HAVE_WINDOWS_THREADS;_CRT_SECURE_NO_DEPRECATE;HAVE_SSE;HAVE_SSE2;HAVE_SSE3"
|
||||
ExceptionHandling="0"
|
||||
RuntimeLibrary="0"
|
||||
BufferSecurityCheck="false"
|
||||
EnableFunctionLevelLinking="true"
|
||||
EnableEnhancedInstructionSet="0"
|
||||
FloatingPointModel="2"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
DebugInformationFormat="0"
|
||||
CompileAs="1"
|
||||
DisableSpecificWarnings="4244"
|
||||
/>
|
||||
<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="..\libaften\a52.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\libaften\a52enc.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\libaften\a52tab.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\libaften\bitalloc.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\libaften\bitio.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\libaften\convert.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\libaften\crc.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\libaften\dynrng.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\libaften\exponent.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\libaften\filter.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\libaften\mdct.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\libaften\util.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\libaften\window.c"
|
||||
>
|
||||
</File>
|
||||
<Filter
|
||||
Name="x86"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\libaften\x86\cpu_caps.c"
|
||||
>
|
||||
</File>
|
||||
<Filter
|
||||
Name="mmx"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\libaften\x86\exponent_mmx.c"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="USE_MMX"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Debug|x64"
|
||||
ExcludedFromBuild="true"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="USE_MMX"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|x64"
|
||||
ExcludedFromBuild="true"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="sse"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\libaften\x86\mdct_common_sse.c"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="USE_MMX;USE_SSE"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Debug|x64"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="USE_MMX;USE_SSE"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="USE_MMX;USE_SSE"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|x64"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="USE_MMX;USE_SSE"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\libaften\x86\mdct_sse.c"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="USE_MMX;USE_SSE"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Debug|x64"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="USE_MMX;USE_SSE"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="USE_MMX;USE_SSE"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|x64"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="USE_MMX;USE_SSE"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\libaften\x86\window_sse.c"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="USE_MMX;USE_SSE"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Debug|x64"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="USE_MMX;USE_SSE"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="USE_MMX;USE_SSE"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|x64"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="USE_MMX;USE_SSE"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="sse2"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\libaften\x86\exponent_sse2.c"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="USE_MMX;USE_SSE;USE_SSE2"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Debug|x64"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="USE_MMX;USE_SSE;USE_SSE2"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="USE_MMX;USE_SSE;USE_SSE2"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|x64"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="USE_MMX;USE_SSE;USE_SSE2"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="sse3"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\libaften\x86\mdct_sse3.c"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="USE_MMX;USE_SSE;USE_SSE2;USE_SSE3"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Debug|x64"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="USE_MMX;USE_SSE;USE_SSE2;USE_SSE3"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="USE_MMX;USE_SSE;USE_SSE2;USE_SSE3"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|x64"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="USE_MMX;USE_SSE;USE_SSE2;USE_SSE3"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
</Filter>
|
||||
</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>
|
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" encoding="windows-1250"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Intel C++ Project"
|
||||
Version="11.1"
|
||||
Name="aften"
|
||||
ProjectGUID="{ECFCD37F-7B89-482F-A256-1ECC4D4D90D4}"
|
||||
VCNestedProjectGUID="{101DE5FF-34F5-485D-9C3C-48444D8CB05A}"
|
||||
VCNestedProjectFileName="aften.vcproj">
|
||||
<Configurations/>
|
||||
<Files/>
|
||||
</VisualStudioProject>
|
|
@ -0,0 +1,55 @@
|
|||
|
||||
Microsoft Visual Studio Solution File, Format Version 10.00
|
||||
# Visual Studio 2008
|
||||
Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "aften", "aften.icproj", "{ECFCD37F-7B89-482F-A256-1ECC4D4D90D4}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
{5637F515-418B-45B6-93FE-F6BF700CEC3B} = {5637F515-418B-45B6-93FE-F6BF700CEC3B}
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "libaften", "libaften.icproj", "{5637F515-418B-45B6-93FE-F6BF700CEC3B}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Win32 = Debug|Win32
|
||||
Debug|x64 = Debug|x64
|
||||
Release|Win32 = Release|Win32
|
||||
Release|x64 = Release|x64
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{ECFCD37F-7B89-482F-A256-1ECC4D4D90D4}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{ECFCD37F-7B89-482F-A256-1ECC4D4D90D4}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{ECFCD37F-7B89-482F-A256-1ECC4D4D90D4}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{ECFCD37F-7B89-482F-A256-1ECC4D4D90D4}.Debug|x64.Build.0 = Debug|x64
|
||||
{ECFCD37F-7B89-482F-A256-1ECC4D4D90D4}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{ECFCD37F-7B89-482F-A256-1ECC4D4D90D4}.Release|Win32.Build.0 = Release|Win32
|
||||
{ECFCD37F-7B89-482F-A256-1ECC4D4D90D4}.Release|x64.ActiveCfg = Release|x64
|
||||
{ECFCD37F-7B89-482F-A256-1ECC4D4D90D4}.Release|x64.Build.0 = Release|x64
|
||||
{5637F515-418B-45B6-93FE-F6BF700CEC3B}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{5637F515-418B-45B6-93FE-F6BF700CEC3B}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{5637F515-418B-45B6-93FE-F6BF700CEC3B}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{5637F515-418B-45B6-93FE-F6BF700CEC3B}.Debug|x64.Build.0 = Debug|x64
|
||||
{5637F515-418B-45B6-93FE-F6BF700CEC3B}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{5637F515-418B-45B6-93FE-F6BF700CEC3B}.Release|Win32.Build.0 = Release|Win32
|
||||
{5637F515-418B-45B6-93FE-F6BF700CEC3B}.Release|x64.ActiveCfg = Release|x64
|
||||
{5637F515-418B-45B6-93FE-F6BF700CEC3B}.Release|x64.Build.0 = Release|x64
|
||||
{101DE5FF-34F5-485D-9C3C-48444D8CB05A}.Release|x64.Build.0 = Release|x64
|
||||
{101DE5FF-34F5-485D-9C3C-48444D8CB05A}.Release|x64.ActiveCfg = Release|x64
|
||||
{101DE5FF-34F5-485D-9C3C-48444D8CB05A}.Release|Win32.Build.0 = Release|Win32
|
||||
{101DE5FF-34F5-485D-9C3C-48444D8CB05A}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{101DE5FF-34F5-485D-9C3C-48444D8CB05A}.Debug|x64.Build.0 = Debug|x64
|
||||
{101DE5FF-34F5-485D-9C3C-48444D8CB05A}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{101DE5FF-34F5-485D-9C3C-48444D8CB05A}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{101DE5FF-34F5-485D-9C3C-48444D8CB05A}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{FCF10A43-3390-4E89-B416-F2BE52D0DCC8}.Release|x64.Build.0 = Release|x64
|
||||
{FCF10A43-3390-4E89-B416-F2BE52D0DCC8}.Release|x64.ActiveCfg = Release|x64
|
||||
{FCF10A43-3390-4E89-B416-F2BE52D0DCC8}.Release|Win32.Build.0 = Release|Win32
|
||||
{FCF10A43-3390-4E89-B416-F2BE52D0DCC8}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{FCF10A43-3390-4E89-B416-F2BE52D0DCC8}.Debug|x64.Build.0 = Debug|x64
|
||||
{FCF10A43-3390-4E89-B416-F2BE52D0DCC8}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{FCF10A43-3390-4E89-B416-F2BE52D0DCC8}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{FCF10A43-3390-4E89-B416-F2BE52D0DCC8}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
EndGlobal
|
|
@ -0,0 +1,417 @@
|
|||
<?xml version="1.0" encoding="windows-1250"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="9,00"
|
||||
Name="aften"
|
||||
ProjectGUID="{101DE5FF-34F5-485D-9C3C-48444D8CB05A}"
|
||||
RootNamespace="aften"
|
||||
Keyword="Win32Proj"
|
||||
TargetFrameworkVersion="196613"
|
||||
>
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Win32"
|
||||
/>
|
||||
<Platform
|
||||
Name="x64"
|
||||
/>
|
||||
</Platforms>
|
||||
<ToolFiles>
|
||||
</ToolFiles>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory="$(SolutionDir)\$(ConfigurationName)\$(PlatformName)\$(ProjectName)\bin"
|
||||
IntermediateDirectory="$(SolutionDir)\$(ConfigurationName)\$(PlatformName)\$(ProjectName)\obj"
|
||||
ConfigurationType="1"
|
||||
CharacterSet="2"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories="./;../;../libaften;../libaften/x86/;../pcm/"
|
||||
PreprocessorDefinitions="EMULATE_INTTYPES;AFTEN_BUILD_LIBRARY;MAX_NUM_THREADS=32;HAVE_MM_MALLOC;HAVE_CPU_CAPS_DETECTION;HAVE_WINDOWS_THREADS;_CRT_SECURE_NO_DEPRECATE;HAVE_MMX;HAVE_SSE;HAVE_SSE2;HAVE_SSE3"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="1"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
DebugInformationFormat="4"
|
||||
DisableSpecificWarnings="4244;4146;4742;4744"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="Debug\Win32\libaften\bin\libaften.lib"
|
||||
LinkIncremental="2"
|
||||
GenerateDebugInformation="true"
|
||||
SubSystem="1"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug|x64"
|
||||
OutputDirectory="$(SolutionDir)\$(ConfigurationName)\$(PlatformName)\$(ProjectName)\bin"
|
||||
IntermediateDirectory="$(SolutionDir)\$(ConfigurationName)\$(PlatformName)\$(ProjectName)\obj"
|
||||
ConfigurationType="1"
|
||||
CharacterSet="2"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TargetEnvironment="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories="./;../;../libaften;../libaften/x86/;../pcm/"
|
||||
PreprocessorDefinitions="EMULATE_INTTYPES;AFTEN_BUILD_LIBRARY;MAX_NUM_THREADS=32;HAVE_MM_MALLOC;HAVE_CPU_CAPS_DETECTION;HAVE_WINDOWS_THREADS;_CRT_SECURE_NO_DEPRECATE;HAVE_MMX;HAVE_SSE;HAVE_SSE2;HAVE_SSE3"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="1"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
DebugInformationFormat="3"
|
||||
DisableSpecificWarnings="4244;4146;4742;4744"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="Debug\x64\libaften\bin\libaften.lib"
|
||||
LinkIncremental="2"
|
||||
GenerateDebugInformation="true"
|
||||
SubSystem="1"
|
||||
TargetMachine="17"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory="$(SolutionDir)\$(ConfigurationName)\$(PlatformName)\$(ProjectName)\bin"
|
||||
IntermediateDirectory="$(SolutionDir)\$(ConfigurationName)\$(PlatformName)\$(ProjectName)\obj"
|
||||
ConfigurationType="1"
|
||||
CharacterSet="2"
|
||||
WholeProgramOptimization="1"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="3"
|
||||
InlineFunctionExpansion="1"
|
||||
EnableIntrinsicFunctions="true"
|
||||
FavorSizeOrSpeed="1"
|
||||
AdditionalIncludeDirectories="./;../;../libaften;../libaften/x86/;../pcm/"
|
||||
PreprocessorDefinitions="EMULATE_INTTYPES;AFTEN_BUILD_LIBRARY;MAX_NUM_THREADS=32;HAVE_MM_MALLOC;HAVE_CPU_CAPS_DETECTION;HAVE_WINDOWS_THREADS;_CRT_SECURE_NO_DEPRECATE;HAVE_MMX;HAVE_SSE;HAVE_SSE2;HAVE_SSE3"
|
||||
ExceptionHandling="0"
|
||||
RuntimeLibrary="0"
|
||||
BufferSecurityCheck="false"
|
||||
EnableFunctionLevelLinking="true"
|
||||
EnableEnhancedInstructionSet="0"
|
||||
FloatingPointModel="2"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
DebugInformationFormat="0"
|
||||
CompileAs="1"
|
||||
DisableSpecificWarnings="4244;4146;4742;4744"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="Release\Win32\libaften\bin\libaften.lib"
|
||||
LinkIncremental="1"
|
||||
GenerateDebugInformation="false"
|
||||
SubSystem="1"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|x64"
|
||||
OutputDirectory="$(SolutionDir)\$(ConfigurationName)\$(PlatformName)\$(ProjectName)\bin"
|
||||
IntermediateDirectory="$(SolutionDir)\$(ConfigurationName)\$(PlatformName)\$(ProjectName)\obj"
|
||||
ConfigurationType="1"
|
||||
CharacterSet="2"
|
||||
WholeProgramOptimization="1"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TargetEnvironment="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="3"
|
||||
InlineFunctionExpansion="1"
|
||||
EnableIntrinsicFunctions="true"
|
||||
FavorSizeOrSpeed="1"
|
||||
AdditionalIncludeDirectories="./;../;../libaften;../libaften/x86/;../pcm/"
|
||||
PreprocessorDefinitions="EMULATE_INTTYPES;AFTEN_BUILD_LIBRARY;MAX_NUM_THREADS=32;HAVE_MM_MALLOC;HAVE_CPU_CAPS_DETECTION;HAVE_WINDOWS_THREADS;_CRT_SECURE_NO_DEPRECATE;HAVE_MMX;HAVE_SSE;HAVE_SSE2;HAVE_SSE3"
|
||||
ExceptionHandling="0"
|
||||
RuntimeLibrary="0"
|
||||
BufferSecurityCheck="false"
|
||||
EnableFunctionLevelLinking="true"
|
||||
EnableEnhancedInstructionSet="0"
|
||||
FloatingPointModel="2"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
DebugInformationFormat="0"
|
||||
CompileAs="1"
|
||||
DisableSpecificWarnings="4244;4146;4742;4744"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="Release\x64\libaften\bin\libaften.lib"
|
||||
LinkIncremental="1"
|
||||
GenerateDebugInformation="false"
|
||||
SubSystem="1"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
TargetMachine="17"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<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="..\aften\aften.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\aften\opts.c"
|
||||
>
|
||||
</File>
|
||||
<Filter
|
||||
Name="pcm"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\pcm\aiff.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\pcm\byteio.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\pcm\caff.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\pcm\convert.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\pcm\formats.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\pcm\pcm.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\pcm\pcm_io.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\pcm\pcmfile.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\pcm\raw.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\pcm\wav.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>
|
|
@ -0,0 +1,28 @@
|
|||
<?xml version="1.0" encoding="windows-1250"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Intel C++ Project"
|
||||
Version="11.1"
|
||||
Name="libaften"
|
||||
ProjectGUID="{5637F515-418B-45B6-93FE-F6BF700CEC3B}"
|
||||
VCNestedProjectGUID="{FCF10A43-3390-4E89-B416-F2BE52D0DCC8}"
|
||||
VCNestedProjectFileName="libaften.vcproj">
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Release|Win32">
|
||||
<Tool
|
||||
Name="CppCmplrTool"
|
||||
GlobalOptimizations="true"
|
||||
OptimizeForWindowsApplication="true"
|
||||
FloatingPointSpeculation="0"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|x64">
|
||||
<Tool
|
||||
Name="CppCmplrTool"
|
||||
GlobalOptimizations="true"
|
||||
OptimizeForWindowsApplication="true"
|
||||
FloatingPointSpeculation="0"/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<Files/>
|
||||
</VisualStudioProject>
|
|
@ -0,0 +1,633 @@
|
|||
<?xml version="1.0" encoding="windows-1250"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="9,00"
|
||||
Name="libaften"
|
||||
ProjectGUID="{FCF10A43-3390-4E89-B416-F2BE52D0DCC8}"
|
||||
RootNamespace="libaften"
|
||||
Keyword="Win32Proj"
|
||||
TargetFrameworkVersion="196613"
|
||||
>
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Win32"
|
||||
/>
|
||||
<Platform
|
||||
Name="x64"
|
||||
/>
|
||||
</Platforms>
|
||||
<ToolFiles>
|
||||
</ToolFiles>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory="$(SolutionDir)\$(ConfigurationName)\$(PlatformName)\$(ProjectName)\bin"
|
||||
IntermediateDirectory="$(SolutionDir)\$(ConfigurationName)\$(PlatformName)\$(ProjectName)\obj"
|
||||
ConfigurationType="2"
|
||||
CharacterSet="2"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories="./;../;../libaften;../libaften/x86/;../pcm/"
|
||||
PreprocessorDefinitions="EMULATE_INTTYPES;AFTEN_BUILD_LIBRARY;MAX_NUM_THREADS=32;HAVE_MM_MALLOC;HAVE_CPU_CAPS_DETECTION;HAVE_WINDOWS_THREADS;_CRT_SECURE_NO_DEPRECATE;HAVE_MMX;HAVE_SSE;HAVE_SSE2;HAVE_SSE3"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="1"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
DebugInformationFormat="4"
|
||||
DisableSpecificWarnings="4244"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug|x64"
|
||||
OutputDirectory="$(SolutionDir)\$(ConfigurationName)\$(PlatformName)\$(ProjectName)\bin"
|
||||
IntermediateDirectory="$(SolutionDir)\$(ConfigurationName)\$(PlatformName)\$(ProjectName)\obj"
|
||||
ConfigurationType="2"
|
||||
CharacterSet="2"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TargetEnvironment="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories="./;../;../libaften;../libaften/x86/;../pcm/"
|
||||
PreprocessorDefinitions="EMULATE_INTTYPES;AFTEN_BUILD_LIBRARY;MAX_NUM_THREADS=32;HAVE_MM_MALLOC;HAVE_CPU_CAPS_DETECTION;HAVE_WINDOWS_THREADS;_CRT_SECURE_NO_DEPRECATE;HAVE_MMX;HAVE_SSE;HAVE_SSE2;HAVE_SSE3"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="1"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
DebugInformationFormat="3"
|
||||
DisableSpecificWarnings="4244"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory="$(SolutionDir)\$(ConfigurationName)\$(PlatformName)\$(ProjectName)\bin"
|
||||
IntermediateDirectory="$(SolutionDir)\$(ConfigurationName)\$(PlatformName)\$(ProjectName)\obj"
|
||||
ConfigurationType="2"
|
||||
CharacterSet="2"
|
||||
WholeProgramOptimization="1"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="3"
|
||||
InlineFunctionExpansion="1"
|
||||
EnableIntrinsicFunctions="true"
|
||||
FavorSizeOrSpeed="1"
|
||||
AdditionalIncludeDirectories="./;../;../libaften;../libaften/x86/;../pcm/"
|
||||
PreprocessorDefinitions="EMULATE_INTTYPES;AFTEN_BUILD_LIBRARY;MAX_NUM_THREADS=32;HAVE_MM_MALLOC;HAVE_CPU_CAPS_DETECTION;HAVE_WINDOWS_THREADS;_CRT_SECURE_NO_DEPRECATE;HAVE_MMX;HAVE_SSE;HAVE_SSE2;HAVE_SSE3"
|
||||
ExceptionHandling="0"
|
||||
RuntimeLibrary="0"
|
||||
BufferSecurityCheck="false"
|
||||
EnableFunctionLevelLinking="true"
|
||||
EnableEnhancedInstructionSet="0"
|
||||
FloatingPointModel="2"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
DebugInformationFormat="0"
|
||||
CompileAs="1"
|
||||
DisableSpecificWarnings="4244"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|x64"
|
||||
OutputDirectory="$(SolutionDir)\$(ConfigurationName)\$(PlatformName)\$(ProjectName)\bin"
|
||||
IntermediateDirectory="$(SolutionDir)\$(ConfigurationName)\$(PlatformName)\$(ProjectName)\obj"
|
||||
ConfigurationType="2"
|
||||
CharacterSet="2"
|
||||
WholeProgramOptimization="1"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TargetEnvironment="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="3"
|
||||
InlineFunctionExpansion="1"
|
||||
EnableIntrinsicFunctions="true"
|
||||
FavorSizeOrSpeed="1"
|
||||
AdditionalIncludeDirectories="./;../;../libaften;../libaften/x86/;../pcm/"
|
||||
PreprocessorDefinitions="EMULATE_INTTYPES;AFTEN_BUILD_LIBRARY;MAX_NUM_THREADS=32;HAVE_MM_MALLOC;HAVE_CPU_CAPS_DETECTION;HAVE_WINDOWS_THREADS;_CRT_SECURE_NO_DEPRECATE;HAVE_MMX;HAVE_SSE;HAVE_SSE2;HAVE_SSE3"
|
||||
ExceptionHandling="0"
|
||||
RuntimeLibrary="0"
|
||||
BufferSecurityCheck="false"
|
||||
EnableFunctionLevelLinking="true"
|
||||
EnableEnhancedInstructionSet="0"
|
||||
FloatingPointModel="2"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
DebugInformationFormat="0"
|
||||
CompileAs="1"
|
||||
DisableSpecificWarnings="4244"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<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="..\libaften\a52.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\libaften\a52enc.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\libaften\a52tab.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\libaften\bitalloc.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\libaften\bitio.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\libaften\convert.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\libaften\crc.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\libaften\dynrng.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\libaften\exponent.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\libaften\filter.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\libaften\mdct.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\libaften\util.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\libaften\window.c"
|
||||
>
|
||||
</File>
|
||||
<Filter
|
||||
Name="x86"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\libaften\x86\cpu_caps.c"
|
||||
>
|
||||
</File>
|
||||
<Filter
|
||||
Name="mmx"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\libaften\x86\exponent_mmx.c"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="USE_MMX"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Debug|x64"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="USE_MMX"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="USE_MMX"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|x64"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="USE_MMX"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="sse"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\libaften\x86\mdct_common_sse.c"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="USE_MMX;USE_SSE"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Debug|x64"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="USE_MMX;USE_SSE"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="USE_MMX;USE_SSE"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|x64"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="USE_MMX;USE_SSE"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\libaften\x86\mdct_sse.c"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="USE_MMX;USE_SSE"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Debug|x64"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="USE_MMX;USE_SSE"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="USE_MMX;USE_SSE"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|x64"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="USE_MMX;USE_SSE"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\libaften\x86\window_sse.c"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="USE_MMX;USE_SSE"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Debug|x64"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="USE_MMX;USE_SSE"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="USE_MMX;USE_SSE"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|x64"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="USE_MMX;USE_SSE"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="sse2"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\libaften\x86\exponent_sse2.c"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="USE_MMX;USE_SSE;USE_SSE2"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Debug|x64"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="USE_MMX;USE_SSE;USE_SSE2"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="USE_MMX;USE_SSE;USE_SSE2"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|x64"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="USE_MMX;USE_SSE;USE_SSE2"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="sse3"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\libaften\x86\mdct_sse3.c"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="USE_MMX;USE_SSE;USE_SSE2;USE_SSE3"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Debug|x64"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="USE_MMX;USE_SSE;USE_SSE2;USE_SSE3"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="USE_MMX;USE_SSE;USE_SSE2;USE_SSE3"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|x64"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="USE_MMX;USE_SSE;USE_SSE2;USE_SSE3"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
</Filter>
|
||||
</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>
|
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" encoding="windows-1250"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Intel C++ Project"
|
||||
Version="11.1"
|
||||
Name="aften"
|
||||
ProjectGUID="{ECFCD37F-7B89-482F-A256-1ECC4D4D90D4}"
|
||||
VCNestedProjectGUID="{101DE5FF-34F5-485D-9C3C-48444D8CB05A}"
|
||||
VCNestedProjectFileName="aften.vcproj">
|
||||
<Configurations/>
|
||||
<Files/>
|
||||
</VisualStudioProject>
|
|
@ -0,0 +1,55 @@
|
|||
|
||||
Microsoft Visual Studio Solution File, Format Version 10.00
|
||||
# Visual Studio 2008
|
||||
Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "aften", "aften.icproj", "{ECFCD37F-7B89-482F-A256-1ECC4D4D90D4}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
{5637F515-418B-45B6-93FE-F6BF700CEC3B} = {5637F515-418B-45B6-93FE-F6BF700CEC3B}
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "libaften", "libaften.icproj", "{5637F515-418B-45B6-93FE-F6BF700CEC3B}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Win32 = Debug|Win32
|
||||
Debug|x64 = Debug|x64
|
||||
Release|Win32 = Release|Win32
|
||||
Release|x64 = Release|x64
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{ECFCD37F-7B89-482F-A256-1ECC4D4D90D4}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{ECFCD37F-7B89-482F-A256-1ECC4D4D90D4}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{ECFCD37F-7B89-482F-A256-1ECC4D4D90D4}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{ECFCD37F-7B89-482F-A256-1ECC4D4D90D4}.Debug|x64.Build.0 = Debug|x64
|
||||
{ECFCD37F-7B89-482F-A256-1ECC4D4D90D4}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{ECFCD37F-7B89-482F-A256-1ECC4D4D90D4}.Release|Win32.Build.0 = Release|Win32
|
||||
{ECFCD37F-7B89-482F-A256-1ECC4D4D90D4}.Release|x64.ActiveCfg = Release|x64
|
||||
{ECFCD37F-7B89-482F-A256-1ECC4D4D90D4}.Release|x64.Build.0 = Release|x64
|
||||
{5637F515-418B-45B6-93FE-F6BF700CEC3B}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{5637F515-418B-45B6-93FE-F6BF700CEC3B}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{5637F515-418B-45B6-93FE-F6BF700CEC3B}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{5637F515-418B-45B6-93FE-F6BF700CEC3B}.Debug|x64.Build.0 = Debug|x64
|
||||
{5637F515-418B-45B6-93FE-F6BF700CEC3B}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{5637F515-418B-45B6-93FE-F6BF700CEC3B}.Release|Win32.Build.0 = Release|Win32
|
||||
{5637F515-418B-45B6-93FE-F6BF700CEC3B}.Release|x64.ActiveCfg = Release|x64
|
||||
{5637F515-418B-45B6-93FE-F6BF700CEC3B}.Release|x64.Build.0 = Release|x64
|
||||
{101DE5FF-34F5-485D-9C3C-48444D8CB05A}.Release|x64.Build.0 = Release|x64
|
||||
{101DE5FF-34F5-485D-9C3C-48444D8CB05A}.Release|x64.ActiveCfg = Release|x64
|
||||
{101DE5FF-34F5-485D-9C3C-48444D8CB05A}.Release|Win32.Build.0 = Release|Win32
|
||||
{101DE5FF-34F5-485D-9C3C-48444D8CB05A}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{101DE5FF-34F5-485D-9C3C-48444D8CB05A}.Debug|x64.Build.0 = Debug|x64
|
||||
{101DE5FF-34F5-485D-9C3C-48444D8CB05A}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{101DE5FF-34F5-485D-9C3C-48444D8CB05A}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{101DE5FF-34F5-485D-9C3C-48444D8CB05A}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{FCF10A43-3390-4E89-B416-F2BE52D0DCC8}.Release|x64.Build.0 = Release|x64
|
||||
{FCF10A43-3390-4E89-B416-F2BE52D0DCC8}.Release|x64.ActiveCfg = Release|x64
|
||||
{FCF10A43-3390-4E89-B416-F2BE52D0DCC8}.Release|Win32.Build.0 = Release|Win32
|
||||
{FCF10A43-3390-4E89-B416-F2BE52D0DCC8}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{FCF10A43-3390-4E89-B416-F2BE52D0DCC8}.Debug|x64.Build.0 = Debug|x64
|
||||
{FCF10A43-3390-4E89-B416-F2BE52D0DCC8}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{FCF10A43-3390-4E89-B416-F2BE52D0DCC8}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{FCF10A43-3390-4E89-B416-F2BE52D0DCC8}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
EndGlobal
|
|
@ -0,0 +1,417 @@
|
|||
<?xml version="1.0" encoding="windows-1250"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="9,00"
|
||||
Name="aften"
|
||||
ProjectGUID="{101DE5FF-34F5-485D-9C3C-48444D8CB05A}"
|
||||
RootNamespace="aften"
|
||||
Keyword="Win32Proj"
|
||||
TargetFrameworkVersion="196613"
|
||||
>
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Win32"
|
||||
/>
|
||||
<Platform
|
||||
Name="x64"
|
||||
/>
|
||||
</Platforms>
|
||||
<ToolFiles>
|
||||
</ToolFiles>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory="$(SolutionDir)\$(ConfigurationName)\$(PlatformName)\$(ProjectName)\bin"
|
||||
IntermediateDirectory="$(SolutionDir)\$(ConfigurationName)\$(PlatformName)\$(ProjectName)\obj"
|
||||
ConfigurationType="1"
|
||||
CharacterSet="2"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories="./;../;../libaften;../libaften/x86/;../pcm/"
|
||||
PreprocessorDefinitions="EMULATE_INTTYPES;AFTEN_BUILD_LIBRARY;MAX_NUM_THREADS=32;HAVE_MM_MALLOC;HAVE_CPU_CAPS_DETECTION;HAVE_WINDOWS_THREADS;_CRT_SECURE_NO_DEPRECATE;HAVE_MMX;HAVE_SSE;HAVE_SSE2;HAVE_SSE3"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="1"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
DebugInformationFormat="4"
|
||||
DisableSpecificWarnings="4244;4146;4742;4744"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="Debug\Win32\libaften\bin\libaften.lib"
|
||||
LinkIncremental="2"
|
||||
GenerateDebugInformation="true"
|
||||
SubSystem="1"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug|x64"
|
||||
OutputDirectory="$(SolutionDir)\$(ConfigurationName)\$(PlatformName)\$(ProjectName)\bin"
|
||||
IntermediateDirectory="$(SolutionDir)\$(ConfigurationName)\$(PlatformName)\$(ProjectName)\obj"
|
||||
ConfigurationType="1"
|
||||
CharacterSet="2"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TargetEnvironment="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories="./;../;../libaften;../libaften/x86/;../pcm/"
|
||||
PreprocessorDefinitions="EMULATE_INTTYPES;AFTEN_BUILD_LIBRARY;MAX_NUM_THREADS=32;HAVE_MM_MALLOC;HAVE_CPU_CAPS_DETECTION;HAVE_WINDOWS_THREADS;_CRT_SECURE_NO_DEPRECATE;HAVE_MMX;HAVE_SSE;HAVE_SSE2;HAVE_SSE3"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="1"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
DebugInformationFormat="3"
|
||||
DisableSpecificWarnings="4244;4146;4742;4744"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="Debug\x64\libaften\bin\libaften.lib"
|
||||
LinkIncremental="2"
|
||||
GenerateDebugInformation="true"
|
||||
SubSystem="1"
|
||||
TargetMachine="17"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory="$(SolutionDir)\$(ConfigurationName)\$(PlatformName)\$(ProjectName)\bin"
|
||||
IntermediateDirectory="$(SolutionDir)\$(ConfigurationName)\$(PlatformName)\$(ProjectName)\obj"
|
||||
ConfigurationType="1"
|
||||
CharacterSet="2"
|
||||
WholeProgramOptimization="1"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="3"
|
||||
InlineFunctionExpansion="1"
|
||||
EnableIntrinsicFunctions="true"
|
||||
FavorSizeOrSpeed="1"
|
||||
AdditionalIncludeDirectories="./;../;../libaften;../libaften/x86/;../pcm/"
|
||||
PreprocessorDefinitions="EMULATE_INTTYPES;AFTEN_BUILD_LIBRARY;MAX_NUM_THREADS=32;HAVE_MM_MALLOC;HAVE_CPU_CAPS_DETECTION;HAVE_WINDOWS_THREADS;_CRT_SECURE_NO_DEPRECATE;HAVE_MMX;HAVE_SSE;HAVE_SSE2;HAVE_SSE3"
|
||||
ExceptionHandling="0"
|
||||
RuntimeLibrary="0"
|
||||
BufferSecurityCheck="false"
|
||||
EnableFunctionLevelLinking="true"
|
||||
EnableEnhancedInstructionSet="0"
|
||||
FloatingPointModel="2"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
DebugInformationFormat="0"
|
||||
CompileAs="1"
|
||||
DisableSpecificWarnings="4244;4146;4742;4744"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="Release\Win32\libaften\bin\libaften.lib"
|
||||
LinkIncremental="1"
|
||||
GenerateDebugInformation="false"
|
||||
SubSystem="1"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|x64"
|
||||
OutputDirectory="$(SolutionDir)\$(ConfigurationName)\$(PlatformName)\$(ProjectName)\bin"
|
||||
IntermediateDirectory="$(SolutionDir)\$(ConfigurationName)\$(PlatformName)\$(ProjectName)\obj"
|
||||
ConfigurationType="1"
|
||||
CharacterSet="2"
|
||||
WholeProgramOptimization="1"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TargetEnvironment="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="3"
|
||||
InlineFunctionExpansion="1"
|
||||
EnableIntrinsicFunctions="true"
|
||||
FavorSizeOrSpeed="1"
|
||||
AdditionalIncludeDirectories="./;../;../libaften;../libaften/x86/;../pcm/"
|
||||
PreprocessorDefinitions="EMULATE_INTTYPES;AFTEN_BUILD_LIBRARY;MAX_NUM_THREADS=32;HAVE_MM_MALLOC;HAVE_CPU_CAPS_DETECTION;HAVE_WINDOWS_THREADS;_CRT_SECURE_NO_DEPRECATE;HAVE_MMX;HAVE_SSE;HAVE_SSE2;HAVE_SSE3"
|
||||
ExceptionHandling="0"
|
||||
RuntimeLibrary="0"
|
||||
BufferSecurityCheck="false"
|
||||
EnableFunctionLevelLinking="true"
|
||||
EnableEnhancedInstructionSet="0"
|
||||
FloatingPointModel="2"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
DebugInformationFormat="0"
|
||||
CompileAs="1"
|
||||
DisableSpecificWarnings="4244;4146;4742;4744"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="Release\x64\libaften\bin\libaften.lib"
|
||||
LinkIncremental="1"
|
||||
GenerateDebugInformation="false"
|
||||
SubSystem="1"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
TargetMachine="17"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<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="..\aften\aften.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\aften\opts.c"
|
||||
>
|
||||
</File>
|
||||
<Filter
|
||||
Name="pcm"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\pcm\aiff.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\pcm\byteio.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\pcm\caff.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\pcm\convert.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\pcm\formats.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\pcm\pcm.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\pcm\pcm_io.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\pcm\pcmfile.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\pcm\raw.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\pcm\wav.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>
|
|
@ -0,0 +1,28 @@
|
|||
<?xml version="1.0" encoding="windows-1250"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Intel C++ Project"
|
||||
Version="11.1"
|
||||
Name="libaften"
|
||||
ProjectGUID="{5637F515-418B-45B6-93FE-F6BF700CEC3B}"
|
||||
VCNestedProjectGUID="{FCF10A43-3390-4E89-B416-F2BE52D0DCC8}"
|
||||
VCNestedProjectFileName="libaften.vcproj">
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Release|Win32">
|
||||
<Tool
|
||||
Name="CppCmplrTool"
|
||||
GlobalOptimizations="true"
|
||||
OptimizeForWindowsApplication="true"
|
||||
FloatingPointSpeculation="0"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|x64">
|
||||
<Tool
|
||||
Name="CppCmplrTool"
|
||||
GlobalOptimizations="true"
|
||||
OptimizeForWindowsApplication="true"
|
||||
FloatingPointSpeculation="0"/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<Files/>
|
||||
</VisualStudioProject>
|
|
@ -0,0 +1,609 @@
|
|||
<?xml version="1.0" encoding="windows-1250"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="9,00"
|
||||
Name="libaften"
|
||||
ProjectGUID="{FCF10A43-3390-4E89-B416-F2BE52D0DCC8}"
|
||||
RootNamespace="libaften"
|
||||
Keyword="Win32Proj"
|
||||
TargetFrameworkVersion="196613"
|
||||
>
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Win32"
|
||||
/>
|
||||
<Platform
|
||||
Name="x64"
|
||||
/>
|
||||
</Platforms>
|
||||
<ToolFiles>
|
||||
</ToolFiles>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory="$(SolutionDir)\$(ConfigurationName)\$(PlatformName)\$(ProjectName)\bin"
|
||||
IntermediateDirectory="$(SolutionDir)\$(ConfigurationName)\$(PlatformName)\$(ProjectName)\obj"
|
||||
ConfigurationType="4"
|
||||
CharacterSet="2"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories="./;../;../libaften;../libaften/x86/;../pcm/"
|
||||
PreprocessorDefinitions="EMULATE_INTTYPES;AFTEN_BUILD_LIBRARY;MAX_NUM_THREADS=32;HAVE_MM_MALLOC;HAVE_CPU_CAPS_DETECTION;HAVE_WINDOWS_THREADS;_CRT_SECURE_NO_DEPRECATE;HAVE_MMX;HAVE_SSE;HAVE_SSE2;HAVE_SSE3"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="1"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
DebugInformationFormat="4"
|
||||
DisableSpecificWarnings="4244"
|
||||
/>
|
||||
<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="Debug|x64"
|
||||
OutputDirectory="$(SolutionDir)\$(ConfigurationName)\$(PlatformName)\$(ProjectName)\bin"
|
||||
IntermediateDirectory="$(SolutionDir)\$(ConfigurationName)\$(PlatformName)\$(ProjectName)\obj"
|
||||
ConfigurationType="4"
|
||||
CharacterSet="2"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TargetEnvironment="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories="./;../;../libaften;../libaften/x86/;../pcm/"
|
||||
PreprocessorDefinitions="EMULATE_INTTYPES;AFTEN_BUILD_LIBRARY;MAX_NUM_THREADS=32;HAVE_MM_MALLOC;HAVE_CPU_CAPS_DETECTION;HAVE_WINDOWS_THREADS;_CRT_SECURE_NO_DEPRECATE;HAVE_MMX;HAVE_SSE;HAVE_SSE2;HAVE_SSE3"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="1"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
DebugInformationFormat="3"
|
||||
DisableSpecificWarnings="4244"
|
||||
/>
|
||||
<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)\$(PlatformName)\$(ProjectName)\bin"
|
||||
IntermediateDirectory="$(SolutionDir)\$(ConfigurationName)\$(PlatformName)\$(ProjectName)\obj"
|
||||
ConfigurationType="4"
|
||||
CharacterSet="2"
|
||||
WholeProgramOptimization="1"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="3"
|
||||
InlineFunctionExpansion="1"
|
||||
EnableIntrinsicFunctions="true"
|
||||
FavorSizeOrSpeed="1"
|
||||
AdditionalIncludeDirectories="./;../;../libaften;../libaften/x86/;../pcm/"
|
||||
PreprocessorDefinitions="EMULATE_INTTYPES;AFTEN_BUILD_LIBRARY;MAX_NUM_THREADS=32;HAVE_MM_MALLOC;HAVE_CPU_CAPS_DETECTION;HAVE_WINDOWS_THREADS;_CRT_SECURE_NO_DEPRECATE;HAVE_MMX;HAVE_SSE;HAVE_SSE2;HAVE_SSE3"
|
||||
ExceptionHandling="0"
|
||||
RuntimeLibrary="0"
|
||||
BufferSecurityCheck="false"
|
||||
EnableFunctionLevelLinking="true"
|
||||
EnableEnhancedInstructionSet="0"
|
||||
FloatingPointModel="2"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
DebugInformationFormat="0"
|
||||
CompileAs="1"
|
||||
DisableSpecificWarnings="4244"
|
||||
/>
|
||||
<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|x64"
|
||||
OutputDirectory="$(SolutionDir)\$(ConfigurationName)\$(PlatformName)\$(ProjectName)\bin"
|
||||
IntermediateDirectory="$(SolutionDir)\$(ConfigurationName)\$(PlatformName)\$(ProjectName)\obj"
|
||||
ConfigurationType="4"
|
||||
CharacterSet="2"
|
||||
WholeProgramOptimization="1"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TargetEnvironment="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="3"
|
||||
InlineFunctionExpansion="1"
|
||||
EnableIntrinsicFunctions="true"
|
||||
FavorSizeOrSpeed="1"
|
||||
AdditionalIncludeDirectories="./;../;../libaften;../libaften/x86/;../pcm/"
|
||||
PreprocessorDefinitions="EMULATE_INTTYPES;AFTEN_BUILD_LIBRARY;MAX_NUM_THREADS=32;HAVE_MM_MALLOC;HAVE_CPU_CAPS_DETECTION;HAVE_WINDOWS_THREADS;_CRT_SECURE_NO_DEPRECATE;HAVE_MMX;HAVE_SSE;HAVE_SSE2;HAVE_SSE3"
|
||||
ExceptionHandling="0"
|
||||
RuntimeLibrary="0"
|
||||
BufferSecurityCheck="false"
|
||||
EnableFunctionLevelLinking="true"
|
||||
EnableEnhancedInstructionSet="0"
|
||||
FloatingPointModel="2"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
DebugInformationFormat="0"
|
||||
CompileAs="1"
|
||||
DisableSpecificWarnings="4244"
|
||||
/>
|
||||
<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="..\libaften\a52.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\libaften\a52enc.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\libaften\a52tab.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\libaften\bitalloc.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\libaften\bitio.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\libaften\convert.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\libaften\crc.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\libaften\dynrng.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\libaften\exponent.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\libaften\filter.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\libaften\mdct.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\libaften\util.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\libaften\window.c"
|
||||
>
|
||||
</File>
|
||||
<Filter
|
||||
Name="x86"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\libaften\x86\cpu_caps.c"
|
||||
>
|
||||
</File>
|
||||
<Filter
|
||||
Name="mmx"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\libaften\x86\exponent_mmx.c"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="USE_MMX"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Debug|x64"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="USE_MMX"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="USE_MMX"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|x64"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="USE_MMX"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="sse"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\libaften\x86\mdct_common_sse.c"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="USE_MMX;USE_SSE"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Debug|x64"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="USE_MMX;USE_SSE"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="USE_MMX;USE_SSE"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|x64"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="USE_MMX;USE_SSE"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\libaften\x86\mdct_sse.c"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="USE_MMX;USE_SSE"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Debug|x64"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="USE_MMX;USE_SSE"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="USE_MMX;USE_SSE"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|x64"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="USE_MMX;USE_SSE"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\libaften\x86\window_sse.c"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="USE_MMX;USE_SSE"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Debug|x64"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="USE_MMX;USE_SSE"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="USE_MMX;USE_SSE"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|x64"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="USE_MMX;USE_SSE"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="sse2"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\libaften\x86\exponent_sse2.c"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="USE_MMX;USE_SSE;USE_SSE2"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Debug|x64"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="USE_MMX;USE_SSE;USE_SSE2"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="USE_MMX;USE_SSE;USE_SSE2"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|x64"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="USE_MMX;USE_SSE;USE_SSE2"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="sse3"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\libaften\x86\mdct_sse3.c"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="USE_MMX;USE_SSE;USE_SSE2;USE_SSE3"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Debug|x64"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="USE_MMX;USE_SSE;USE_SSE2;USE_SSE3"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="USE_MMX;USE_SSE;USE_SSE2;USE_SSE3"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|x64"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="USE_MMX;USE_SSE;USE_SSE2;USE_SSE3"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
</Filter>
|
||||
</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>
|
Загрузка…
Ссылка в новой задаче