repo/extra/opus/build

10 lines
121 B
Plaintext
Raw Normal View History

2019-07-18 07:58:03 +00:00
#!/bin/sh -e
./configure \
--prefix=/usr \
--enable-custom-modes \
--enable-float-approx
make
2021-07-18 02:57:23 +00:00
make install