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 /include | |
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 'include')
-rw-r--r-- | include/local-def.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/local-def.h b/include/local-def.h index 54f5ce0d..961fdd2c 100644 --- a/include/local-def.h +++ b/include/local-def.h @@ -76,6 +76,8 @@ typedef int BOOL; #define STATIC static #define FAILED -1 +#define AUDIO_BUFFER "/tmp/buf" + extern int verbose; // this is the only global variable // Plugin Type @@ -259,4 +261,4 @@ typedef struct { #include "proto-def.h" -#endif /* LOCAL_DEF_H */
\ No newline at end of file +#endif /* LOCAL_DEF_H */ |