summaryrefslogtreecommitdiff
path: root/strata/audio-bluetooth/webrtc-audio-processing.morph
blob: 10a99de421c3e2a3a4a09eb5b76d9b433c34b235 (plain)
1
2
3
4
5
6
7
8
9
name: webrtc-audio-processing
kind: chunk
build-system: autotools
pre-configure-commands:
- NOCONFIGURE=1 ./autogen.sh
- |
  case "$MORPH_ARCH" in
      x86*) sed -i -e "s/-O2/& -msse2/" configure ;;
  esac