]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Update RELEASENOTES.md
authorMike Brady <mikebrady@eircom.net>
Tue, 28 Aug 2018 08:47:07 +0000 (09:47 +0100)
committerGitHub <noreply@github.com>
Tue, 28 Aug 2018 08:47:07 +0000 (09:47 +0100)
RELEASENOTES.md

index 63aeb9ce1ad0fa59b5dc0d1b5a9aa85571f06f85..bbc8190707f081d6e85fd066e90eb048758f2313 100644 (file)
@@ -1,3 +1,10 @@
+Version 3.3d4
+====
+* Sometimes `libsoxr` is built to rely on `libavutil`. With the present changes to `configure.ac`, if `libavutil` is present, link to it when linking to `libsoxr`, but if it's not present, don't link to it when linking to `libsoxr`.
+* Add `pgk_config` support to `libsoxr` selection.
+
+Thanks to [Jörg Krause](https://github.com/joerg-krause) for identifying these issues and proposing fixes.
+
 Version 3.3d3
 ====
 * Modify the code that synchronises the Shairport Sync system's clock with the source clock to try to take account of the sources's nominal rate, which (oddly, e.g. iTunes on a Mac) might not be exactly 44,100 fps. There may be a 32-bit unsigned overflow error here somewhere!