This commit is contained in:
2026-04-22 16:52:40 +10:00
parent fc47a42c6a
commit a0d5c81814
217 changed files with 139100 additions and 10 deletions

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="17.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<CustomBuild Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\CMakeLists.txt" />
</ItemGroup>
<ItemGroup>
</ItemGroup>
</Project>

View File

@@ -0,0 +1,71 @@
# This file will be configured to contain variables for CPack. These variables
# should be set in the CMake list file of the project before CPack module is
# included. The list of available CPACK_xxx variables and their associated
# documentation may be obtained using
# cpack --help-variable-list
#
# Some variables are common to all generators (e.g. CPACK_PACKAGE_NAME)
# and some are specific to a generator
# (e.g. CPACK_NSIS_EXTRA_INSTALL_COMMANDS). The generator specific variables
# usually begin with CPACK_<GENNAME>_xxxx.
set(CPACK_ARCHIVE_GID "-1")
set(CPACK_ARCHIVE_UID "-1")
set(CPACK_BUILD_SOURCE_DIRS "C:/Projects/CLionProjects/ANSCORE/3rdparty/libyuv;C:/Projects/CLionProjects/ANSCORE/3rdparty/libyuv/build-clangcl")
set(CPACK_CMAKE_GENERATOR "Visual Studio 17 2022")
set(CPACK_COMPONENT_UNSPECIFIED_HIDDEN "TRUE")
set(CPACK_COMPONENT_UNSPECIFIED_REQUIRED "TRUE")
set(CPACK_DEBIAN_PACKAGE_MAINTAINER "Frank Barchard <fbarchard@chromium.org>")
set(CPACK_DEBIAN_PACKAGE_PRIORITY "optional")
set(CPACK_DEBIAN_PACKAGE_SECTION "other")
set(CPACK_DEFAULT_PACKAGE_DESCRIPTION_FILE "C:/Program Files/CMake/share/cmake-4.3/Templates/CPack.GenericDescription.txt")
set(CPACK_DEFAULT_PACKAGE_DESCRIPTION_SUMMARY "YUV built using CMake")
set(CPACK_DMG_SLA_USE_RESOURCE_FILE_LICENSE "ON")
set(CPACK_GENERATOR "DEB;RPM")
set(CPACK_INNOSETUP_ARCHITECTURE "x64")
set(CPACK_INSTALL_CMAKE_PROJECTS "C:/Projects/CLionProjects/ANSCORE/3rdparty/libyuv/build-clangcl;YUV;ALL;/")
set(CPACK_INSTALL_PREFIX "C:/Program Files/YUV")
set(CPACK_MODULE_PATH "")
set(CPACK_NSIS_DISPLAY_NAME "libyuv 0.0.")
set(CPACK_NSIS_INSTALLER_ICON_CODE "")
set(CPACK_NSIS_INSTALLER_MUI_ICON_CODE "")
set(CPACK_NSIS_INSTALL_ROOT "$PROGRAMFILES64")
set(CPACK_NSIS_PACKAGE_NAME "libyuv 0.0.")
set(CPACK_NSIS_UNINSTALL_NAME "Uninstall")
set(CPACK_OUTPUT_CONFIG_FILE "C:/Projects/CLionProjects/ANSCORE/3rdparty/libyuv/build-clangcl/CPackConfig.cmake")
set(CPACK_PACKAGE_CONTACT "fbarchard@chromium.org")
set(CPACK_PACKAGE_DEFAULT_LOCATION "/")
set(CPACK_PACKAGE_DESCRIPTION "YUV library and YUV conversion tool")
set(CPACK_PACKAGE_DESCRIPTION_FILE "C:/Program Files/CMake/share/cmake-4.3/Templates/CPack.GenericDescription.txt")
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "YUV library")
set(CPACK_PACKAGE_FILE_NAME "libyuv-0.0.-linux-amd-64")
set(CPACK_PACKAGE_INSTALL_DIRECTORY "libyuv 0.0.")
set(CPACK_PACKAGE_INSTALL_REGISTRY_KEY "libyuv 0.0.")
set(CPACK_PACKAGE_NAME "libyuv")
set(CPACK_PACKAGE_RELOCATABLE "true")
set(CPACK_PACKAGE_VENDOR "Frank Barchard")
set(CPACK_PACKAGE_VERSION "0.0.")
set(CPACK_PACKAGE_VERSION_MAJOR "0")
set(CPACK_PACKAGE_VERSION_MINOR "0")
set(CPACK_PACKAGE_VERSION_PATCH "1")
set(CPACK_RESOURCE_FILE_LICENSE "C:/Projects/CLionProjects/ANSCORE/3rdparty/libyuv/LICENSE")
set(CPACK_RESOURCE_FILE_README "C:/Program Files/CMake/share/cmake-4.3/Templates/CPack.GenericDescription.txt")
set(CPACK_RESOURCE_FILE_WELCOME "C:/Program Files/CMake/share/cmake-4.3/Templates/CPack.GenericWelcome.txt")
set(CPACK_SET_DESTDIR "OFF")
set(CPACK_SOURCE_7Z "ON")
set(CPACK_SOURCE_GENERATOR "7Z;ZIP")
set(CPACK_SOURCE_OUTPUT_CONFIG_FILE "C:/Projects/CLionProjects/ANSCORE/3rdparty/libyuv/build-clangcl/CPackSourceConfig.cmake")
set(CPACK_SOURCE_ZIP "ON")
set(CPACK_SYSTEM_NAME "linux-amd-64")
set(CPACK_THREADS "1")
set(CPACK_TOPLEVEL_TAG "linux-amd-64")
set(CPACK_WIX_SIZEOF_VOID_P "8")
if(NOT CPACK_PROPERTIES_FILE)
set(CPACK_PROPERTIES_FILE "C:/Projects/CLionProjects/ANSCORE/3rdparty/libyuv/build-clangcl/CPackProperties.cmake")
endif()
if(EXISTS ${CPACK_PROPERTIES_FILE})
include(${CPACK_PROPERTIES_FILE})
endif()

View File

