summaryrefslogtreecommitdiff
path: root/data/vpx/make.sh
diff options
context:
space:
mode:
authorSam Bingner <sam@bingner.com>2019-04-03 15:01:11 -1000
committerSam Bingner <sam@bingner.com>2019-04-09 23:20:37 -1000
commit1a688304ccc6ef6f5eb2c361014c473b325c7283 (patch)
treeca0b08bd889b991f38049dc6051e743a76e93563 /data/vpx/make.sh
parentd1fe651fddace8beaa2f68e4d111cc053e6f08b9 (diff)
Make libvpx compile
Diffstat (limited to 'data/vpx/make.sh')
-rw-r--r--data/vpx/make.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/data/vpx/make.sh b/data/vpx/make.sh
deleted file mode 100644
index 07366620e..000000000
--- a/data/vpx/make.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-pkg:setup
-CROSS="${PKG_TARG}-" ./configure --target="${PKG_TARG}-gcc" --prefix=$(cat "${PKG_BASE}/arch/${PKG_ARCH}/${PKG_CFTARG}/prefix") --disable-static --enable-shared
-pkg:make V=1
-pkg:install