Browse Source

Fix build

Signed-off-by: falkTX <falktx@falktx.com>
tags/v1.1
falkTX 4 years ago
parent
commit
1693c6e697
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      bootstrap-common.sh
  2. +1
    -1
      plugins/artyfx.json

+ 1
- 1
bootstrap-common.sh View File

@@ -96,7 +96,7 @@ build_autoconf flac "${FLAC_VERSION}" "${FLAC_EXTRAFLAGS}"
OPUS_EXTRAFLAGS="--disable-extra-programs --enable-custom-modes --enable-float-approx"

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



+ 1
- 1
plugins/artyfx.json View File

@@ -6,5 +6,5 @@
"dlbaseurl": "https://github.com/openAVproductions/openAV-ArtyFX.git",
"dlmethod": "git",
"buildtype": "cmake",
"buildargs": "-DBUILD_GUI=OFF"
"buildargs": "-DBUILD_GUI=OFF -DBUILD_SSE=OFF"
}

Loading…
Cancel
Save