diff options
author | Manuel Bachmann <manuel.bachmann@iot.bzh> | 2015-12-21 04:21:51 +0100 |
---|---|---|
committer | Manuel Bachmann <manuel.bachmann@iot.bzh> | 2015-12-21 04:25:23 +0100 |
commit | 03bebc12f0fd5006a72e430084146a36d2db7c8d (patch) | |
tree | c9dc5d4e03099c802bf3cc4bf08a4658665b5408 /plugins/radio/radio-api.h | |
parent | 6f22e88cd3e6d502efa7100ad2b129641305fb53 (diff) |
Untie Radio and Audio APIs
Radio and Audio API functions do not cross-call themselves
directly anymore ; this is necessary to have independent
plugin binaries (.so) in the near future.
(PS : audio buffer securization is WIP)
Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>
Diffstat (limited to 'plugins/radio/radio-api.h')
-rw-r--r-- | plugins/radio/radio-api.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/radio/radio-api.h b/plugins/radio/radio-api.h index 0dbd3422..4ea41b1c 100644 --- a/plugins/radio/radio-api.h +++ b/plugins/radio/radio-api.h @@ -21,9 +21,6 @@ #include "radio-rtlsdr.h" -#include "../audio/audio-api.h" -#include "../audio/audio-alsa.h" - /* -------------- PLUGIN DEFINITIONS ----------------- */ #define MAX_RADIO 10 |