diff options
author | Manuel Bachmann <manuel.bachmann@iot.bzh> | 2016-05-11 08:41:50 +0200 |
---|---|---|
committer | Manuel Bachmann <manuel.bachmann@iot.bzh> | 2016-05-11 08:41:50 +0200 |
commit | a4c89089944e8b101ec39ce19dacf400c16aeabf (patch) | |
tree | eb706da8c51169290042c2503cd517f245dbc5b8 /plugins/CMakeLists.txt | |
parent | 1e8edd92a04281bddc86fff3db5b407943504aed (diff) |
Update Audio plugin, re-enable ALSA/Pulse linking
Audio plugin is now ported to new API and builds again.
Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>
Diffstat (limited to 'plugins/CMakeLists.txt')
-rw-r--r-- | plugins/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt index c60e3527..20d27b81 100644 --- a/plugins/CMakeLists.txt +++ b/plugins/CMakeLists.txt @@ -1,6 +1,6 @@ ADD_SUBDIRECTORY(afm-main-plugin) ADD_SUBDIRECTORY(session) ADD_SUBDIRECTORY(samples) -#ADD_SUBDIRECTORY(audio) +ADD_SUBDIRECTORY(audio) #ADD_SUBDIRECTORY(radio) #ADD_SUBDIRECTORY(media) |