From 3a5059a613704d562f5563a07456fbef84fe00db Mon Sep 17 00:00:00 2001 From: Marcus Llewellyn Date: Mon, 13 Jan 2020 13:35:36 -0600 Subject: [PATCH] Re-enable hifiAC and pcmCodec projects These has been disabled for testing purpose. They are now restored. --- plugins/CMakeLists.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt index 126f8d34ec..e0e6046691 100644 --- a/plugins/CMakeLists.txt +++ b/plugins/CMakeLists.txt @@ -38,11 +38,11 @@ if (NOT SERVER_ONLY AND NOT ANDROID) add_subdirectory(${DIR}) endif() -# server-side plugins -# set(DIR "pcmCodec") -# add_subdirectory(${DIR}) -# set(DIR "hifiCodec") -# add_subdirectory(${DIR}) +server-side plugins +set(DIR "pcmCodec") +add_subdirectory(${DIR}) +set(DIR "hifiCodec") +add_subdirectory(${DIR}) set(DIR "opusCodec") add_subdirectory(${DIR})