aboutsummaryrefslogtreecommitdiff
path: root/extra/opusfile/build
diff options
context:
space:
mode:
Diffstat (limited to 'extra/opusfile/build')
-rwxr-xr-xextra/opusfile/build9
1 files changed, 9 insertions, 0 deletions
diff --git a/extra/opusfile/build b/extra/opusfile/build
new file mode 100755
index 00000000..f7c248ab
--- /dev/null
+++ b/extra/opusfile/build
@@ -0,0 +1,9 @@
+#!/bin/sh -e
+
+./configure \
+ --prefix=/usr \
+ --enable-static \
+ --enable-shared
+
+make
+make DESTDIR="$1" install