@@ -0,0 +1,79 @@
# This file will be configured to contain variables for CPack. These variables
# should be set in the CMake list file of the project before CPack module is
# included. The list of available CPACK_xxx variables and their associated
# documentation may be obtained using
# cpack --help-variable-list
#
# Some variables are common to all generators (e.g. CPACK_PACKAGE_NAME)
# and some are specific to a generator
# (e.g. CPACK_NSIS_EXTRA_INSTALL_COMMANDS). The generator specific variables
# usually begin with CPACK_<GENNAME>_xxxx.
set(CPACK_ARCHIVE_GID "-1")
set(CPACK_ARCHIVE_UID "-1")
set(CPACK_BUILD_SOURCE_DIRS "C:/Projects/CLionProjects/ANSCORE/3rdparty/libyuv;C:/Projects/CLionProjects/ANSCORE/3rdparty/libyuv/build-clangcl")
set(CPACK_CMAKE_GENERATOR "Visual Studio 17 2022")
set(CPACK_COMPONENT_UNSPECIFIED_HIDDEN "TRUE")
set(CPACK_COMPONENT_UNSPECIFIED_REQUIRED "TRUE")
set(CPACK_DEBIAN_PACKAGE_MAINTAINER "Frank Barchard <fbarchard@chromium.org>")
set(CPACK_DEBIAN_PACKAGE_PRIORITY "optional")
set(CPACK_DEBIAN_PACKAGE_SECTION "other")
set(CPACK_DEFAULT_PACKAGE_DESCRIPTION_FILE "C:/Program Files/CMake/share/cmake-4.3/Templates/CPack.GenericDescription.txt")
set(CPACK_DEFAULT_PACKAGE_DESCRIPTION_SUMMARY "YUV built using CMake")
set(CPACK_DMG_SLA_USE_RESOURCE_FILE_LICENSE "ON")
set(CPACK_GENERATOR "7Z;ZIP")
set(CPACK_IGNORE_FILES "/CVS/;/\\.svn/;/\\.bzr/;/\\.hg/;/\\.git/;\\.swp\$;\\.#;/#")
set(CPACK_INNOSETUP_ARCHITECTURE "x64")
set(CPACK_INSTALLED_DIRECTORIES "C:/Projects/CLionProjects/ANSCORE/3rdparty/libyuv;/")
set(CPACK_INSTALL_CMAKE_PROJECTS "")
set(CPACK_INSTALL_PREFIX "C:/Program Files/YUV")
set(CPACK_MODULE_PATH "")
set(CPACK_NSIS_DISPLAY_NAME "libyuv 0.0.")
set(CPACK_NSIS_INSTALLER_ICON_CODE "")
set(CPACK_NSIS_INSTALLER_MUI_ICON_CODE "")
set(CPACK_NSIS_INSTALL_ROOT "$PROGRAMFILES64")
set(CPACK_NSIS_PACKAGE_NAME "libyuv 0.0.")
set(CPACK_NSIS_UNINSTALL_NAME "Uninstall")
set(CPACK_OUTPUT_CONFIG_FILE "C:/Projects/CLionProjects/ANSCORE/3rdparty/libyuv/build-clangcl/CPackConfig.cmake")
set(CPACK_PACKAGE_CONTACT "fbarchard@chromium.org")
set(CPACK_PACKAGE_DEFAULT_LOCATION "/")
set(CPACK_PACKAGE_DESCRIPTION "YUV library and YUV conversion tool")
set(CPACK_PACKAGE_DESCRIPTION_FILE "C:/Program Files/CMake/share/cmake-4.3/Templates/CPack.GenericDescription.txt")
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "YUV library")
set(CPACK_PACKAGE_FILE_NAME "libyuv-0.0.-Source")
set(CPACK_PACKAGE_INSTALL_DIRECTORY "libyuv 0.0.")
set(CPACK_PACKAGE_INSTALL_REGISTRY_KEY "libyuv 0.0.")
set(CPACK_PACKAGE_NAME "libyuv")
set(CPACK_PACKAGE_RELOCATABLE "true")
set(CPACK_PACKAGE_VENDOR "Frank Barchard")
set(CPACK_PACKAGE_VERSION "0.0.")
set(CPACK_PACKAGE_VERSION_MAJOR "0")
set(CPACK_PACKAGE_VERSION_MINOR "0")
set(CPACK_PACKAGE_VERSION_PATCH "1")
set(CPACK_RESOURCE_FILE_LICENSE "C:/Projects/CLionProjects/ANSCORE/3rdparty/libyuv/LICENSE")
set(CPACK_RESOURCE_FILE_README "C:/Program Files/CMake/share/cmake-4.3/Templates/CPack.GenericDescription.txt")
set(CPACK_RESOURCE_FILE_WELCOME "C:/Program Files/CMake/share/cmake-4.3/Templates/CPack.GenericWelcome.txt")
set(CPACK_RPM_PACKAGE_SOURCES "ON")
set(CPACK_SET_DESTDIR "OFF")
set(CPACK_SOURCE_7Z "ON")
set(CPACK_SOURCE_GENERATOR "7Z;ZIP")
set(CPACK_SOURCE_IGNORE_FILES "/CVS/;/\\.svn/;/\\.bzr/;/\\.hg/;/\\.git/;\\.swp\$;\\.#;/#")
set(CPACK_SOURCE_INSTALLED_DIRECTORIES "C:/Projects/CLionProjects/ANSCORE/3rdparty/libyuv;/")
set(CPACK_SOURCE_OUTPUT_CONFIG_FILE "C:/Projects/CLionProjects/ANSCORE/3rdparty/libyuv/build-clangcl/CPackSourceConfig.cmake")
set(CPACK_SOURCE_PACKAGE_FILE_NAME "libyuv-0.0.-Source")
set(CPACK_SOURCE_TOPLEVEL_TAG "linux-amd-64-Source")
set(CPACK_SOURCE_ZIP "ON")
set(CPACK_STRIP_FILES "")
set(CPACK_SYSTEM_NAME "linux-amd-64")
set(CPACK_THREADS "1")
set(CPACK_TOPLEVEL_TAG "linux-amd-64-Source")
set(CPACK_WIX_SIZEOF_VOID_P "8")
if(NOT CPACK_PROPERTIES_FILE)
set(CPACK_PROPERTIES_FILE "C:/Projects/CLionProjects/ANSCORE/3rdparty/libyuv/build-clangcl/CPackProperties.cmake")
endif()
if(EXISTS ${CPACK_PROPERTIES_FILE})
include(${CPACK_PROPERTIES_FILE})
endif()

