mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-10 06:31:37 +00:00
update ogg to 1.3.5
This commit is contained in:
parent
21bf421b93
commit
4ec836d8f8
3 changed files with 4 additions and 4 deletions
|
@ -9,16 +9,16 @@
|
|||
# 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)
|
||||
set(PACKAGE_VERSION_COMPATIBLE FALSE)
|
||||
else()
|
||||
|
||||
if("1.3.4" MATCHES "^([0-9]+)\\.")
|
||||
if("1.3.5" MATCHES "^([0-9]+)\\.")
|
||||
set(CVF_VERSION_MAJOR "${CMAKE_MATCH_1}")
|
||||
else()
|
||||
set(CVF_VERSION_MAJOR "1.3.4")
|
||||
set(CVF_VERSION_MAJOR "1.3.5")
|
||||
endif()
|
||||
|
||||
if(PACKAGE_FIND_VERSION_MAJOR STREQUAL CVF_VERSION_MAJOR)
|
||||
|
|
BIN
deps/ogg/lib/libogg.a
vendored
BIN
deps/ogg/lib/libogg.a
vendored
Binary file not shown.
2
deps/ogg/lib/pkgconfig/ogg.pc
vendored
2
deps/ogg/lib/pkgconfig/ogg.pc
vendored
|
@ -7,7 +7,7 @@ includedir=${prefix}/include
|
|||
|
||||
Name: ogg
|
||||
Description: ogg is a library for manipulating ogg bitstreams
|
||||
Version: 1.3.4
|
||||
Version: 1.3.5
|
||||
Requires:
|
||||
Conflicts:
|
||||
Libs: -L${libdir} -logg
|
||||
|
|
Loading…
Reference in a new issue