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