@@ -58,7 +58,11 @@ Changes in version 0.1.4:
5858
5959* Uploaded to GitHub: http://github.com/minorninth/libresample
6060
61- Usage notes:
61+ Changes in version 0.1.5:
62+
63+ * Added a new build system using Meson.
64+
65+ Usage notes:
6266
6367- If the output buffer you pass is too small, resample_process
6468 may not use any input samples because its internal output
@@ -74,6 +78,21 @@ Usage notes:
7478 assume that it will be exactly 8000. If you need exactly
7579 8000 outputs, pad the input with extra zeros as necessary.
7680
81+ Build instructions:
82+
83+ libresample can be built with [ Meson] ( https://mesonbuild.com/ ) ,
84+ with the standard Autotools ` ./configure && make ` , or with the
85+ included Visual Studio 2005 project file.
86+
87+ The Meson build should generally be preferred. In particular,
88+ it is strongly recommended that downstream distribution
89+ packagers use the Meson build system for reasons of
90+ interoperability, as it generates a pkg-config file, supports
91+ building a shared library, can automatically run the tests, and
92+ runs on both Unix-like platforms and Windows. The older Autotools
93+ build system is retained for projects that already embed it into
94+ their builds and systems that do not have Meson.
95+
7796License and warranty:
7897
7998All of the files in this package are Copyright 2003 by Dominic
0 commit comments