forked from mpc-hc/mpc-hc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
964 changed files
with
38,015 additions
and
247,715 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,28 @@ | ||
[submodule "LAVFilters"] | ||
path = src/thirdparty/LAVFilters/src | ||
url = https://github.com/mpc-hc/LAVFilters.git | ||
[submodule "lcms2"] | ||
path = src/thirdparty/lcms2/library | ||
url = https://github.com/mm2/Little-CMS.git | ||
[submodule "MediaInfoLib"] | ||
path = src/thirdparty/MediaInfo/library | ||
url = https://github.com/MediaArea/MediaInfoLib.git | ||
[submodule "RARFileSource"] | ||
path = src/thirdparty/RARFileSource/library | ||
url = https://github.com/mpc-hc/rarfilesource.git | ||
[submodule "LAVFilters"] | ||
path = src/thirdparty/LAVFilters/src | ||
url = https://github.com/mpc-hc/LAVFilters.git | ||
[submodule "ZenLib"] | ||
path = src/thirdparty/ZenLib/library | ||
url = https://github.com/MediaArea/ZenLib.git | ||
[submodule "soxr"] | ||
path = src/thirdparty/soxr/libsoxr | ||
url = https://github.com/alexmarsev/soxr.git | ||
[submodule "bs2b"] | ||
path = src/thirdparty/bs2b/libbs2b | ||
url = https://github.com/alexmarsev/libbs2b.git | ||
[submodule "soundtouch"] | ||
path = src/thirdparty/SoundTouch/soundtouch | ||
url = https://github.com/alexmarsev/soundtouch.git | ||
[submodule "sanear"] | ||
path = src/thirdparty/sanear/sanear | ||
url = https://github.com/alexmarsev/sanear.git | ||
branch = core |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Generates git-describe and environment info through custom nmake command. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
<?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="Release|Win32"> | ||
<Configuration>Release</Configuration> | ||
<Platform>Win32</Platform> | ||
</ProjectConfiguration> | ||
<ProjectConfiguration Include="Release|x64"> | ||
<Configuration>Release</Configuration> | ||
<Platform>x64</Platform> | ||
</ProjectConfiguration> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Text Include="About.txt" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ClInclude Include="version_rev.h" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Manifest Include="..\src\mpc-hc\res\mpc-hc.exe.manifest" /> | ||
</ItemGroup> | ||
<PropertyGroup Label="Globals"> | ||
<ProjectGuid>{981574AE-5A5E-4F27-BDF1-1B841E374CFF}</ProjectGuid> | ||
<ProjectName>BuildConfig</ProjectName> | ||
</PropertyGroup> | ||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
<Import Project="..\src\platform.props" /> | ||
<PropertyGroup Label="Configuration"> | ||
<ConfigurationType>Makefile</ConfigurationType> | ||
<CharacterSet>Unicode</CharacterSet> | ||
</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" /> | ||
<Import Project="..\src\common.props" /> | ||
</ImportGroup> | ||
<PropertyGroup> | ||
<BaseIntermediateOutputPath>$(IntDir)</BaseIntermediateOutputPath> | ||
<NMakeBuildCommandLine>..\update_version.bat --quiet</NMakeBuildCommandLine> | ||
</PropertyGroup> | ||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
<ImportGroup Label="ExtensionTargets"> | ||
</ImportGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.