update ogg to 1.3.5

This commit is contained in:
alexey.lysiuk 2021-06-04 09:43:55 +03:00
parent 21bf421b93
commit 4ec836d8f8
3 changed files with 4 additions and 4 deletions

View file

@ -9,16 +9,16 @@
# The variable CVF_VERSION must be set before calling configure_file(). # The variable CVF_VERSION must be set before calling configure_file().
set(PACKAGE_VERSION "1.3.4") set(PACKAGE_VERSION "1.3.5")
if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION) if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION)
set(PACKAGE_VERSION_COMPATIBLE FALSE) set(PACKAGE_VERSION_COMPATIBLE FALSE)
else() else()
if("1.3.4" MATCHES "^([0-9]+)\\.") if("1.3.5" MATCHES "^([0-9]+)\\.")
set(CVF_VERSION_MAJOR "${CMAKE_MATCH_1}") set(CVF_VERSION_MAJOR "${CMAKE_MATCH_1}")
else() else()
set(CVF_VERSION_MAJOR "1.3.4") set(CVF_VERSION_MAJOR "1.3.5")
endif() endif()
if(PACKAGE_FIND_VERSION_MAJOR STREQUAL CVF_VERSION_MAJOR) if(PACKAGE_FIND_VERSION_MAJOR STREQUAL CVF_VERSION_MAJOR)

BIN
deps/ogg/lib/libogg.a vendored

Binary file not shown.

View file

@ -7,7 +7,7 @@ includedir=${prefix}/include
Name: ogg Name: ogg
Description: ogg is a library for manipulating ogg bitstreams Description: ogg is a library for manipulating ogg bitstreams
Version: 1.3.4 Version: 1.3.5
Requires: Requires:
Conflicts: Conflicts:
Libs: -L${libdir} -logg Libs: -L${libdir} -logg