2012-05-30 12:26:39 +00:00
|
|
|
|
<?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>
|
2013-04-05 11:55:58 +00:00
|
|
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
2012-05-30 12:26:39 +00:00
|
|
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
2013-04-05 11:55:58 +00:00
|
|
|
|
<ProjectConfiguration Include="Release|x64">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
2012-05-30 12:26:39 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
<ProjectGuid>{EEA3BDD1-8A08-41C1-BA57-E05D5C2CD8FF}</ProjectGuid>
|
|
|
|
|
<Keyword>Win32Proj</Keyword>
|
|
|
|
|
<RootNamespace>HEVC_encoder</RootNamespace>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
2013-04-05 11:55:58 +00:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
2012-05-30 12:26:39 +00:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
2013-04-05 11:55:58 +00:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
2012-05-30 12:26:39 +00:00
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
|
|
<ImportGroup Label="ExtensionSettings">
|
2013-04-10 13:55:31 +00:00
|
|
|
|
<Import Project="..\..\..\..\..\yasm\vsyasm.props" />
|
2012-05-30 12:26:39 +00:00
|
|
|
|
</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>
|
2013-04-05 11:55:58 +00:00
|
|
|
|
<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>
|
2012-05-30 12:26:39 +00:00
|
|
|
|
<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>
|
2013-04-05 11:55:58 +00:00
|
|
|
|
<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>
|
2012-05-30 12:26:39 +00:00
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<LinkIncremental>true</LinkIncremental>
|
|
|
|
|
<OutDir>$(SolutionDir)..\bin\$(Configuration)\</OutDir>
|
|
|
|
|
</PropertyGroup>
|
2013-04-05 11:55:58 +00:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
|
<LinkIncremental>true</LinkIncremental>
|
|
|
|
|
<OutDir>$(SolutionDir)..\bin\$(Configuration)\</OutDir>
|
|
|
|
|
</PropertyGroup>
|
2012-05-30 12:26:39 +00:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<LinkIncremental>false</LinkIncremental>
|
|
|
|
|
<OutDir>$(SolutionDir)..\bin\$(Configuration)\</OutDir>
|
|
|
|
|
</PropertyGroup>
|
2013-04-05 11:55:58 +00:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
|
<LinkIncremental>false</LinkIncremental>
|
|
|
|
|
<OutDir>$(SolutionDir)..\bin\$(Configuration)\</OutDir>
|
|
|
|
|
</PropertyGroup>
|
2012-05-30 12:26:39 +00:00
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<PrecompiledHeader>
|
|
|
|
|
</PrecompiledHeader>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2012-05-30 12:37:42 +00:00
|
|
|
|
<CompileAs>CompileAsC</CompileAs>
|
2012-05-30 12:26:39 +00:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
2012-06-06 08:59:02 +00:00
|
|
|
|
<AdditionalDependencies>Ws2_32.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
2012-05-30 12:26:39 +00:00
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
2013-04-05 11:55:58 +00:00
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<PrecompiledHeader>
|
|
|
|
|
</PrecompiledHeader>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<Optimization>Disabled</Optimization>
|
2013-04-10 13:55:31 +00:00
|
|
|
|
<PreprocessorDefinitions>WIN32;X64;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2013-04-05 11:55:58 +00:00
|
|
|
|
<CompileAs>CompileAsC</CompileAs>
|
2013-04-17 14:08:52 +00:00
|
|
|
|
<AssemblerOutput>AssemblyAndSourceCode</AssemblerOutput>
|
2013-04-05 11:55:58 +00:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<AdditionalDependencies>Ws2_32.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
2012-05-30 12:26:39 +00:00
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<PrecompiledHeader>
|
|
|
|
|
</PrecompiledHeader>
|
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2012-05-30 12:37:42 +00:00
|
|
|
|
<CompileAs>CompileAsC</CompileAs>
|
2013-04-05 11:55:58 +00:00
|
|
|
|
<EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
|
|
|
|
|
<InlineFunctionExpansion>Default</InlineFunctionExpansion>
|
|
|
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
|
|
|
|
<AdditionalOptions>/MP %(AdditionalOptions)</AdditionalOptions>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
|
<AdditionalDependencies>Ws2_32.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<PrecompiledHeader>
|
|
|
|
|
</PrecompiledHeader>
|
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
2013-04-16 08:23:03 +00:00
|
|
|
|
<PreprocessorDefinitions>X64;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2013-04-05 11:55:58 +00:00
|
|
|
|
<CompileAs>CompileAsC</CompileAs>
|
2013-03-07 15:42:00 +00:00
|
|
|
|
<EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
|
2013-03-21 15:12:55 +00:00
|
|
|
|
<InlineFunctionExpansion>Default</InlineFunctionExpansion>
|
|
|
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
|
|
|
|
<AdditionalOptions>/MP %(AdditionalOptions)</AdditionalOptions>
|
2013-04-10 13:55:31 +00:00
|
|
|
|
<FloatingPointModel>Fast</FloatingPointModel>
|
2012-05-30 12:26:39 +00:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
2012-06-12 14:35:45 +00:00
|
|
|
|
<AdditionalDependencies>Ws2_32.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
2012-05-30 12:26:39 +00:00
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemGroup>
|
2012-05-30 12:37:42 +00:00
|
|
|
|
<ClCompile Include="..\..\src\bitstream.c" />
|
2012-06-04 08:53:48 +00:00
|
|
|
|
<ClCompile Include="..\..\src\cabac.c" />
|
2012-05-30 12:26:39 +00:00
|
|
|
|
<ClCompile Include="..\..\src\config.c" />
|
2012-08-15 10:22:31 +00:00
|
|
|
|
<ClCompile Include="..\..\src\context.c" />
|
2012-05-30 12:26:39 +00:00
|
|
|
|
<ClCompile Include="..\..\src\encmain.c" />
|
2012-06-04 08:53:48 +00:00
|
|
|
|
<ClCompile Include="..\..\src\encoder.c" />
|
2013-04-03 08:05:07 +00:00
|
|
|
|
<ClCompile Include="..\..\src\filter.c" />
|
2013-04-24 13:49:47 +00:00
|
|
|
|
<ClCompile Include="..\..\src\inter.c" />
|
2012-06-11 15:43:29 +00:00
|
|
|
|
<ClCompile Include="..\..\src\intra.c" />
|
2012-06-05 12:38:54 +00:00
|
|
|
|
<ClCompile Include="..\..\src\nal.c" />
|
2012-06-05 11:01:47 +00:00
|
|
|
|
<ClCompile Include="..\..\src\picture.c" />
|
2013-04-16 08:23:03 +00:00
|
|
|
|
<ClCompile Include="..\..\src\search.c" />
|
2012-06-11 15:43:29 +00:00
|
|
|
|
<ClCompile Include="..\..\src\transform.c" />
|
2012-05-30 12:26:39 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2012-05-30 12:37:42 +00:00
|
|
|
|
<ClInclude Include="..\..\src\bitstream.h" />
|
2012-06-04 08:53:48 +00:00
|
|
|
|
<ClInclude Include="..\..\src\cabac.h" />
|
2012-05-30 12:26:39 +00:00
|
|
|
|
<ClInclude Include="..\..\src\config.h" />
|
2012-08-15 10:22:31 +00:00
|
|
|
|
<ClInclude Include="..\..\src\context.h" />
|
2012-06-04 08:53:48 +00:00
|
|
|
|
<ClInclude Include="..\..\src\encoder.h" />
|
2013-04-03 08:05:07 +00:00
|
|
|
|
<ClInclude Include="..\..\src\filter.h" />
|
2012-05-30 12:26:39 +00:00
|
|
|
|
<ClInclude Include="..\..\src\global.h" />
|
2013-04-24 13:49:47 +00:00
|
|
|
|
<ClInclude Include="..\..\src\inter.h" />
|
2012-06-11 15:43:29 +00:00
|
|
|
|
<ClInclude Include="..\..\src\intra.h" />
|
2012-06-05 12:38:54 +00:00
|
|
|
|
<ClInclude Include="..\..\src\nal.h" />
|
2012-06-05 11:01:47 +00:00
|
|
|
|
<ClInclude Include="..\..\src\picture.h" />
|
2013-04-16 08:23:03 +00:00
|
|
|
|
<ClInclude Include="..\..\src\search.h" />
|
2012-06-11 15:43:29 +00:00
|
|
|
|
<ClInclude Include="..\..\src\transform.h" />
|
2013-04-10 13:55:31 +00:00
|
|
|
|
<ClInclude Include="..\..\src\x64\test64.h" />
|
|
|
|
|
<ClInclude Include="..\..\src\x86\test.h" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<YASM Include="..\..\src\x64\test64.asm" />
|
|
|
|
|
<YASM Include="..\..\src\x86\test.asm" />
|
2012-05-30 12:26:39 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
2013-04-10 13:55:31 +00:00
|
|
|
|
<Import Project="..\..\..\..\..\yasm\vsyasm.targets" />
|
2012-05-30 12:26:39 +00:00
|
|
|
|
</ImportGroup>
|
|
|
|
|
</Project>
|