comparison core/RTAudioCommandLine.cpp @ 30:8e3306340971 bbb_network

ACTUALLY fixed the bug I thought I fixed in the previous commit
author Giulio Moro <giuliomoro@yahoo.it>
date Mon, 11 May 2015 11:35:21 +0100
parents cc434ecf4486
children 46d87f680da5
comparison
equal deleted inserted replaced
29:cc434ecf4486 30:8e3306340971
10 #include <cstring> 10 #include <cstring>
11 #include <getopt.h> 11 #include <getopt.h>
12 #include "../include/RTAudio.h" 12 #include "../include/RTAudio.h"
13 13
14 #ifndef OPT_PRU_FILE 14 #ifndef OPT_PRU_FILE
15 #define OPT_PRU_FILE -1 15 #define OPT_PRU_FILE 176 // this is an extended ascii code
16 #endif 16 #endif
17 17
18 // Default command-line options for RTAudio 18 // Default command-line options for RTAudio
19 struct option gDefaultLongOptions[] = 19 struct option gDefaultLongOptions[] =
20 { 20 {