summaryrefslogtreecommitdiff
path: root/strata/multimedia-common/libmad.morph
blob: 839adc15679d1f8e422e0870d62fc131833a2286 (plain)
1
2
3
4
5
6
7
8
9
10
name: libmad
kind: chunk
build-system: autotools
configure-commands:
- |
  OPTS=
  case $MORPH_ARCH in
      mips64*)  ARCH_FLAGS="--enable-fpm=64bit" ;;
  esac
  ./configure --prefix="$PREFIX" $ARCH_FLAGS