shithub: opus

Download patch

ref: 4414db08f953bad0677403bcfa5696cd5c720178
parent: a674f84a7c0da88c80e797be9bdfbcbdf424a53a
author: Jean-Marc Valin <jmvalin@amazon.com>
date: Thu May 12 20:51:43 EDT 2022

Update build instructions

--- a/README
+++ b/README
@@ -73,9 +73,12 @@
 
 2) Compiling the source
 
+    % git submodule update --init
     % ./autogen.sh
     % ./configure
     % make
+
+On x86, it's a good idea to use a -march= option that allows the use of AVX2.
 
 3) Install the codec libraries (optional)
 
--