mirror of
https://github.com/lubosz/overte.git
synced 2025-04-05 23:42:22 +02:00
Fixed build error due to lack of hifiac
This commit is contained in:
parent
4e399edaa7
commit
ee7781165c
1 changed files with 0 additions and 5 deletions
|
@ -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})
|
||||
|
|
Loading…
Reference in a new issue