Skip to content

Commit

Permalink
deps: update opus to 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-lysiuk committed Apr 18, 2024
1 parent bf27da0 commit 75e860e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions deps/opus/lib/cmake/Opus/OpusConfig.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
set(OPUS_VERSION 1.5.1)
set(OPUS_VERSION_STRING 1.5.1)
set(OPUS_VERSION 1.5.2)
set(OPUS_VERSION_STRING 1.5.2)
set(OPUS_VERSION_MAJOR 1)
set(OPUS_VERSION_MINOR 5)
set(OPUS_VERSION_PATCH 1)
set(OPUS_VERSION_PATCH 2)


####### Expanded from @PACKAGE_INIT@ by configure_package_config_file() #######
Expand Down
6 changes: 3 additions & 3 deletions deps/opus/lib/cmake/Opus/OpusConfigVersion.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@
# The variable CVF_VERSION must be set before calling configure_file().


set(PACKAGE_VERSION "1.5.1")
set(PACKAGE_VERSION "1.5.2")

if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION)
set(PACKAGE_VERSION_COMPATIBLE FALSE)
else()

if("1.5.1" MATCHES "^([0-9]+)\\.")
if("1.5.2" MATCHES "^([0-9]+)\\.")
set(CVF_VERSION_MAJOR "${CMAKE_MATCH_1}")
if(NOT CVF_VERSION_MAJOR VERSION_EQUAL 0)
string(REGEX REPLACE "^0+" "" CVF_VERSION_MAJOR "${CVF_VERSION_MAJOR}")
endif()
else()
set(CVF_VERSION_MAJOR "1.5.1")
set(CVF_VERSION_MAJOR "1.5.2")
endif()

if(PACKAGE_FIND_VERSION_RANGE)
Expand Down
Binary file modified deps/opus/lib/libopus.a
Binary file not shown.
2 changes: 1 addition & 1 deletion deps/opus/lib/pkgconfig/opus.pc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ includedir=${prefix}/include
Name: Opus
Description: Opus IETF audio codec (floating-point build)
URL: https://opus-codec.org/
Version: 1.5.1
Version: 1.5.2
Requires:
Conflicts:
Libs: -L${libdir} -lopus
Expand Down

0 comments on commit 75e860e

Please sign in to comment.