View File

@@ -0,0 +1,209 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="17.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<PreferredToolArchitecture>x64</PreferredToolArchitecture>
</PropertyGroup>
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="MinSizeRel|x64">
<Configuration>MinSizeRel</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="RelWithDebInfo|x64">
<Configuration>RelWithDebInfo</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{61C7C72C-E7CB-39D1-AC0F-81E792932E3F}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion>
<Platform>x64</Platform>
<ProjectName>INSTALL</ProjectName>
<VCProjectUpgraderObjectName>NoUpgrade</VCProjectUpgraderObjectName>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>ClangCL</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>ClangCL</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>ClangCL</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>ClangCL</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
<ImportGroup 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>
<_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<PostBuildEvent>
<UseUtf8Encoding>Always</UseUtf8Encoding>
<Message></Message>
<Command>setlocal
"C:\Program Files\CMake\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<PostBuildEvent>
<UseUtf8Encoding>Always</UseUtf8Encoding>
<Message></Message>
<Command>setlocal
"C:\Program Files\CMake\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">
<PostBuildEvent>
<UseUtf8Encoding>Always</UseUtf8Encoding>
<Message></Message>
<Command>setlocal
"C:\Program Files\CMake\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">
<PostBuildEvent>
<UseUtf8Encoding>Always</UseUtf8Encoding>
<Message></Message>
<Command>setlocal
"C:\Program Files\CMake\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
<CustomBuild Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\CMakeFiles\14437f745e8a22a679d7f8fa1116abc5\INSTALL_force.rule">
<BuildInParallel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</BuildInParallel>
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">setlocal
cd .
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\CMakeFiles\INSTALL_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</LinkObjects>
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</VerifyInputsAndOutputsExist>
<BuildInParallel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</BuildInParallel>
<Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">setlocal
cd .
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\CMakeFiles\INSTALL_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkObjects>
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</VerifyInputsAndOutputsExist>
<BuildInParallel Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">true</BuildInParallel>
<Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">setlocal
cd .
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\CMakeFiles\INSTALL_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</LinkObjects>
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</VerifyInputsAndOutputsExist>
<BuildInParallel Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">true</BuildInParallel>
<Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">setlocal
cd .
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\CMakeFiles\INSTALL_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</LinkObjects>
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</VerifyInputsAndOutputsExist>
</CustomBuild>
</ItemGroup>
<ItemGroup />
<ItemGroup>
<ProjectReference Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\ZERO_CHECK.vcxproj">
<Project>{2A3F2808-B86A-3892-AA83-3FE20DDAB4A2}</Project>
<Name>ZERO_CHECK</Name>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
</ProjectReference>
<ProjectReference Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\ALL_BUILD.vcxproj">
<Project>{2A8DFB0A-035B-37A7-BF0F-6EB1A272CD1F}</Project>
<Name>ALL_BUILD</Name>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
</ProjectReference>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="17.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<CustomBuild Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\CMakeFiles\14437f745e8a22a679d7f8fa1116abc5\INSTALL_force.rule">
<Filter>CMake Rules</Filter>
</CustomBuild>
</ItemGroup>
<ItemGroup>
<Filter Include="CMake Rules">
<UniqueIdentifier>{AA5F09BC-3008-32DD-A330-A59A00D15748}</UniqueIdentifier>
</Filter>
</ItemGroup>
</Project>

View File

@@ -0,0 +1,224 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="17.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<PreferredToolArchitecture>x64</PreferredToolArchitecture>
</PropertyGroup>
<PropertyGroup>
<ResolveNugetPackages>false</ResolveNugetPackages>
</PropertyGroup>
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="MinSizeRel|x64">
<Configuration>MinSizeRel</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="RelWithDebInfo|x64">
<Configuration>RelWithDebInfo</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{F11C2963-C363-37C3-AAC4-AB1AC1946D03}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion>
<Platform>x64</Platform>
<ProjectName>PACKAGE</ProjectName>
<VCProjectUpgraderObjectName>NoUpgrade</VCProjectUpgraderObjectName>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>ClangCL</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>ClangCL</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>ClangCL</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>ClangCL</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
<ImportGroup 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>
<_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<PostBuildEvent>
<Message></Message>
<Command>setlocal
cd C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl
if %errorlevel% neq 0 goto :cmEnd
C:
if %errorlevel% neq 0 goto :cmEnd
"C:\Program Files\CMake\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<PostBuildEvent>
<Message></Message>
<Command>setlocal
cd C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl
if %errorlevel% neq 0 goto :cmEnd
C:
if %errorlevel% neq 0 goto :cmEnd
"C:\Program Files\CMake\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">
<PostBuildEvent>
<Message></Message>
<Command>setlocal
cd C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl
if %errorlevel% neq 0 goto :cmEnd
C:
if %errorlevel% neq 0 goto :cmEnd
"C:\Program Files\CMake\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">
<PostBuildEvent>
<Message></Message>
<Command>setlocal
cd C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl
if %errorlevel% neq 0 goto :cmEnd
C:
if %errorlevel% neq 0 goto :cmEnd
"C:\Program Files\CMake\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
<CustomBuild Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\CMakeFiles\14437f745e8a22a679d7f8fa1116abc5\PACKAGE_force.rule">
<BuildInParallel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</BuildInParallel>
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">setlocal
cd .
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\CMakeFiles\PACKAGE_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</LinkObjects>
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</VerifyInputsAndOutputsExist>
<BuildInParallel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</BuildInParallel>
<Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">setlocal
cd .
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\CMakeFiles\PACKAGE_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkObjects>
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</VerifyInputsAndOutputsExist>
<BuildInParallel Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">true</BuildInParallel>
<Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">setlocal
cd .
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\CMakeFiles\PACKAGE_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</LinkObjects>
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</VerifyInputsAndOutputsExist>
<BuildInParallel Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">true</BuildInParallel>
<Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'"> </Message>
<Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">setlocal
cd .
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\CMakeFiles\PACKAGE_force</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</LinkObjects>
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</VerifyInputsAndOutputsExist>
</CustomBuild>
</ItemGroup>
<ItemGroup />
<ItemGroup>
<ProjectReference Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\ZERO_CHECK.vcxproj">
<Project>{2A3F2808-B86A-3892-AA83-3FE20DDAB4A2}</Project>
<Name>ZERO_CHECK</Name>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
</ProjectReference>
<ProjectReference Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\ALL_BUILD.vcxproj">
<Project>{2A8DFB0A-035B-37A7-BF0F-6EB1A272CD1F}</Project>
<Name>ALL_BUILD</Name>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
</ProjectReference>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="17.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<CustomBuild Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\CMakeFiles\14437f745e8a22a679d7f8fa1116abc5\PACKAGE_force.rule">
<Filter>CMake Rules</Filter>
</CustomBuild>
</ItemGroup>
<ItemGroup>
<Filter Include="CMake Rules">
<UniqueIdentifier>{AA5F09BC-3008-32DD-A330-A59A00D15748}</UniqueIdentifier>
</Filter>
</ItemGroup>
</Project>

