Browse Source

Try to fix opus build

tags/v1.1
falkTX 4 years ago
parent
commit
019c27baf0
1 changed files with 8 additions and 1 deletions
  1. +8
    -1
      bootstrap-jack2.sh

+ 8
- 1
bootstrap-jack2.sh View File

@@ -105,8 +105,15 @@ fi
# ---------------------------------------------------------------------------------------------------------------------
# opus

OPUS_EXTRAFLAGS="--disable-extra-programs --enable-custom-modes --enable-float-approx"

# FIXME
if [ "${MACOS_UNIVERSAL}" -eq 1 ]; then
OPUS_EXTRAFLAGS+=" --disable-asm --disable-rtcd --disable-intrinsics"
fi

download opus "${OPUS_VERSION}" "https://archive.mozilla.org/pub/opus"
build_autoconf opus "${OPUS_VERSION}" "--disable-extra-programs --enable-custom-modes --enable-float-approx"
build_autoconf opus "${OPUS_VERSION}" "${OPUS_EXTRAFLAGS}"

# ---------------------------------------------------------------------------------------------------------------------
# rtaudio (download, win32 only)


Loading…
Cancel
Save