early-access version 1580

This commit is contained in:
pineappleEA
2021-04-10 12:19:59 +02:00
parent 6f739fe229
commit 977ff23f66
6 changed files with 12 additions and 4 deletions

View File

@@ -97,4 +97,8 @@ if (ENABLE_WEB_SERVICE)
endif()
# Opus
add_subdirectory(opus)
find_package(opus 1.3)
if (NOT opus_FOUND)
message(STATUS "opus 1.3 or newer not found, falling back to externals")
add_subdirectory(opus EXCLUDE_FROM_ALL)
endif()