summaryrefslogtreecommitdiff
path: root/strata/audio-bluetooth/webrtc-audio-processing.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/audio-bluetooth/webrtc-audio-processing.morph')
-rw-r--r--strata/audio-bluetooth/webrtc-audio-processing.morph6
1 files changed, 4 insertions, 2 deletions
diff --git a/strata/audio-bluetooth/webrtc-audio-processing.morph b/strata/audio-bluetooth/webrtc-audio-processing.morph
index 4c10a489..10a99de4 100644
--- a/strata/audio-bluetooth/webrtc-audio-processing.morph
+++ b/strata/audio-bluetooth/webrtc-audio-processing.morph
@@ -2,6 +2,8 @@ name: webrtc-audio-processing
kind: chunk
build-system: autotools
pre-configure-commands:
+- NOCONFIGURE=1 ./autogen.sh
- |
- NOCONFIGURE=1 ./autogen.sh
- sed -i -e "s/-O2/& -msse2/" configure
+ case "$MORPH_ARCH" in
+ x86*) sed -i -e "s/-O2/& -msse2/" configure ;;
+ esac