152
3rdparty/libyuv/build-clangcl/YUV.sln vendored Normal file
View File

@@ -0,0 +1,152 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ALL_BUILD", "ALL_BUILD.vcxproj", "{2A8DFB0A-035B-37A7-BF0F-6EB1A272CD1F}"
ProjectSection(ProjectDependencies) = postProject
{2A3F2808-B86A-3892-AA83-3FE20DDAB4A2} = {2A3F2808-B86A-3892-AA83-3FE20DDAB4A2}
{81DEEFB1-F08B-34E2-8B5B-64CD789B5E89} = {81DEEFB1-F08B-34E2-8B5B-64CD789B5E89}
{A89438BF-C06C-3BC8-BC4F-20664BCC2FDE} = {A89438BF-C06C-3BC8-BC4F-20664BCC2FDE}
{F3EC2609-89DE-3753-99D5-F9C23D343DD4} = {F3EC2609-89DE-3753-99D5-F9C23D343DD4}
{8059AAAE-CA50-342A-8851-DA27527F6F4E} = {8059AAAE-CA50-342A-8851-DA27527F6F4E}
{617C9E93-93F4-36E2-A891-88EC17963FAB} = {617C9E93-93F4-36E2-A891-88EC17963FAB}
{5B503A05-BF49-30CA-88C1-4265C2FC0DD4} = {5B503A05-BF49-30CA-88C1-4265C2FC0DD4}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "INSTALL", "INSTALL.vcxproj", "{61C7C72C-E7CB-39D1-AC0F-81E792932E3F}"
ProjectSection(ProjectDependencies) = postProject
{2A8DFB0A-035B-37A7-BF0F-6EB1A272CD1F} = {2A8DFB0A-035B-37A7-BF0F-6EB1A272CD1F}
{2A3F2808-B86A-3892-AA83-3FE20DDAB4A2} = {2A3F2808-B86A-3892-AA83-3FE20DDAB4A2}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PACKAGE", "PACKAGE.vcxproj", "{F11C2963-C363-37C3-AAC4-AB1AC1946D03}"
ProjectSection(ProjectDependencies) = postProject
{2A8DFB0A-035B-37A7-BF0F-6EB1A272CD1F} = {2A8DFB0A-035B-37A7-BF0F-6EB1A272CD1F}
{2A3F2808-B86A-3892-AA83-3FE20DDAB4A2} = {2A3F2808-B86A-3892-AA83-3FE20DDAB4A2}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ZERO_CHECK", "ZERO_CHECK.vcxproj", "{2A3F2808-B86A-3892-AA83-3FE20DDAB4A2}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cpuid", "cpuid.vcxproj", "{81DEEFB1-F08B-34E2-8B5B-64CD789B5E89}"
ProjectSection(ProjectDependencies) = postProject
{2A3F2808-B86A-3892-AA83-3FE20DDAB4A2} = {2A3F2808-B86A-3892-AA83-3FE20DDAB4A2}
{A89438BF-C06C-3BC8-BC4F-20664BCC2FDE} = {A89438BF-C06C-3BC8-BC4F-20664BCC2FDE}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "yuv", "yuv.vcxproj", "{A89438BF-C06C-3BC8-BC4F-20664BCC2FDE}"
ProjectSection(ProjectDependencies) = postProject
{2A3F2808-B86A-3892-AA83-3FE20DDAB4A2} = {2A3F2808-B86A-3892-AA83-3FE20DDAB4A2}
{F3EC2609-89DE-3753-99D5-F9C23D343DD4} = {F3EC2609-89DE-3753-99D5-F9C23D343DD4}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "yuv_common_objects", "yuv_common_objects.vcxproj", "{F3EC2609-89DE-3753-99D5-F9C23D343DD4}"
ProjectSection(ProjectDependencies) = postProject
{2A3F2808-B86A-3892-AA83-3FE20DDAB4A2} = {2A3F2808-B86A-3892-AA83-3FE20DDAB4A2}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "yuv_shared", "yuv_shared.vcxproj", "{8059AAAE-CA50-342A-8851-DA27527F6F4E}"
ProjectSection(ProjectDependencies) = postProject
{2A3F2808-B86A-3892-AA83-3FE20DDAB4A2} = {2A3F2808-B86A-3892-AA83-3FE20DDAB4A2}
{F3EC2609-89DE-3753-99D5-F9C23D343DD4} = {F3EC2609-89DE-3753-99D5-F9C23D343DD4}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "yuvconstants", "yuvconstants.vcxproj", "{617C9E93-93F4-36E2-A891-88EC17963FAB}"
ProjectSection(ProjectDependencies) = postProject
{2A3F2808-B86A-3892-AA83-3FE20DDAB4A2} = {2A3F2808-B86A-3892-AA83-3FE20DDAB4A2}
{A89438BF-C06C-3BC8-BC4F-20664BCC2FDE} = {A89438BF-C06C-3BC8-BC4F-20664BCC2FDE}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "yuvconvert", "yuvconvert.vcxproj", "{5B503A05-BF49-30CA-88C1-4265C2FC0DD4}"
ProjectSection(ProjectDependencies) = postProject
{2A3F2808-B86A-3892-AA83-3FE20DDAB4A2} = {2A3F2808-B86A-3892-AA83-3FE20DDAB4A2}
{A89438BF-C06C-3BC8-BC4F-20664BCC2FDE} = {A89438BF-C06C-3BC8-BC4F-20664BCC2FDE}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
MinSizeRel|x64 = MinSizeRel|x64
RelWithDebInfo|x64 = RelWithDebInfo|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2A8DFB0A-035B-37A7-BF0F-6EB1A272CD1F}.Debug|x64.ActiveCfg = Debug|x64
{2A8DFB0A-035B-37A7-BF0F-6EB1A272CD1F}.Debug|x64.Build.0 = Debug|x64
{2A8DFB0A-035B-37A7-BF0F-6EB1A272CD1F}.Release|x64.ActiveCfg = Release|x64
{2A8DFB0A-035B-37A7-BF0F-6EB1A272CD1F}.Release|x64.Build.0 = Release|x64
{2A8DFB0A-035B-37A7-BF0F-6EB1A272CD1F}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
{2A8DFB0A-035B-37A7-BF0F-6EB1A272CD1F}.MinSizeRel|x64.Build.0 = MinSizeRel|x64
{2A8DFB0A-035B-37A7-BF0F-6EB1A272CD1F}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
{2A8DFB0A-035B-37A7-BF0F-6EB1A272CD1F}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
{61C7C72C-E7CB-39D1-AC0F-81E792932E3F}.Debug|x64.ActiveCfg = Debug|x64
{61C7C72C-E7CB-39D1-AC0F-81E792932E3F}.Release|x64.ActiveCfg = Release|x64
{61C7C72C-E7CB-39D1-AC0F-81E792932E3F}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
{61C7C72C-E7CB-39D1-AC0F-81E792932E3F}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
{F11C2963-C363-37C3-AAC4-AB1AC1946D03}.Debug|x64.ActiveCfg = Debug|x64
{F11C2963-C363-37C3-AAC4-AB1AC1946D03}.Release|x64.ActiveCfg = Release|x64
{F11C2963-C363-37C3-AAC4-AB1AC1946D03}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
{F11C2963-C363-37C3-AAC4-AB1AC1946D03}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
{2A3F2808-B86A-3892-AA83-3FE20DDAB4A2}.Debug|x64.ActiveCfg = Debug|x64
{2A3F2808-B86A-3892-AA83-3FE20DDAB4A2}.Debug|x64.Build.0 = Debug|x64
{2A3F2808-B86A-3892-AA83-3FE20DDAB4A2}.Release|x64.ActiveCfg = Release|x64
{2A3F2808-B86A-3892-AA83-3FE20DDAB4A2}.Release|x64.Build.0 = Release|x64
{2A3F2808-B86A-3892-AA83-3FE20DDAB4A2}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
{2A3F2808-B86A-3892-AA83-3FE20DDAB4A2}.MinSizeRel|x64.Build.0 = MinSizeRel|x64
{2A3F2808-B86A-3892-AA83-3FE20DDAB4A2}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
{2A3F2808-B86A-3892-AA83-3FE20DDAB4A2}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
{81DEEFB1-F08B-34E2-8B5B-64CD789B5E89}.Debug|x64.ActiveCfg = Debug|x64
{81DEEFB1-F08B-34E2-8B5B-64CD789B5E89}.Debug|x64.Build.0 = Debug|x64
{81DEEFB1-F08B-34E2-8B5B-64CD789B5E89}.Release|x64.ActiveCfg = Release|x64
{81DEEFB1-F08B-34E2-8B5B-64CD789B5E89}.Release|x64.Build.0 = Release|x64
{81DEEFB1-F08B-34E2-8B5B-64CD789B5E89}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
{81DEEFB1-F08B-34E2-8B5B-64CD789B5E89}.MinSizeRel|x64.Build.0 = MinSizeRel|x64
{81DEEFB1-F08B-34E2-8B5B-64CD789B5E89}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
{81DEEFB1-F08B-34E2-8B5B-64CD789B5E89}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
{A89438BF-C06C-3BC8-BC4F-20664BCC2FDE}.Debug|x64.ActiveCfg = Debug|x64
{A89438BF-C06C-3BC8-BC4F-20664BCC2FDE}.Debug|x64.Build.0 = Debug|x64
{A89438BF-C06C-3BC8-BC4F-20664BCC2FDE}.Release|x64.ActiveCfg = Release|x64
{A89438BF-C06C-3BC8-BC4F-20664BCC2FDE}.Release|x64.Build.0 = Release|x64
{A89438BF-C06C-3BC8-BC4F-20664BCC2FDE}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
{A89438BF-C06C-3BC8-BC4F-20664BCC2FDE}.MinSizeRel|x64.Build.0 = MinSizeRel|x64
{A89438BF-C06C-3BC8-BC4F-20664BCC2FDE}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
{A89438BF-C06C-3BC8-BC4F-20664BCC2FDE}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
{F3EC2609-89DE-3753-99D5-F9C23D343DD4}.Debug|x64.ActiveCfg = Debug|x64
{F3EC2609-89DE-3753-99D5-F9C23D343DD4}.Debug|x64.Build.0 = Debug|x64
{F3EC2609-89DE-3753-99D5-F9C23D343DD4}.Release|x64.ActiveCfg = Release|x64
{F3EC2609-89DE-3753-99D5-F9C23D343DD4}.Release|x64.Build.0 = Release|x64
{F3EC2609-89DE-3753-99D5-F9C23D343DD4}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
{F3EC2609-89DE-3753-99D5-F9C23D343DD4}.MinSizeRel|x64.Build.0 = MinSizeRel|x64
{F3EC2609-89DE-3753-99D5-F9C23D343DD4}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
{F3EC2609-89DE-3753-99D5-F9C23D343DD4}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
{8059AAAE-CA50-342A-8851-DA27527F6F4E}.Debug|x64.ActiveCfg = Debug|x64
{8059AAAE-CA50-342A-8851-DA27527F6F4E}.Debug|x64.Build.0 = Debug|x64
{8059AAAE-CA50-342A-8851-DA27527F6F4E}.Release|x64.ActiveCfg = Release|x64
{8059AAAE-CA50-342A-8851-DA27527F6F4E}.Release|x64.Build.0 = Release|x64
{8059AAAE-CA50-342A-8851-DA27527F6F4E}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
{8059AAAE-CA50-342A-8851-DA27527F6F4E}.MinSizeRel|x64.Build.0 = MinSizeRel|x64
{8059AAAE-CA50-342A-8851-DA27527F6F4E}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
{8059AAAE-CA50-342A-8851-DA27527F6F4E}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
{617C9E93-93F4-36E2-A891-88EC17963FAB}.Debug|x64.ActiveCfg = Debug|x64
{617C9E93-93F4-36E2-A891-88EC17963FAB}.Debug|x64.Build.0 = Debug|x64
{617C9E93-93F4-36E2-A891-88EC17963FAB}.Release|x64.ActiveCfg = Release|x64
{617C9E93-93F4-36E2-A891-88EC17963FAB}.Release|x64.Build.0 = Release|x64
{617C9E93-93F4-36E2-A891-88EC17963FAB}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
{617C9E93-93F4-36E2-A891-88EC17963FAB}.MinSizeRel|x64.Build.0 = MinSizeRel|x64
{617C9E93-93F4-36E2-A891-88EC17963FAB}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
{617C9E93-93F4-36E2-A891-88EC17963FAB}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
{5B503A05-BF49-30CA-88C1-4265C2FC0DD4}.Debug|x64.ActiveCfg = Debug|x64
{5B503A05-BF49-30CA-88C1-4265C2FC0DD4}.Debug|x64.Build.0 = Debug|x64
{5B503A05-BF49-30CA-88C1-4265C2FC0DD4}.Release|x64.ActiveCfg = Release|x64
{5B503A05-BF49-30CA-88C1-4265C2FC0DD4}.Release|x64.Build.0 = Release|x64
{5B503A05-BF49-30CA-88C1-4265C2FC0DD4}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
{5B503A05-BF49-30CA-88C1-4265C2FC0DD4}.MinSizeRel|x64.Build.0 = MinSizeRel|x64
{5B503A05-BF49-30CA-88C1-4265C2FC0DD4}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
{5B503A05-BF49-30CA-88C1-4265C2FC0DD4}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {69439F8F-2755-3C57-A1D9-D72E2B1930F0}
EndGlobalSection
GlobalSection(ExtensibilityAddIns) = postSolution
EndGlobalSection
EndGlobal

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="17.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<CustomBuild Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\CMakeFiles\14437f745e8a22a679d7f8fa1116abc5\generate.stamp.rule">
<Filter>CMake Rules</Filter>
</CustomBuild>
</ItemGroup>
<ItemGroup>
<Filter Include="CMake Rules">
<UniqueIdentifier>{AA5F09BC-3008-32DD-A330-A59A00D15748}</UniqueIdentifier>
</Filter>
</ItemGroup>
</Project>

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="17.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ClCompile Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\util\cpuid.c">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<CustomBuild Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\CMakeLists.txt" />
</ItemGroup>
<ItemGroup>
<Filter Include="Source Files">
<UniqueIdentifier>{2DD51137-3917-377C-85D7-616DAB45EEBF}</UniqueIdentifier>
</Filter>
</ItemGroup>
</Project>

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,133 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="17.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<CustomBuild Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\CMakeLists.txt" />
</ItemGroup>
<ItemGroup>
<Object Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\yuv_common_objects.dir\$(Configuration)\compare.obj">
<Filter>Object Libraries</Filter>
</Object>
<Object Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\yuv_common_objects.dir\$(Configuration)\compare_common.obj">
<Filter>Object Libraries</Filter>
</Object>
<Object Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\yuv_common_objects.dir\$(Configuration)\compare_gcc.obj">
<Filter>Object Libraries</Filter>
</Object>
<Object Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\yuv_common_objects.dir\$(Configuration)\compare_win.obj">
<Filter>Object Libraries</Filter>
</Object>
<Object Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\yuv_common_objects.dir\$(Configuration)\convert_argb.obj">
<Filter>Object Libraries</Filter>
</Object>
<Object Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\yuv_common_objects.dir\$(Configuration)\convert.obj">
<Filter>Object Libraries</Filter>
</Object>
<Object Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\yuv_common_objects.dir\$(Configuration)\convert_from_argb.obj">
<Filter>Object Libraries</Filter>
</Object>
<Object Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\yuv_common_objects.dir\$(Configuration)\convert_from.obj">
<Filter>Object Libraries</Filter>
</Object>
<Object Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\yuv_common_objects.dir\$(Configuration)\convert_jpeg.obj">
<Filter>Object Libraries</Filter>
</Object>
<Object Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\yuv_common_objects.dir\$(Configuration)\convert_to_argb.obj">
<Filter>Object Libraries</Filter>
</Object>
<Object Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\yuv_common_objects.dir\$(Configuration)\convert_to_i420.obj">
<Filter>Object Libraries</Filter>
</Object>
<Object Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\yuv_common_objects.dir\$(Configuration)\cpu_id.obj">
<Filter>Object Libraries</Filter>
</Object>
<Object Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\yuv_common_objects.dir\$(Configuration)\mjpeg_decoder.obj">
<Filter>Object Libraries</Filter>
</Object>
<Object Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\yuv_common_objects.dir\$(Configuration)\mjpeg_validate.obj">
<Filter>Object Libraries</Filter>
</Object>
<Object Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\yuv_common_objects.dir\$(Configuration)\planar_functions.obj">
<Filter>Object Libraries</Filter>
</Object>
<Object Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\yuv_common_objects.dir\$(Configuration)\rotate_any.obj">
<Filter>Object Libraries</Filter>
</Object>
<Object Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\yuv_common_objects.dir\$(Configuration)\rotate_argb.obj">
<Filter>Object Libraries</Filter>
</Object>
<Object Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\yuv_common_objects.dir\$(Configuration)\rotate.obj">
<Filter>Object Libraries</Filter>
</Object>
<Object Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\yuv_common_objects.dir\$(Configuration)\rotate_common.obj">
<Filter>Object Libraries</Filter>
</Object>
<Object Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\yuv_common_objects.dir\$(Configuration)\rotate_gcc.obj">
<Filter>Object Libraries</Filter>
</Object>
<Object Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\yuv_common_objects.dir\$(Configuration)\rotate_lsx.obj">
<Filter>Object Libraries</Filter>
</Object>
<Object Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\yuv_common_objects.dir\$(Configuration)\rotate_win.obj">
<Filter>Object Libraries</Filter>
</Object>
<Object Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\yuv_common_objects.dir\$(Configuration)\row_any.obj">
<Filter>Object Libraries</Filter>
</Object>
<Object Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\yuv_common_objects.dir\$(Configuration)\row_common.obj">
<Filter>Object Libraries</Filter>
</Object>
<Object Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\yuv_common_objects.dir\$(Configuration)\row_gcc.obj">
<Filter>Object Libraries</Filter>
</Object>
<Object Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\yuv_common_objects.dir\$(Configuration)\row_lasx.obj">
<Filter>Object Libraries</Filter>
</Object>
<Object Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\yuv_common_objects.dir\$(Configuration)\row_lsx.obj">
<Filter>Object Libraries</Filter>
</Object>
<Object Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\yuv_common_objects.dir\$(Configuration)\row_rvv.obj">
<Filter>Object Libraries</Filter>
</Object>
<Object Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\yuv_common_objects.dir\$(Configuration)\row_win.obj">
<Filter>Object Libraries</Filter>
</Object>
<Object Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\yuv_common_objects.dir\$(Configuration)\scale_any.obj">
<Filter>Object Libraries</Filter>
</Object>
<Object Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\yuv_common_objects.dir\$(Configuration)\scale_argb.obj">
<Filter>Object Libraries</Filter>
</Object>
<Object Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\yuv_common_objects.dir\$(Configuration)\scale.obj">
<Filter>Object Libraries</Filter>
</Object>
<Object Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\yuv_common_objects.dir\$(Configuration)\scale_common.obj">
<Filter>Object Libraries</Filter>
</Object>
<Object Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\yuv_common_objects.dir\$(Configuration)\scale_gcc.obj">
<Filter>Object Libraries</Filter>
</Object>
<Object Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\yuv_common_objects.dir\$(Configuration)\scale_lsx.obj">
<Filter>Object Libraries</Filter>
</Object>
<Object Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\yuv_common_objects.dir\$(Configuration)\scale_rgb.obj">
<Filter>Object Libraries</Filter>
</Object>
<Object Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\yuv_common_objects.dir\$(Configuration)\scale_rvv.obj">
<Filter>Object Libraries</Filter>
</Object>
<Object Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\yuv_common_objects.dir\$(Configuration)\scale_uv.obj">
<Filter>Object Libraries</Filter>
</Object>
<Object Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\yuv_common_objects.dir\$(Configuration)\scale_win.obj">
<Filter>Object Libraries</Filter>
</Object>
<Object Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\yuv_common_objects.dir\$(Configuration)\video_common.obj">
<Filter>Object Libraries</Filter>
</Object>
</ItemGroup>
<ItemGroup>
<Filter Include="Object Libraries">
<UniqueIdentifier>{CAD0922B-22A9-3780-8005-16A5A544BAEC}</UniqueIdentifier>
</Filter>
</ItemGroup>
</Project>

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,133 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="17.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ClCompile Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\source\compare.cc">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\source\compare_common.cc">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\source\compare_gcc.cc">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\source\compare_win.cc">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\source\convert_argb.cc">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\source\convert.cc">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\source\convert_from_argb.cc">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\source\convert_from.cc">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\source\convert_jpeg.cc">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\source\convert_to_argb.cc">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\source\convert_to_i420.cc">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\source\cpu_id.cc">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\source\mjpeg_decoder.cc">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\source\mjpeg_validate.cc">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\source\planar_functions.cc">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\source\rotate_any.cc">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\source\rotate_argb.cc">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\source\rotate.cc">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\source\rotate_common.cc">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\source\rotate_gcc.cc">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\source\rotate_lsx.cc">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\source\rotate_win.cc">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\source\row_any.cc">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\source\row_common.cc">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\source\row_gcc.cc">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\source\row_lasx.cc">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\source\row_lsx.cc">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\source\row_rvv.cc">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\source\row_win.cc">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\source\scale_any.cc">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\source\scale_argb.cc">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\source\scale.cc">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\source\scale_common.cc">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\source\scale_gcc.cc">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\source\scale_lsx.cc">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\source\scale_rgb.cc">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\source\scale_rvv.cc">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\source\scale_uv.cc">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\source\scale_win.cc">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\source\video_common.cc">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<CustomBuild Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\CMakeLists.txt" />
</ItemGroup>
<ItemGroup>
<Filter Include="Source Files">
<UniqueIdentifier>{2DD51137-3917-377C-85D7-616DAB45EEBF}</UniqueIdentifier>
</Filter>
</ItemGroup>
</Project>

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,133 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="17.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<CustomBuild Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\CMakeLists.txt" />
</ItemGroup>
<ItemGroup>
<Object Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\yuv_common_objects.dir\$(Configuration)\compare.obj">
<Filter>Object Libraries</Filter>
</Object>
<Object Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\yuv_common_objects.dir\$(Configuration)\compare_common.obj">
<Filter>Object Libraries</Filter>
</Object>
<Object Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\yuv_common_objects.dir\$(Configuration)\compare_gcc.obj">
<Filter>Object Libraries</Filter>
</Object>
<Object Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\yuv_common_objects.dir\$(Configuration)\compare_win.obj">
<Filter>Object Libraries</Filter>
</Object>
<Object Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\yuv_common_objects.dir\$(Configuration)\convert_argb.obj">
<Filter>Object Libraries</Filter>
</Object>
<Object Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\yuv_common_objects.dir\$(Configuration)\convert.obj">
<Filter>Object Libraries</Filter>
</Object>
<Object Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\yuv_common_objects.dir\$(Configuration)\convert_from_argb.obj">
<Filter>Object Libraries</Filter>
</Object>
<Object Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\yuv_common_objects.dir\$(Configuration)\convert_from.obj">
<Filter>Object Libraries</Filter>
</Object>
<Object Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\yuv_common_objects.dir\$(Configuration)\convert_jpeg.obj">
<Filter>Object Libraries</Filter>
</Object>
<Object Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\yuv_common_objects.dir\$(Configuration)\convert_to_argb.obj">
<Filter>Object Libraries</Filter>
</Object>
<Object Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\yuv_common_objects.dir\$(Configuration)\convert_to_i420.obj">
<Filter>Object Libraries</Filter>
</Object>
<Object Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\yuv_common_objects.dir\$(Configuration)\cpu_id.obj">
<Filter>Object Libraries</Filter>
</Object>
<Object Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\yuv_common_objects.dir\$(Configuration)\mjpeg_decoder.obj">
<Filter>Object Libraries</Filter>
</Object>
<Object Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\yuv_common_objects.dir\$(Configuration)\mjpeg_validate.obj">
<Filter>Object Libraries</Filter>
</Object>
<Object Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\yuv_common_objects.dir\$(Configuration)\planar_functions.obj">
<Filter>Object Libraries</Filter>
</Object>
<Object Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\yuv_common_objects.dir\$(Configuration)\rotate_any.obj">
<Filter>Object Libraries</Filter>
</Object>
<Object Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\yuv_common_objects.dir\$(Configuration)\rotate_argb.obj">
<Filter>Object Libraries</Filter>
</Object>
<Object Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\yuv_common_objects.dir\$(Configuration)\rotate.obj">
<Filter>Object Libraries</Filter>
</Object>
<Object Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\yuv_common_objects.dir\$(Configuration)\rotate_common.obj">
<Filter>Object Libraries</Filter>
</Object>
<Object Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\yuv_common_objects.dir\$(Configuration)\rotate_gcc.obj">
<Filter>Object Libraries</Filter>
</Object>
<Object Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\yuv_common_objects.dir\$(Configuration)\rotate_lsx.obj">
<Filter>Object Libraries</Filter>
</Object>
<Object Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\yuv_common_objects.dir\$(Configuration)\rotate_win.obj">
<Filter>Object Libraries</Filter>
</Object>
<Object Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\yuv_common_objects.dir\$(Configuration)\row_any.obj">
<Filter>Object Libraries</Filter>
</Object>
<Object Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\yuv_common_objects.dir\$(Configuration)\row_common.obj">
<Filter>Object Libraries</Filter>
</Object>
<Object Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\yuv_common_objects.dir\$(Configuration)\row_gcc.obj">
<Filter>Object Libraries</Filter>
</Object>
<Object Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\yuv_common_objects.dir\$(Configuration)\row_lasx.obj">
<Filter>Object Libraries</Filter>
</Object>
<Object Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\yuv_common_objects.dir\$(Configuration)\row_lsx.obj">
<Filter>Object Libraries</Filter>
</Object>
<Object Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\yuv_common_objects.dir\$(Configuration)\row_rvv.obj">
<Filter>Object Libraries</Filter>
</Object>
<Object Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\yuv_common_objects.dir\$(Configuration)\row_win.obj">
<Filter>Object Libraries</Filter>
</Object>
<Object Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\yuv_common_objects.dir\$(Configuration)\scale_any.obj">
<Filter>Object Libraries</Filter>
</Object>
<Object Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\yuv_common_objects.dir\$(Configuration)\scale_argb.obj">
<Filter>Object Libraries</Filter>
</Object>
<Object Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\yuv_common_objects.dir\$(Configuration)\scale.obj">
<Filter>Object Libraries</Filter>
</Object>
<Object Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\yuv_common_objects.dir\$(Configuration)\scale_common.obj">
<Filter>Object Libraries</Filter>
</Object>
<Object Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\yuv_common_objects.dir\$(Configuration)\scale_gcc.obj">
<Filter>Object Libraries</Filter>
</Object>
<Object Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\yuv_common_objects.dir\$(Configuration)\scale_lsx.obj">
<Filter>Object Libraries</Filter>
</Object>
<Object Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\yuv_common_objects.dir\$(Configuration)\scale_rgb.obj">
<Filter>Object Libraries</Filter>
</Object>
<Object Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\yuv_common_objects.dir\$(Configuration)\scale_rvv.obj">
<Filter>Object Libraries</Filter>
</Object>
<Object Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\yuv_common_objects.dir\$(Configuration)\scale_uv.obj">
<Filter>Object Libraries</Filter>
</Object>
<Object Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\yuv_common_objects.dir\$(Configuration)\scale_win.obj">
<Filter>Object Libraries</Filter>
</Object>
<Object Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\build-clangcl\yuv_common_objects.dir\$(Configuration)\video_common.obj">
<Filter>Object Libraries</Filter>
</Object>
</ItemGroup>
<ItemGroup>
<Filter Include="Object Libraries">
<UniqueIdentifier>{CAD0922B-22A9-3780-8005-16A5A544BAEC}</UniqueIdentifier>
</Filter>
</ItemGroup>
</Project>

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="17.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ClCompile Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\util\yuvconstants.c">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<CustomBuild Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\CMakeLists.txt" />
</ItemGroup>
<ItemGroup>
<Filter Include="Source Files">
<UniqueIdentifier>{2DD51137-3917-377C-85D7-616DAB45EEBF}</UniqueIdentifier>
</Filter>
</ItemGroup>
</Project>

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="17.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ClCompile Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\util\yuvconvert.cc">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<CustomBuild Include="C:\Projects\CLionProjects\ANSCORE\3rdparty\libyuv\CMakeLists.txt" />
</ItemGroup>
<ItemGroup>
<Filter Include="Source Files">
<UniqueIdentifier>{2DD51137-3917-377C-85D7-616DAB45EEBF}</UniqueIdentifier>
</Filter>
</ItemGroup>
</Project>