kopia lustrzana https://github.com/AlexandreRouma/SDRPlusPlus
fix build on android due to new librtlsdr function name
rodzic
e710b6c6dc
commit
6fc41a81a7
|
@ -171,7 +171,7 @@ public:
|
|||
#ifndef __ANDROID__
|
||||
int oret = rtlsdr_open(&openDev, id);
|
||||
#else
|
||||
int oret = rtlsdr_open_fd(&openDev, devFd);
|
||||
int oret = rtlsdr_open_sys_dev(&openDev, devFd);
|
||||
#endif
|
||||
|
||||
if (oret < 0) {
|
||||
|
|
Ładowanie…
Reference in New Issue