From ee7781165c313bcd6f2bea5180738115e0f4bdb1 Mon Sep 17 00:00:00 2001 From: ksuprynowicz Date: Wed, 19 Jan 2022 00:39:40 +0100 Subject: [PATCH] Fixed build error due to lack of hifiac --- plugins/CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt index 195021e2fe..f995dffa19 100644 --- a/plugins/CMakeLists.txt +++ b/plugins/CMakeLists.txt @@ -50,11 +50,6 @@ add_subdirectory(${DIR}) set(DIR "opusCodec") add_subdirectory(${DIR}) -if (NOT CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64") - set(DIR "hifiCodec") - add_subdirectory(${DIR}) -endif() - # example plugins set(DIR "JSAPIExample") add_subdirectory(${DIR})