| Index: win32/VS2010/silk_common.vcxproj
|
| diff --git a/win32/VS2010/silk_common.vcxproj b/win32/VS2010/silk_common.vcxproj
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..9cf5f48784a0e343024a3dad7c1da8b7245b04c2
|
| --- /dev/null
|
| +++ b/win32/VS2010/silk_common.vcxproj
|
| @@ -0,0 +1,318 @@
|
| +<?xml version="1.0" encoding="utf-8"?>
|
| +<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
| + <ItemGroup Label="ProjectConfigurations">
|
| + <ProjectConfiguration Include="Debug|Win32">
|
| + <Configuration>Debug</Configuration>
|
| + <Platform>Win32</Platform>
|
| + </ProjectConfiguration>
|
| + <ProjectConfiguration Include="Debug|x64">
|
| + <Configuration>Debug</Configuration>
|
| + <Platform>x64</Platform>
|
| + </ProjectConfiguration>
|
| + <ProjectConfiguration Include="Release|Win32">
|
| + <Configuration>Release</Configuration>
|
| + <Platform>Win32</Platform>
|
| + </ProjectConfiguration>
|
| + <ProjectConfiguration Include="Release|x64">
|
| + <Configuration>Release</Configuration>
|
| + <Platform>x64</Platform>
|
| + </ProjectConfiguration>
|
| + </ItemGroup>
|
| + <PropertyGroup Label="Globals">
|
| + <ProjectGuid>{C303D2FC-FF97-49B8-9DDD-467B4C9A0B16}</ProjectGuid>
|
| + <Keyword>Win32Proj</Keyword>
|
| + <RootNamespace>src_common</RootNamespace>
|
| + <ProjectName>silk_common</ProjectName>
|
| + </PropertyGroup>
|
| + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
| + <ConfigurationType>StaticLibrary</ConfigurationType>
|
| + <UseDebugLibraries>true</UseDebugLibraries>
|
| + <CharacterSet>Unicode</CharacterSet>
|
| + </PropertyGroup>
|
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
| + <ConfigurationType>StaticLibrary</ConfigurationType>
|
| + <UseDebugLibraries>true</UseDebugLibraries>
|
| + <CharacterSet>Unicode</CharacterSet>
|
| + </PropertyGroup>
|
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
| + <ConfigurationType>StaticLibrary</ConfigurationType>
|
| + <UseDebugLibraries>false</UseDebugLibraries>
|
| + <WholeProgramOptimization>true</WholeProgramOptimization>
|
| + <CharacterSet>Unicode</CharacterSet>
|
| + </PropertyGroup>
|
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
| + <ConfigurationType>StaticLibrary</ConfigurationType>
|
| + <UseDebugLibraries>false</UseDebugLibraries>
|
| + <WholeProgramOptimization>true</WholeProgramOptimization>
|
| + <CharacterSet>Unicode</CharacterSet>
|
| + </PropertyGroup>
|
| + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
| + <ImportGroup Label="ExtensionSettings">
|
| + </ImportGroup>
|
| + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
| + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| + </ImportGroup>
|
| + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
|
| + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| + </ImportGroup>
|
| + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
| + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| + </ImportGroup>
|
| + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
| + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| + </ImportGroup>
|
| + <PropertyGroup Label="UserMacros" />
|
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
| + <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
|
| + <OutDir>$(Platform)\$(Configuration)\</OutDir>
|
| + </PropertyGroup>
|
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
| + <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
|
| + <OutDir>$(Platform)\$(Configuration)\</OutDir>
|
| + </PropertyGroup>
|
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
| + <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
|
| + <OutDir>$(Platform)\$(Configuration)\</OutDir>
|
| + </PropertyGroup>
|
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
| + <CustomBuildBeforeTargets>
|
| + </CustomBuildBeforeTargets>
|
| + <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
|
| + <OutDir>$(Platform)\$(Configuration)\</OutDir>
|
| + </PropertyGroup>
|
| + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
| + <ClCompile>
|
| + <PrecompiledHeader>
|
| + </PrecompiledHeader>
|
| + <WarningLevel>Level3</WarningLevel>
|
| + <Optimization>Disabled</Optimization>
|
| + <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
| + <AdditionalIncludeDirectories>../../silk/fixed;../../silk/float;../../win32;../../celt;../../include</AdditionalIncludeDirectories>
|
| + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
| + </ClCompile>
|
| + <Link>
|
| + <SubSystem>Windows</SubSystem>
|
| + <GenerateDebugInformation>true</GenerateDebugInformation>
|
| + </Link>
|
| + <Lib>
|
| + <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
|
| + </Lib>
|
| + <PreBuildEvent>
|
| + <Command>"$(ProjectDir)..\..\win32\genversion.bat" "$(ProjectDir)..\..\win32\version.h" PACKAGE_VERSION</Command>
|
| + <Message>Generating version.h</Message>
|
| + </PreBuildEvent>
|
| + <CustomBuildStep>
|
| + <Command>
|
| + </Command>
|
| + </CustomBuildStep>
|
| + <CustomBuildStep>
|
| + <Outputs>
|
| + </Outputs>
|
| + </CustomBuildStep>
|
| + </ItemDefinitionGroup>
|
| + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
| + <ClCompile>
|
| + <PrecompiledHeader>
|
| + </PrecompiledHeader>
|
| + <WarningLevel>Level3</WarningLevel>
|
| + <Optimization>Disabled</Optimization>
|
| + <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;WIN64;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
| + <AdditionalIncludeDirectories>../../silk/fixed;../../silk/float;../../win32;../../celt;../../include</AdditionalIncludeDirectories>
|
| + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
| + </ClCompile>
|
| + <Link>
|
| + <SubSystem>Windows</SubSystem>
|
| + <GenerateDebugInformation>true</GenerateDebugInformation>
|
| + </Link>
|
| + <Lib>
|
| + <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
|
| + </Lib>
|
| + <PreBuildEvent>
|
| + <Command>"$(ProjectDir)..\..\win32\genversion.bat" "$(ProjectDir)..\..\win32\version.h" PACKAGE_VERSION</Command>
|
| + <Message>Generating version.h</Message>
|
| + </PreBuildEvent>
|
| + <CustomBuildStep>
|
| + <Command>
|
| + </Command>
|
| + </CustomBuildStep>
|
| + <CustomBuildStep>
|
| + <Outputs>
|
| + </Outputs>
|
| + </CustomBuildStep>
|
| + </ItemDefinitionGroup>
|
| + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
| + <ClCompile>
|
| + <WarningLevel>Level3</WarningLevel>
|
| + <PrecompiledHeader>
|
| + </PrecompiledHeader>
|
| + <FunctionLevelLinking>true</FunctionLevelLinking>
|
| + <IntrinsicFunctions>true</IntrinsicFunctions>
|
| + <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
| + <AdditionalIncludeDirectories>../../silk/fixed;../../silk/float;../../win32;../../celt;../../include</AdditionalIncludeDirectories>
|
| + <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
| + <FloatingPointModel>Fast</FloatingPointModel>
|
| + </ClCompile>
|
| + <Link>
|
| + <SubSystem>Windows</SubSystem>
|
| + <GenerateDebugInformation>true</GenerateDebugInformation>
|
| + <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
| + <OptimizeReferences>true</OptimizeReferences>
|
| + </Link>
|
| + <Lib>
|
| + <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
|
| + </Lib>
|
| + <PreBuildEvent>
|
| + <Command>"$(ProjectDir)..\..\win32\genversion.bat" "$(ProjectDir)..\..\win32\version.h" PACKAGE_VERSION</Command>
|
| + <Message>Generating version.h</Message>
|
| + </PreBuildEvent>
|
| + <CustomBuildStep>
|
| + <Command>
|
| + </Command>
|
| + </CustomBuildStep>
|
| + <CustomBuildStep>
|
| + <Outputs>
|
| + </Outputs>
|
| + </CustomBuildStep>
|
| + </ItemDefinitionGroup>
|
| + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
| + <ClCompile>
|
| + <WarningLevel>Level3</WarningLevel>
|
| + <PrecompiledHeader>
|
| + </PrecompiledHeader>
|
| + <Optimization>MaxSpeed</Optimization>
|
| + <FunctionLevelLinking>true</FunctionLevelLinking>
|
| + <IntrinsicFunctions>true</IntrinsicFunctions>
|
| + <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;WIN64;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
| + <AdditionalIncludeDirectories>../../silk/fixed;../../silk/float;../../win32;../../celt;../../include</AdditionalIncludeDirectories>
|
| + <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
| + <FloatingPointModel>Fast</FloatingPointModel>
|
| + </ClCompile>
|
| + <Link>
|
| + <SubSystem>Windows</SubSystem>
|
| + <GenerateDebugInformation>true</GenerateDebugInformation>
|
| + <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
| + <OptimizeReferences>true</OptimizeReferences>
|
| + </Link>
|
| + <Lib>
|
| + <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
|
| + </Lib>
|
| + <PreBuildEvent>
|
| + <Command>"$(ProjectDir)..\..\win32\genversion.bat" "$(ProjectDir)..\..\win32\version.h" PACKAGE_VERSION</Command>
|
| + <Message>Generating version.h</Message>
|
| + </PreBuildEvent>
|
| + <CustomBuildStep>
|
| + <Command>
|
| + </Command>
|
| + </CustomBuildStep>
|
| + <CustomBuildStep>
|
| + <Outputs>
|
| + </Outputs>
|
| + </CustomBuildStep>
|
| + </ItemDefinitionGroup>
|
| + <ItemGroup>
|
| + <ClInclude Include="..\..\include\opus_types.h" />
|
| + <ClInclude Include="..\..\win32\config.h" />
|
| + <ClInclude Include="..\..\silk\control.h" />
|
| + <ClInclude Include="..\..\silk\debug.h" />
|
| + <ClInclude Include="..\..\silk\define.h" />
|
| + <ClInclude Include="..\..\silk\errors.h" />
|
| + <ClInclude Include="..\..\silk\Inlines.h" />
|
| + <ClInclude Include="..\..\silk\MacroCount.h" />
|
| + <ClInclude Include="..\..\silk\MacroDebug.h" />
|
| + <ClInclude Include="..\..\silk\macros.h" />
|
| + <ClInclude Include="..\..\silk\main.h" />
|
| + <ClInclude Include="..\..\silk\pitch_est_defines.h" />
|
| + <ClInclude Include="..\..\silk\PLC.h" />
|
| + <ClInclude Include="..\..\silk\resampler_private.h" />
|
| + <ClInclude Include="..\..\silk\resampler_rom.h" />
|
| + <ClInclude Include="..\..\silk\resampler_structs.h" />
|
| + <ClInclude Include="..\..\silk\API.h" />
|
| + <ClInclude Include="..\..\silk\SigProc_FIX.h" />
|
| + <ClInclude Include="..\..\silk\structs.h" />
|
| + <ClInclude Include="..\..\silk\tables.h" />
|
| + <ClInclude Include="..\..\silk\tuning_parameters.h" />
|
| + <ClInclude Include="..\..\silk\typedef.h" />
|
| + </ItemGroup>
|
| + <ItemGroup>
|
| + <ClCompile Include="..\..\silk\A2NLSF.c" />
|
| + <ClCompile Include="..\..\silk\ana_filt_bank_1.c" />
|
| + <ClCompile Include="..\..\silk\biquad_alt.c" />
|
| + <ClCompile Include="..\..\silk\bwexpander.c" />
|
| + <ClCompile Include="..\..\silk\bwexpander_32.c" />
|
| + <ClCompile Include="..\..\silk\check_control_input.c" />
|
| + <ClCompile Include="..\..\silk\CNG.c" />
|
| + <ClCompile Include="..\..\silk\code_signs.c" />
|
| + <ClCompile Include="..\..\silk\control_audio_bandwidth.c" />
|
| + <ClCompile Include="..\..\silk\control_codec.c" />
|
| + <ClCompile Include="..\..\silk\control_SNR.c" />
|
| + <ClCompile Include="..\..\silk\debug.c" />
|
| + <ClCompile Include="..\..\silk\decoder_set_fs.c" />
|
| + <ClCompile Include="..\..\silk\decode_core.c" />
|
| + <ClCompile Include="..\..\silk\decode_frame.c" />
|
| + <ClCompile Include="..\..\silk\decode_indices.c" />
|
| + <ClCompile Include="..\..\silk\decode_parameters.c" />
|
| + <ClCompile Include="..\..\silk\decode_pitch.c" />
|
| + <ClCompile Include="..\..\silk\decode_pulses.c" />
|
| + <ClCompile Include="..\..\silk\dec_API.c" />
|
| + <ClCompile Include="..\..\silk\encode_indices.c" />
|
| + <ClCompile Include="..\..\silk\encode_pulses.c" />
|
| + <ClCompile Include="..\..\silk\enc_API.c" />
|
| + <ClCompile Include="..\..\silk\gain_quant.c" />
|
| + <ClCompile Include="..\..\silk\HP_variable_cutoff.c" />
|
| + <ClCompile Include="..\..\silk\init_decoder.c" />
|
| + <ClCompile Include="..\..\silk\init_encoder.c" />
|
| + <ClCompile Include="..\..\silk\inner_prod_aligned.c" />
|
| + <ClCompile Include="..\..\silk\interpolate.c" />
|
| + <ClCompile Include="..\..\silk\lin2log.c" />
|
| + <ClCompile Include="..\..\silk\log2lin.c" />
|
| + <ClCompile Include="..\..\silk\LPC_analysis_filter.c" />
|
| + <ClCompile Include="..\..\silk\LPC_inv_pred_gain.c" />
|
| + <ClCompile Include="..\..\silk\LP_variable_cutoff.c" />
|
| + <ClCompile Include="..\..\silk\NLSF2A.c" />
|
| + <ClCompile Include="..\..\silk\NLSF_decode.c" />
|
| + <ClCompile Include="..\..\silk\NLSF_del_dec_quant.c" />
|
| + <ClCompile Include="..\..\silk\NLSF_encode.c" />
|
| + <ClCompile Include="..\..\silk\NLSF_stabilize.c" />
|
| + <ClCompile Include="..\..\silk\NLSF_unpack.c" />
|
| + <ClCompile Include="..\..\silk\NLSF_VQ.c" />
|
| + <ClCompile Include="..\..\silk\NLSF_VQ_weights_laroia.c" />
|
| + <ClCompile Include="..\..\silk\NSQ.c" />
|
| + <ClCompile Include="..\..\silk\NSQ_del_dec.c" />
|
| + <ClCompile Include="..\..\silk\pitch_est_tables.c" />
|
| + <ClCompile Include="..\..\silk\PLC.c" />
|
| + <ClCompile Include="..\..\silk\process_NLSFs.c" />
|
| + <ClCompile Include="..\..\silk\quant_LTP_gains.c" />
|
| + <ClCompile Include="..\..\silk\resampler.c" />
|
| + <ClCompile Include="..\..\silk\resampler_down2.c" />
|
| + <ClCompile Include="..\..\silk\resampler_down2_3.c" />
|
| + <ClCompile Include="..\..\silk\resampler_private_AR2.c" />
|
| + <ClCompile Include="..\..\silk\resampler_private_down_FIR.c" />
|
| + <ClCompile Include="..\..\silk\resampler_private_IIR_FIR.c" />
|
| + <ClCompile Include="..\..\silk\resampler_private_up2_HQ.c" />
|
| + <ClCompile Include="..\..\silk\resampler_rom.c" />
|
| + <ClCompile Include="..\..\silk\shell_coder.c" />
|
| + <ClCompile Include="..\..\silk\sigm_Q15.c" />
|
| + <ClCompile Include="..\..\silk\sort.c" />
|
| + <ClCompile Include="..\..\silk\stereo_decode_pred.c" />
|
| + <ClCompile Include="..\..\silk\stereo_encode_pred.c" />
|
| + <ClCompile Include="..\..\silk\stereo_find_predictor.c" />
|
| + <ClCompile Include="..\..\silk\stereo_LR_to_MS.c" />
|
| + <ClCompile Include="..\..\silk\stereo_MS_to_LR.c" />
|
| + <ClCompile Include="..\..\silk\stereo_quant_pred.c" />
|
| + <ClCompile Include="..\..\silk\sum_sqr_shift.c" />
|
| + <ClCompile Include="..\..\silk\tables_gain.c" />
|
| + <ClCompile Include="..\..\silk\tables_LTP.c" />
|
| + <ClCompile Include="..\..\silk\tables_NLSF_CB_NB_MB.c" />
|
| + <ClCompile Include="..\..\silk\tables_NLSF_CB_WB.c" />
|
| + <ClCompile Include="..\..\silk\tables_other.c" />
|
| + <ClCompile Include="..\..\silk\tables_pitch_lag.c" />
|
| + <ClCompile Include="..\..\silk\tables_pulses_per_block.c" />
|
| + <ClCompile Include="..\..\silk\table_LSF_cos.c" />
|
| + <ClCompile Include="..\..\silk\VAD.c" />
|
| + <ClCompile Include="..\..\silk\VQ_WMat_EC.c" />
|
| + </ItemGroup>
|
| + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
| + <ImportGroup Label="ExtensionTargets">
|
| + </ImportGroup>
|
| +</Project>
|
|
|