repo/extra/opus/build

10 lines
121 B
Plaintext
Raw Normal View History

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