mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-21 23:00:06 -07:00
opus: 1.4
This commit is contained in:
parent
b6cbac1cdc
commit
7c382baeed
@ -1,9 +1,12 @@
|
|||||||
#!/bin/sh -e
|
#!/bin/sh -e
|
||||||
|
|
||||||
./configure \
|
export DESTDIR="$1"
|
||||||
--prefix=/usr \
|
|
||||||
--enable-custom-modes \
|
|
||||||
--enable-float-approx
|
|
||||||
|
|
||||||
make
|
meson setup \
|
||||||
make DESTDIR="$1" install
|
-Dprefix=/usr \
|
||||||
|
-Dfloat-approx=true \
|
||||||
|
-Dcustom-modes=true \
|
||||||
|
output
|
||||||
|
|
||||||
|
ninja -C output
|
||||||
|
ninja -C output install
|
||||||
|
@ -1 +1 @@
|
|||||||
2d3666e5f3d62e81c39a59e64e52d335d47338c832acbf39ecb672a48b335530c0
|
3eafe0d8609ec65d327960c062930daf324dd11de84e3b27b76db44fd0daeaac5c
|
||||||
|
1
extra/opus/depends
Normal file
1
extra/opus/depends
Normal file
@ -0,0 +1 @@
|
|||||||
|
meson make
|
@ -1 +1 @@
|
|||||||
https://archive.mozilla.org/pub/opus/opus-1.3.1.tar.gz
|
https://github.com/xiph/opus/releases/download/v1.4/opus-1.4.tar.gz
|
||||||
|
@ -1 +1 @@
|
|||||||
1.3.1 1
|
1.4 1
|
||||||
|
Loading…
Reference in New Issue
Block a user