summaryrefslogtreecommitdiff
path: root/data/libtheora/make.sh
diff options
context:
space:
mode:
authorSam Bingner <sam@bingner.com>2019-04-03 15:47:56 -1000
committerSam Bingner <sam@bingner.com>2019-04-09 23:20:37 -1000
commit4dfb7051ae39881c430b3b3811383e7f115942d3 (patch)
tree9c9ada5d40d70fe91ade324b5012c38915e25af6 /data/libtheora/make.sh
parent8751b370bf2f0cc566f49a3140fe7f632fb3bb0a (diff)
Fix libtheora compiling and rename ogg, vorbis, and theora
Diffstat (limited to 'data/libtheora/make.sh')
-rw-r--r--data/libtheora/make.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/data/libtheora/make.sh b/data/libtheora/make.sh
new file mode 100644
index 000000000..c103eecaa
--- /dev/null
+++ b/data/libtheora/make.sh
@@ -0,0 +1,4 @@
+pkg:setup
+cp -f ${PKG_BASE}/config.sub .
+pkg:configure --disable-oggtest --disable-vorbistest --disable-examples
+pkg:install