util/spkmodem-recv: say cc, not gcc, in comment
i've build-tested this code with clang and that also works. in practise, a user is going to have clang or gcc Signed-off-by: Leah Rowe <leah@libreboot.org>fsdg20230625
parent
2b5727310c
commit
a1758a7ab0
|
@ -23,7 +23,7 @@
|
|||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
/* Compilation: gcc -o spkmodem-recv spkmodem-recv.c */
|
||||
/* Compilation: cc -o spkmodem-recv spkmodem-recv.c */
|
||||
/* Usage: parec --channels=1 --rate=48000 --format=s16le | ./spkmodem-recv */
|
||||
|
||||
#define SAMPLES_PER_FRAME 240
|
||||
|
|
Loading…
Reference in New Issue