shithub: opus

Download patch

ref: ca62cca926aac8d3ea752715523dedb92a24f91a
parent: 62fcd556c8e5f9d3fc32b214993905d181693bde
author: Marcus Asteborg <xnorpx@outlook.com>
date: Sat Jun 17 05:21:06 EDT 2023

Add note about other build systems in README

--- a/README
+++ b/README
@@ -136,6 +136,10 @@
     % tar -zxf opus_testvectors-rfc8251.tar.gz
     % ./tests/run_vectors.sh ./ opus_newvectors 48000
 
+== Compiling libopus for Windows and alternative build systems ==
+
+See cmake/README.md or meson/README.md.
+
 == Portability notes ==
 
 This implementation uses floating-point by default but can be compiled to
--