kopia lustrzana https://github.com/AlexandreRouma/SDRPlusPlus
hopefully the last fix for android, this is getting annoying
rodzic
8d6ed17e01
commit
82fd3732a9
|
@ -8,7 +8,6 @@ while read -r CPP_FILE_PATH; do
|
|||
if [[ "$CPP_FILE_PATH" == "./build"* ]]; then continue; fi
|
||||
if [[ "$CPP_FILE_PATH" == "./core/libcorrect"* ]]; then continue; fi
|
||||
if [[ "$CPP_FILE_PATH" == "./core/std_replacement"* ]]; then continue; fi
|
||||
if [[ "$CPP_FILE_PATH" == "./core/src/spdlog"* ]]; then continue; fi
|
||||
if [[ "$CPP_FILE_PATH" == "./core/src/imgui"* ]]; then continue; fi
|
||||
if [[ "$CPP_FILE_PATH" == "./misc_modules/discord_integration/discord-rpc"* ]]; then continue; fi
|
||||
if [[ "$CPP_FILE_PATH" == "./source_modules/sddc_source/src/libsddc"* ]]; then continue; fi
|
||||
|
|
|
@ -479,7 +479,6 @@ I will soon publish a contributing.md listing the code style to use.
|
|||
|
||||
* [SoapySDR (PothosWare)](https://github.com/pothosware/SoapySDR)
|
||||
* [Dear ImGui (ocornut)](https://github.com/ocornut/imgui)
|
||||
* [spdlog (gabime)](https://github.com/gabime/spdlog)
|
||||
* [json (nlohmann)](https://github.com/nlohmann/json)
|
||||
* [rtaudio](http://www.portaudio.com/)
|
||||
* [Portable File Dialogs](https://github.com/samhocevar/portable-file-dialogs)
|
||||
|
|
|
@ -11,7 +11,6 @@ while read -r CPP_FILE_PATH; do
|
|||
if [[ "$CPP_FILE_PATH" == "./build"* ]]; then continue; fi
|
||||
if [[ "$CPP_FILE_PATH" == "./core/libcorrect"* ]]; then continue; fi
|
||||
if [[ "$CPP_FILE_PATH" == "./core/std_replacement"* ]]; then continue; fi
|
||||
if [[ "$CPP_FILE_PATH" == "./core/src/spdlog"* ]]; then continue; fi
|
||||
if [[ "$CPP_FILE_PATH" == "./core/src/imgui"* ]]; then continue; fi
|
||||
if [[ "$CPP_FILE_PATH" == "./misc_modules/discord_integration/discord-rpc"* ]]; then continue; fi
|
||||
if [[ "$CPP_FILE_PATH" == "./source_modules/sddc_source/src/libsddc"* ]]; then continue; fi
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
#include <libhackrf/hackrf.h>
|
||||
#else
|
||||
#include <android_backend.h>
|
||||
#include <spdlog/sinks/android_sink.h>
|
||||
#include <hackrf.h>
|
||||
#endif
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue