mirror of
https://github.com/radio95-rnt/rds95.git
synced 2026-02-26 20:33:53 +01:00
oops
This commit is contained in:
@@ -98,6 +98,7 @@ int main(int argc, char **argv) {
|
||||
|
||||
/* buffers */
|
||||
float *mpx_buffer;
|
||||
int8_t r;
|
||||
|
||||
/* PASIMPLE */
|
||||
pa_simple *device;
|
||||
@@ -109,6 +110,7 @@ int main(int argc, char **argv) {
|
||||
pthread_mutex_t control_pipe_mutex = PTHREAD_MUTEX_INITIALIZER;
|
||||
pthread_cond_t control_pipe_cond;
|
||||
|
||||
|
||||
const char *short_opt = "R:i:s:r:p:T:A:P:l:e:L:d:C:"
|
||||
"hv";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user