summaryrefslogtreecommitdiff
path: root/strata/multimedia-common/libvpx.morph
blob: 011642f487b1cee7a03abd16de22f354acd0629c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
name: libvpx
kind: chunk
build-system: autotools
configure-commands:
# Workarond upstream bug: https://bugs.chromium.org/p/webm/issues/detail?id=1121
- |
  case "$MORPH_ARCH" in
  armv7lhf)
    CROSS=" " ./configure --prefix="$PREFIX" --target=armv7-linux-gcc
    ;;
  *)
    ./configure --prefix="$PREFIX"
    ;;
  esac