1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-10-14 03:26:40 -04:00

Update Opus to v1.5.2 to see if it fixes Mac build

This commit is contained in:
Jon Beniston 2025-09-19 12:56:18 +01:00
parent 0f586d91cf
commit ef743dc429

View File

@ -251,7 +251,7 @@ endif ()
if (NOT OPUS_FOUND AND NOT USE_PRECOMPILED_LIBS)
ExternalProject_Add(opus
GIT_REPOSITORY https://github.com/xiph/opus
GIT_TAG v1.3.1
GIT_TAG v1.5.2
PREFIX "${EXTERNAL_BUILD_LIBRARIES}/opus"
CMAKE_ARGS ${COMMON_CMAKE_ARGS} -DOPUS_BUILD_SHARED_LIBRARY=ON -DBUILD_SHARED_LIBS=ON -DCMAKE_INSTALL_PREFIX=<INSTALL_DIR>
TEST_COMMAND ""