diff options
author | Manuel Bachmann <manuel.bachmann@iot.bzh> | 2016-05-11 13:28:48 +0200 |
---|---|---|
committer | Manuel Bachmann <manuel.bachmann@iot.bzh> | 2016-05-11 13:28:48 +0200 |
commit | 3303d82a7e637f7c15b55ee21d555df7b672ae81 (patch) | |
tree | f9e1a1f66da9a5e93c8d3f6722e89cb719f62f04 /plugins/CMakeLists.txt | |
parent | f83af86907f072b8d58bc84acfb431682a9e3080 (diff) |
Update Radio plugin, Media plugin
Radio and Media plugins are now ported to the new API
and build again.
Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>
Diffstat (limited to 'plugins/CMakeLists.txt')
-rw-r--r-- | plugins/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt index 20d27b81..ba3432b4 100644 --- a/plugins/CMakeLists.txt +++ b/plugins/CMakeLists.txt @@ -2,5 +2,5 @@ ADD_SUBDIRECTORY(afm-main-plugin) ADD_SUBDIRECTORY(session) ADD_SUBDIRECTORY(samples) ADD_SUBDIRECTORY(audio) -#ADD_SUBDIRECTORY(radio) -#ADD_SUBDIRECTORY(media) +ADD_SUBDIRECTORY(radio) +ADD_SUBDIRECTORY(media) |