repo/extra/opus/build

10 lines
134 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
2023-03-02 14:40:00 +00:00
make DESTDIR="$1" install