From c9595016f8b5d585486b91f323137081dbc43c98 Mon Sep 17 00:00:00 2001 From: Marcus Llewellyn Date: Fri, 10 Jan 2020 12:19:19 -0600 Subject: [PATCH] DEBUG: Temp removal of hifiCodec and pcmCodec projects. This is to ensure that no other codecs are being fallen back upon when testing the Opus codec. --- plugins/CMakeLists.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt index c88bb8a00d..126f8d34ec 100644 --- a/plugins/CMakeLists.txt +++ b/plugins/CMakeLists.txt @@ -39,10 +39,10 @@ if (NOT SERVER_ONLY AND NOT ANDROID) endif() # server-side plugins -set(DIR "pcmCodec") -add_subdirectory(${DIR}) -set(DIR "hifiCodec") -add_subdirectory(${DIR}) +# set(DIR "pcmCodec") +# add_subdirectory(${DIR}) +# set(DIR "hifiCodec") +# add_subdirectory(${DIR}) set(DIR "opusCodec") add_subdirectory(${DIR})