build: update opus wrap to 1.4
This commit is contained in:
parent
7259d3fb6c
commit
8ac88e0ee3
2 changed files with 8 additions and 1 deletions
|
@ -67,6 +67,10 @@ project('taisei', 'c',
|
|||
'freetype:png=disabled',
|
||||
'freetype:tests=disabled',
|
||||
|
||||
'opus:docs=disabled',
|
||||
'opus:extra-programs=disabled',
|
||||
'opus:tests=disabled',
|
||||
|
||||
# You may want to change these for a debug build dir
|
||||
'buildtype=release',
|
||||
'strip=true',
|
||||
|
|
|
@ -2,4 +2,7 @@
|
|||
directory=opus
|
||||
url=https://github.com/taisei-project/opus.git
|
||||
push-url=git@github.com:taisei-project/opus.git
|
||||
revision=meson-1.3.1
|
||||
revision=taisei-1.4
|
||||
|
||||
[provide]
|
||||
opus=opus_dep
|
||||
|
|
Loading…
Reference in a new issue