repo/extra/opus/build

10 lines
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
make DESTDIR="$1" install