summaryrefslogtreecommitdiff
path: root/elements/multimedia-common/libvpx.bst
blob: b92bc731b9a6b0ab3f345d4df80187899c4d0b03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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