shithub: audio-stretch

Download patch

ref: 76d44fd7018c60c80056962aa25b45abd3319dcf
parent: 90f421b2909e7131c1ce5403f671cfdc0fe80dc5
author: hayati ayguen <h_ayguen@web.de>
date: Mon Sep 26 12:03:54 EDT 2022

fix README, missing '-lm' in build instruction

Signed-off-by: hayati ayguen <h_ayguen@web.de>

--- a/README
+++ b/README
@@ -49,7 +49,7 @@
 
 To build the demo app:
 
-    $ gcc -O2 *.c -o audio-stretch
+    $ gcc -O2 *.c -lm -o audio-stretch
 
 The "help" display from the demo app: