added: parse JSON coming from kodi, if there is a notification that playback has started, switch on the amplifier
This commit is contained in:
parent
413f5ecf9d
commit
d23b42c1b3
5 changed files with 62 additions and 19 deletions
1
wscript
1
wscript
|
@ -17,6 +17,7 @@ def configure(conf):
|
|||
|
||||
conf.check(header_name='jack/jack.h')
|
||||
conf.check(header_name='boost/asio.hpp')
|
||||
conf.check(header_name='nlohmann/json.hpp')
|
||||
|
||||
conf.check(lib='jack', uselib_store='jack', mandatory=True)
|
||||
conf.check(lib='pthread', uselib_store='pthread', mandatory=False)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue