Skip to content

Commit b93ce2e

Browse files
authored
feat: Updates opus to latest 1.5.2. (#578)
* feat: Updates opus to latest 1.4. * squash: Let's try latest 1.5.2 :) will it pass.
1 parent 1d3d357 commit b93ce2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/native/opus/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if (NOT ${USE_SYSTEM_OPUS})
2424
externalproject_add(ext_lib_opus
2525
INSTALL_DIR ${OPUS_ROOT}
2626
GIT_REPOSITORY https://github.com/xiph/opus
27-
GIT_TAG a8e6a77c5fe0c37aa6788f939f24f8cd22ae2652
27+
GIT_TAG ddbe48383984d56acd9e1ab6a090c54ca6b735a6
2828
GIT_SHALLOW false
2929
CMAKE_ARGS
3030
-DCMAKE_INSTALL_PREFIX:PATH=<INSTALL_DIR>

0 commit comments

Comments
 (0)