summaryrefslogtreecommitdiff
path: root/elements/multimedia-common/libvpx.bst
diff options
context:
space:
mode:
Diffstat (limited to 'elements/multimedia-common/libvpx.bst')
-rw-r--r--elements/multimedia-common/libvpx.bst20
1 files changed, 20 insertions, 0 deletions
diff --git a/elements/multimedia-common/libvpx.bst b/elements/multimedia-common/libvpx.bst
new file mode 100644
index 00000000..b92bc731
--- /dev/null
+++ b/elements/multimedia-common/libvpx.bst
@@ -0,0 +1,20 @@
+kind: autotools
+depends:
+- core.bst
+- multimedia-common/yasm.bst
+sources:
+- kind: git
+ url: upstream:libvpx
+ track: v1.5.0
+ ref: cbecf57f3e0d85a7b7f97f3ab7c507f6fe640a93
+config:
+ configure-commands:
+ - |
+ case "%{arch}" in
+ armv7lhf)
+ CROSS=" " ./configure --prefix="%{prefix}" --target=armv7-linux-gcc
+ ;;
+ *)
+ ./configure --prefix="%{prefix}"
+ ;;
+ esac