Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Marsev <alex.marsev@gmail.com>2015-08-02 21:57:16 +0300
committerAlex Marsev <alex.marsev@gmail.com>2015-08-02 21:58:53 +0300
commitd5f0cea055bf66545ea31b8e6a8d080e6273c86a (patch)
treeb5f36a4208e572ea046fe8c04a3cd26067410897
parentf2189d22943bfb6912178e7c522d4c3ec79e0e88 (diff)
Update sanear to v0.2-core
Fixes a bug in ->PCM16 dithering.
m---------src/thirdparty/sanear/sanear0
-rw-r--r--src/thirdparty/sanear/sanear-platform.props4
-rw-r--r--src/thirdparty/sanear/sanear.props1
-rw-r--r--src/thirdparty/versions.txt2
4 files changed, 5 insertions, 2 deletions
diff --git a/src/thirdparty/sanear/sanear b/src/thirdparty/sanear/sanear
-Subproject 86c10cfdbcd7f6ea72cf0ada7fc4947bce546fb
+Subproject 27f58cdf431a4dbd905c4cb22391a2f800ce8a4
diff --git a/src/thirdparty/sanear/sanear-platform.props b/src/thirdparty/sanear/sanear-platform.props
new file mode 100644
index 000000000..5f87a8a5d
--- /dev/null
+++ b/src/thirdparty/sanear/sanear-platform.props
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <Import Project="$(SolutionDir)src\platform.props" />
+</Project>
diff --git a/src/thirdparty/sanear/sanear.props b/src/thirdparty/sanear/sanear.props
index 344b353b1..b9e6ec90b 100644
--- a/src/thirdparty/sanear/sanear.props
+++ b/src/thirdparty/sanear/sanear.props
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <Import Project="$(SolutionDir)src\platform.props" />
<Import Project="$(SolutionDir)src\common.props" />
<ItemDefinitionGroup>
<ClCompile>
diff --git a/src/thirdparty/versions.txt b/src/thirdparty/versions.txt
index bc9984a35..fc806bdd4 100644
--- a/src/thirdparty/versions.txt
+++ b/src/thirdparty/versions.txt
@@ -12,7 +12,7 @@ QuickTime SDK 7.3
RARFileSource 0.9.3 (modified)
RealMedia SDK -
ResizableLib 1.3
-sanear 0.1
+sanear 0.2
SoundTouch 1.9.0
soxr 0.1.1
TreePropSheet 7 Mar '03 (modified)