forked from PAWPAW-Mirror/lib_xua
- Update lib_spdif dependency 5.0.0 -> 6.1.0
- Update version numbers to 4.0.0 in prep for release
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
set(LIB_NAME lib_xua)
|
||||
set(LIB_VERSION 3.5.1)
|
||||
set(LIB_VERSION 4.0.0)
|
||||
set(LIB_INCLUDES api
|
||||
src/core
|
||||
src/core/audiohub
|
||||
@@ -24,7 +24,7 @@ set(LIB_DEPENDENT_MODULES "lib_adat(1.1.0)"
|
||||
"lib_locks(2.2.0)"
|
||||
"lib_logging(3.2.0)"
|
||||
"lib_mic_array(4.6.0)"
|
||||
"lib_spdif"
|
||||
"lib_spdif(6.1.0)"
|
||||
"lib_sw_pll(2.1.0)"
|
||||
"lib_xassert(4.2.0)"
|
||||
"lib_xud(2.3.1)")
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
VERSION = 3.5.1
|
||||
VERSION = 4.0.0
|
||||
|
||||
DEBUG ?= 0
|
||||
|
||||
@@ -12,7 +12,7 @@ DEPENDENT_MODULES = lib_adat(>=1.1.0) \
|
||||
lib_locks(>=2.2.0) \
|
||||
lib_logging(>=3.2.0) \
|
||||
lib_mic_array(>=4.6.0) \
|
||||
lib_spdif(>=5.0.0) \
|
||||
lib_spdif(>=6.1.0) \
|
||||
lib_sw_pll(>=2.1.0) \
|
||||
lib_xassert(>=4.2.0) \
|
||||
lib_xud(>=2.3.1)
|
||||
|
||||
Reference in New Issue
Block a user